GNU bug report logs - #36123
find-dired vs. dired-sort-toggle-or-edit

Previous Next

Package: emacs;

Reported by: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>

Date: Fri, 7 Jun 2019 01:02:02 UTC

Severity: wishlist

Merged with 29513, 36110

Found in version 25.2

Fixed in version 27.1

Done: "Roland Winkler" <winkler <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 36123 in the body.
You can then email your comments to 36123 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#36123; Package emacs. (Fri, 07 Jun 2019 01:02:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 07 Jun 2019 01:02:04 GMT) Full text and rfc822 format available.

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

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: bug-gnu-emacs <at> gnu.org
Subject: find-dired vs. dired-sort-toggle-or-edit
Date: Fri, 07 Jun 2019 09:00:41 +0800
In find-dired, hitting "s" gives
  dired-sort-toggle-or-edit: Cannot sort this Dired buffer

Well, it certainly still could, if behind the scenes it did
(setq find-ls-option '("-exec ls -dilsbt {} \\;" . "-dilsbt"))

And also C-u s could be emulated if behind the scenes it took the
argument we gave it and plugged it in like:
(setq find-ls-option '("-exec ls -ld   {} \\;" .   "-ld"))
(setq find-ls-option '("-exec ls -ogd  {} \\;" .  "-ogd"))
(setq find-ls-option '("-exec ls -ogdt {} \\;" . "-ogdt"))

In fact on (info "(emacs) Dired and Find")
it would be great to tell folks that there is the above method for
making find-dired look exactly like original dired (without any -is mess
or ls -R gaps!)




Forcibly Merged 29513 36110 36123. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Fri, 14 Jun 2019 02:48:02 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. (Mon, 15 Jul 2019 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 343 days ago.

Previous Next


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