From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.devel Subject: Re: History for query replace pairs Date: Sun, 5 Oct 2014 05:59:34 +0000 (UTC) Message-ID: References: <87a97ejxuo.fsf@mail.jurta.org> <87lhovik5c.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1412488825 23651 80.91.229.3 (5 Oct 2014 06:00:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 Oct 2014 06:00:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 05 08:00:18 2014 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 1Xaerh-0004Dz-NX for ged-emacs-devel@m.gmane.org; Sun, 05 Oct 2014 08:00:17 +0200 Original-Received: from localhost ([::1]:46281 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xaerh-0006d8-F8 for ged-emacs-devel@m.gmane.org; Sun, 05 Oct 2014 02:00:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaerQ-0006Yz-LD for emacs-devel@gnu.org; Sun, 05 Oct 2014 02:00:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XaerK-0007pJ-KF for emacs-devel@gnu.org; Sun, 05 Oct 2014 02:00:00 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:54288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaerK-0007pC-E6 for emacs-devel@gnu.org; Sun, 05 Oct 2014 01:59:54 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XaerE-00040a-1g for emacs-devel@gnu.org; Sun, 05 Oct 2014 07:59:50 +0200 Original-Received: from 85-238-80-237.pool.digikabel.hu ([85.238.80.237]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Oct 2014 07:59:48 +0200 Original-Received: from adatgyujto by 85-238-80-237.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Oct 2014 07:59:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 85.238.80.237 (Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:174983 Archived-At: Ted Zlatanov lifelogs.com> writes: > > I'd like to make this part of the Emacs core, disabled by default. Any > objections? I think it's nicer-looking than the current UI. > > If not, maybe Tom would like to make it a GNU ELPA package? > If you put it into the core then it won't be available in this release for users (I guess, because it's new functionality), only in the next one which may be years away. For this reason it may be better if you make an elpa (or melpa) package, because then every user can use it immediately, it can be polished there and it can be moved into the core later when it's matured.