From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#52751: 27.1; Go back to editing the from part in query replace Date: Sat, 25 Dec 2021 21:18:36 +0200 Organization: LINKOV.NET Message-ID: <861r20lchf.fsf@mail.linkov.net> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26337"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: laszlomail@protonmail.com, rms@gnu.org To: 52751@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Dec 25 20:20:40 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n1Cat-0006jL-0C for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 25 Dec 2021 20:20:39 +0100 Original-Received: from localhost ([::1]:43968 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n1Car-0004v2-V0 for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 25 Dec 2021 14:20:37 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:35218) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1CaJ-0004uW-BK for bug-gnu-emacs@gnu.org; Sat, 25 Dec 2021 14:20:04 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56564) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n1CaJ-00047C-2F for bug-gnu-emacs@gnu.org; Sat, 25 Dec 2021 14:20:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n1CaI-0002rj-Rb for bug-gnu-emacs@gnu.org; Sat, 25 Dec 2021 14:20:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 25 Dec 2021 19:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52751 X-GNU-PR-Package: emacs X-Debbugs-Original-To: ndame via "Bug reports for GNU Emacs, the Swiss army knife of text editors" X-Debbugs-Original-Cc: ndame , rms@gnu.org, 52751@debbugs.gnu.org Original-Received: via spool by 52751-submit@debbugs.gnu.org id=B52751.164045998610972 (code B ref 52751); Sat, 25 Dec 2021 19:20:02 +0000 Original-Received: (at 52751) by debbugs.gnu.org; 25 Dec 2021 19:19:46 +0000 Original-Received: from localhost ([127.0.0.1]:39874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n1Ca2-0002qs-7G for submit@debbugs.gnu.org; Sat, 25 Dec 2021 14:19:46 -0500 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:56625) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n1Ca0-0002qW-6A for 52751@debbugs.gnu.org; Sat, 25 Dec 2021 14:19:44 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id D83FA60002; Sat, 25 Dec 2021 19:19:36 +0000 (UTC) In-Reply-To: (ndame via's message of "Sat, 25 Dec 2021 05:23:12 +0000") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:223116 Archived-At: > Usually in UIs TAB is the key to move between fields, Customize in > Emacs also uses TAB for this. It's convenient and easy to reach. Then typing TAB could insert the arrow separator when it doesn't exist yet. When it exists, then TAB could jump to the second field. And fields could be highlighted using the same faces as customization widgets use for fields.