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: History for query replace pairs Date: Tue, 14 Oct 2014 13:14:03 -0400 Message-ID: References: <87a97ejxuo.fsf@mail.jurta.org> <87lhovik5c.fsf@lifelogs.com> <87wq8egh3r.fsf@lifelogs.com> <87ppe4zv0t.fsf@mail.jurta.org> <87k34ba5sn.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1413306866 21950 80.91.229.3 (14 Oct 2014 17:14:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Oct 2014 17:14:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 14 19:14: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 1Xe5fu-00066G-HR for ged-emacs-devel@m.gmane.org; Tue, 14 Oct 2014 19:14:18 +0200 Original-Received: from localhost ([::1]:39553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xe5fu-0006BV-4D for ged-emacs-devel@m.gmane.org; Tue, 14 Oct 2014 13:14:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xe5fk-0006BC-Bh for emacs-devel@gnu.org; Tue, 14 Oct 2014 13:14:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xe5fc-0001eW-Sl for emacs-devel@gnu.org; Tue, 14 Oct 2014 13:14:08 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:45629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xe5fc-0001eE-OR for emacs-devel@gnu.org; Tue, 14 Oct 2014 13:14:00 -0400 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id s9EHDwDR004487; Tue, 14 Oct 2014 13:13:59 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 8B8C966089; Tue, 14 Oct 2014 13:14:03 -0400 (EDT) In-Reply-To: <87k34ba5sn.fsf@mail.jurta.org> (Juri Linkov's message of "Wed, 08 Oct 2014 01:11:52 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV5094=0 X-NAI-Spam-Version: 2.3.0.9378 : core <5094> : inlines <1396> : streams <1316716> : uri <1824877> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 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:175356 Archived-At: >> So the first RET will actually do almost the same as TAB would do >> in the two-field minibuffer to switch to editing the TO part. > This is the minimal patch to implement this. Opinions? I think this is "too minimal". I much prefer the UI where you get both FROM and TO at the same time in the minibuffer. Stefan