unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36123: find-dired vs. dired-sort-toggle-or-edit
@ 2019-06-07  1:00 積丹尼 Dan Jacobson
  0 siblings, 0 replies; only message in thread
From: 積丹尼 Dan Jacobson @ 2019-06-07  1:00 UTC (permalink / raw)
  To: 36123

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!)





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-07  1:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-07  1:00 bug#36123: find-dired vs. dired-sort-toggle-or-edit 積丹尼 Dan Jacobson

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).