[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Request inclusion of ioccur.el in ELPA
From: |
Stefan Monnier |
Subject: |
Re: Request inclusion of ioccur.el in ELPA |
Date: |
Wed, 14 Mar 2012 08:53:05 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) |
> Ok, better waiting you fix this, take your time, no urgency!
OK, it looks like the repository is not really corrupted: you can still
check it out, just not directly. I.e. you have to
"bzr checkout -r 170 ...elpa" and then "bzr update".
So, it can probably be fixed by fixin bzr without changing
the repository. So I installed your ioccur, with the patch below.
It has full history, AFAIK, but I have no experience with bzr-hg, so
I don't know how future merges may or may not work. IOW, if you can
use the emacs/elpa as the upstream from now on, that's better.
Stefan
=== modified file 'packages/ioccur/ioccur.el'
--- packages/ioccur/ioccur.el 2012-03-14 12:35:01 +0000
+++ packages/ioccur/ioccur.el 2012-03-14 12:40:15 +0000
@@ -1,14 +1,11 @@
;;; ioccur.el --- Incremental occur.
-;; Author: Thierry Volpiatto <thierry dot volpiatto at gmail dot com>
-
-;; Copyright (C) 2010~2011 Thierry Volpiatto, all rights reserved.
-
-;; Compatibility: GNU Emacs >=22.3
+;; Copyright (C) 2010-2012 Free Software Foundation, Inc.
+;; Author: Thierry Volpiatto <thierry dot volpiatto at gmail dot com>
;; X-URL: http://mercurial.intuxication.org/hg/ioccur
-
-;; This file is not part of GNU Emacs.
+;; Version: 2.4
+;; Compatibility: GNU Emacs >=22.3
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
@@ -21,9 +18,7 @@
;; General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
-;; along with this program; see the file COPYING. If not, write to
-;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
-;; Floor, Boston, MA 02110-1301, USA.
+;; along with this program; if not, see <http://www.gnu.org/licenses/>.
;;; Install:
;;
@@ -51,7 +46,7 @@
;; (add-to-list 'desktop-globals-to-save 'ioccur-history)
;;
;; For more info See:
-;; [EVAL] (info "(emacs) saving emacs sessions")
+;; [EVAL] (info "(emacs) Saving Emacs Sessions")
;;; Code:
(require 'derived)
- Re: Request inclusion of ioccur.el in ELPA,
Stefan Monnier <=
- Re: Request inclusion of ioccur.el in ELPA, Thierry Volpiatto, 2012/03/14
- Re: Request inclusion of ioccur.el in ELPA, Chong Yidong, 2012/03/15
- Re: Request inclusion of ioccur.el in ELPA, Andreas Schwab, 2012/03/15
- Re: Request inclusion of ioccur.el in ELPA, Stefan Monnier, 2012/03/15
- Re: Request inclusion of ioccur.el in ELPA, Thierry Volpiatto, 2012/03/23
- Re: Request inclusion of ioccur.el in ELPA, Stefan Monnier, 2012/03/23
- Re: Request inclusion of ioccur.el in ELPA, Thierry Volpiatto, 2012/03/23
- Re: Request inclusion of ioccur.el in ELPA, Chong Yidong, 2012/03/24
- Re: Request inclusion of ioccur.el in ELPA, Thierry Volpiatto, 2012/03/24