From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: History for query replace pairs Date: Tue, 14 Oct 2014 22:44:01 +0300 Organization: JURTA Message-ID: <8738aq308u.fsf@mail.jurta.org> References: <87lhovik5c.fsf@lifelogs.com> <87wq8egh3r.fsf@lifelogs.com> <87ppe4zv0t.fsf@mail.jurta.org> <87k34ba5sn.fsf@mail.jurta.org> <87siiq4gpv.fsf@mail.jurta.org> <20141014191319.GA6148@acm.acm> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1413315974 27100 80.91.229.3 (14 Oct 2014 19:46:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Oct 2014 19:46:14 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 14 21:46:05 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 1Xe82j-0006Ql-Oz for ged-emacs-devel@m.gmane.org; Tue, 14 Oct 2014 21:46:01 +0200 Original-Received: from localhost ([::1]:40190 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xe82i-0001Js-U1 for ged-emacs-devel@m.gmane.org; Tue, 14 Oct 2014 15:46:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xe82Z-0001Jk-Lr for emacs-devel@gnu.org; Tue, 14 Oct 2014 15:45:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xe82S-0004rS-5G for emacs-devel@gnu.org; Tue, 14 Oct 2014 15:45:51 -0400 Original-Received: from ps18281.dreamhost.com ([69.163.222.226]:59151 helo=ps18281.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xe82R-0004rM-OB for emacs-devel@gnu.org; Tue, 14 Oct 2014 15:45:43 -0400 Original-Received: from localhost.jurta.org (ps18281.dreamhostps.com [69.163.222.226]) by ps18281.dreamhostps.com (Postfix) with ESMTP id BE42B369DDB3AB; Tue, 14 Oct 2014 12:45:41 -0700 (PDT) In-Reply-To: <20141014191319.GA6148@acm.acm> (Alan Mackenzie's message of "Tue, 14 Oct 2014 19:13:19 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 69.163.222.226 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:175367 Archived-At: > How about, simply, TAB to switch to the other field? S-TAB doesn't exist > on a tty. I guess we could use the same key M-TAB or M-C-i as is used to switch to the other field in the Customization UI on a tty. > This would create a slight inconsistency with C-s, where TAB > is a self-inserting character. C-s uses M-TAB or M-C-i as well for completion on a tty. >> But the main question in both cases which key to use to browse FROM-TO pairs >> from the minibuffer's history? It seems both M-p and should still get >> either FROM or TO from the history one by one, so it would be easy to reuse >> a previous TO for the FROM part (to invert replacements). What about ? > > M-up doesn't exist on a tty either. Then what about ` '?