GNU bug report logs - #23428
25.0.90; `A' binding in Dired - why change to a different command?

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Mon, 2 May 2016 17:55:02 UTC

Severity: wishlist

Tags: notabug

Found in version 25.0.90

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 23428 in the body.
You can then email your comments to 23428 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#23428; Package emacs. (Mon, 02 May 2016 17:55:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Drew Adams <drew.adams <at> oracle.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 02 May 2016 17:55:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.0.90; `A' binding in Dired - why change to a different command?
Date: Mon, 2 May 2016 10:52:48 -0700 (PDT)
Why was key `A' bound to a different command, with different behavior?
Why not just add the new command, with no key binding?  If people want
to bind it to a key, you will find that out soon enough.  And if they
want to replace the `A' binding you will find that out also.

In GNU Emacs 25.0.90.4 (i686-w64-mingw32)
 of 2016-03-20
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --host=i686-w64-mingw32 --without-dbus
 --without-compress-install CFLAGS=-static'




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#23428; Package emacs. (Mon, 02 May 2016 18:23:01 GMT) Full text and rfc822 format available.

Message #8 received at 23428 <at> debbugs.gnu.org (full text, mbox):

From: Kaushal Modi <kaushal.modi <at> gmail.com>
To: 23428 <at> debbugs.gnu.org, Drew Adams <drew.adams <at> oracle.com>
Subject: 25.0.90; `A' binding in Dired - why change to a different command?
Date: Mon, 02 May 2016 18:22:01 +0000
[Message part 1 (text/plain, inline)]
Hi Drew,

Here is the commit that made this changed to the `A' and `Q' bindings.

The NEWS file also notes this and provides an explanation for doing so:

http://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?id=bf21c84f0d3dab33b4836098b789eaddf9492b2a#n1276

*** New user interface for the 'A' and 'Q' commands.
These keys, now bound to 'dired-do-find-regexp' and
'dired-do-find-regexp-and-replace', work similarly to 'xref-find-apropos'
and 'xref-query-replace-in-results': they present the matches
in the '*xref*' buffer and let you move through the matches.  No need
to use 'tags-loop-continue' to resume the search or replace loop.  The
previous commands, 'dired-do-search' and
'dired-do-query-replace-regexp', are still available, but not bound to
keys; rebind 'A' and 'Q' to invoke them if you want the old behavior
back.  We intend to obsolete the old commands in a future release.

-- 
Kaushal Modi
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#23428; Package emacs. (Mon, 02 May 2016 18:25:02 GMT) Full text and rfc822 format available.

Message #11 received at 23428 <at> debbugs.gnu.org (full text, mbox):

From: Kaushal Modi <kaushal.modi <at> gmail.com>
To: 23428 <at> debbugs.gnu.org, Drew Adams <drew.adams <at> oracle.com>
Subject: Re: 25.0.90; `A' binding in Dired - why change to a different command?
Date: Mon, 02 May 2016 18:23:53 +0000
[Message part 1 (text/plain, inline)]
>
> Here is the commit that made this changed to the `A' and `Q' bindings.
>

http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-25&id=36b0729ce765c132e04586be0e2deca405b4c313

(forgot to paste the link earlier)
-- 

-- 
Kaushal Modi
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#23428; Package emacs. (Mon, 02 May 2016 18:28:02 GMT) Full text and rfc822 format available.

Message #14 received at 23428 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Kaushal Modi <kaushal.modi <at> gmail.com>, 23428 <at> debbugs.gnu.org
Subject: RE: 25.0.90; `A' binding in Dired - why change to a different command?
Date: Mon, 2 May 2016 11:27:21 -0700 (PDT)
> Here is the commit that made this changed to the `A' and `Q' bindings.
> The NEWS file also notes this and provides an explanation for doing so:

Yes, but why?  Why is this a good thing, at the present time?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#23428; Package emacs. (Mon, 02 May 2016 18:30:02 GMT) Full text and rfc822 format available.

Message #17 received at 23428 <at> debbugs.gnu.org (full text, mbox):

From: Kaushal Modi <kaushal.modi <at> gmail.com>
To: Drew Adams <drew.adams <at> oracle.com>, 23428 <at> debbugs.gnu.org, 
 Dmitry Gutov <dgutov <at> yandex.ru>
Subject: Re: 25.0.90; `A' binding in Dired - why change to a different command?
Date: Mon, 02 May 2016 18:29:18 +0000
[Message part 1 (text/plain, inline)]
Adding Dmitry (as I do not use those bindings in dired, and so cannot
comment on how they improve the use).

On Mon, May 2, 2016 at 2:27 PM Drew Adams <drew.adams <at> oracle.com> wrote:

> > Here is the commit that made this changed to the `A' and `Q' bindings.
> > The NEWS file also notes this and provides an explanation for doing so:
>
> Yes, but why?  Why is this a good thing, at the present time?
>
-- 

-- 
Kaushal Modi
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#23428; Package emacs. (Mon, 02 May 2016 18:34:02 GMT) Full text and rfc822 format available.

Message #20 received at 23428 <at> debbugs.gnu.org (full text, mbox):

From: Dmitry Gutov <dgutov <at> yandex.ru>
To: Kaushal Modi <kaushal.modi <at> gmail.com>, Drew Adams
 <drew.adams <at> oracle.com>, 23428 <at> debbugs.gnu.org
Subject: Re: 25.0.90; `A' binding in Dired - why change to a different command?
Date: Mon, 2 May 2016 21:33:36 +0300
On 05/02/2016 09:29 PM, Kaushal Modi wrote:
> Adding Dmitry (as I do not use those bindings in dired, and so cannot
> comment on how they improve the use).

I believe the NEWS entry is self-evident. If not, look for the related 
discussions in the emacs-devel archives.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#23428; Package emacs. (Mon, 02 May 2016 19:25:01 GMT) Full text and rfc822 format available.

Message #23 received at 23428 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Dmitry Gutov <dgutov <at> yandex.ru>, Kaushal Modi <kaushal.modi <at> gmail.com>,
 23428 <at> debbugs.gnu.org
Subject: RE: 25.0.90; `A' binding in Dired - why change to a different command?
Date: Mon, 2 May 2016 12:24:04 -0700 (PDT)
> I believe the NEWS entry is self-evident. If not, look for the related
> discussions in the emacs-devel archives.

I see no compelling reason given for why this key needs to
be repurposed for this new feature.  What's the hurry?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#23428; Package emacs. (Mon, 02 May 2016 19:40:02 GMT) Full text and rfc822 format available.

Message #26 received at 23428 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: kaushal.modi <at> gmail.com, 23428 <at> debbugs.gnu.org, dgutov <at> yandex.ru
Subject: Re: bug#23428: 25.0.90;
 `A' binding in Dired - why change to a different command?
Date: Mon, 02 May 2016 22:39:24 +0300
> Date: Mon, 2 May 2016 12:24:04 -0700 (PDT)
> From: Drew Adams <drew.adams <at> oracle.com>
> 
> > I believe the NEWS entry is self-evident. If not, look for the related
> > discussions in the emacs-devel archives.
> 
> I see no compelling reason given for why this key needs to
> be repurposed for this new feature.  What's the hurry?

Because we want to stop using the etags routines.

Once again, please read the discussions, the reasons are all there.




Added tag(s) notabug. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 03 May 2016 18:56:01 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 23428 <at> debbugs.gnu.org and Drew Adams <drew.adams <at> oracle.com> Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 03 May 2016 18:56:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 01 Jun 2016 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 71 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.