GNU bug report logs -
#36123
find-dired vs. dired-sort-toggle-or-edit
Previous Next
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.
Full log
View this message in rfc822 format
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!)
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.