From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Request inclusion of ioccur.el in ELPA Date: Wed, 14 Mar 2012 08:53:05 -0400 Message-ID: References: <87ipk15un8.fsf@gmail.com> <87zkdcj52e.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1331729626 25052 80.91.229.3 (14 Mar 2012 12:53:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Mar 2012 12:53:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 14 13:53:44 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S7ni1-00052w-CP for ged-emacs-devel@m.gmane.org; Wed, 14 Mar 2012 13:53:41 +0100 Original-Received: from localhost ([::1]:44739 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7ni0-0004CD-QZ for ged-emacs-devel@m.gmane.org; Wed, 14 Mar 2012 08:53:40 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7nht-0004AM-3I for emacs-devel@gnu.org; Wed, 14 Mar 2012 08:53:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7nhU-0005sQ-9h for emacs-devel@gnu.org; Wed, 14 Mar 2012 08:53:32 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:47161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7nhU-0005rw-5u for emacs-devel@gnu.org; Wed, 14 Mar 2012 08:53:08 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AicFAKU/KE9soXdS/2dsb2JhbACBX5x7eYhwnhmGGQSbGYQJ X-IronPort-AV: E=Sophos;i="4.73,1,1325480400"; d="scan'208";a="167959098" Original-Received: from 108-161-119-82.dsl.teksavvy.com (HELO fmsmemgm.homelinux.net) ([108.161.119.82]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 14 Mar 2012 08:53:05 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 5E83FAE08D; Wed, 14 Mar 2012 08:53:05 -0400 (EDT) In-Reply-To: <87zkdcj52e.fsf@gmail.com> (Thierry Volpiatto's message of "Tue, 24 Jan 2012 20:03:53 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149038 Archived-At: > 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 - -;; 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 ;; 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 . ;;; 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)