unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@linkov.net>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 36110@debbugs.gnu.org, jidanni@jidanni.org
Subject: bug#36110: find-dired not sorted on any field nor provides a way
Date: Sun, 16 Jun 2019 01:36:45 +0300	[thread overview]
Message-ID: <8736kala7u.fsf@mail.linkov.net> (raw)
In-Reply-To: <83tvcsya2r.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 14 Jun 2019 09:06:52 +0300")

>> diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi
>> index 9f454ea2ad..2befcf1bbd 100644
>> --- a/doc/emacs/dired.texi
>> +++ b/doc/emacs/dired.texi
>> @@ -1340,7 +1340,9 @@ Dired and Find
>>    The format of listing produced by these commands is controlled by
>>  the variable @code{find-ls-option}.  This is a pair of options; the
>>  first specifying how to call @command{find} to produce the file listing,
>> -and the second telling Dired to parse the output.
>> +and the second telling Dired to parse the output.  To sort file names
>> +lexicographically, you can customize @code{find-ls-option} to the value
>> +@code{'("-exec ls -ld @{@} +" . "-ld")}
>
> This should qualify the suggestion to using GNU Find, right?

grep-find-use-xargs defines such a command as `exec',
whereas GNU Find is defined as a combination of `find -print0'
and `xargs -0'.  From docstring of grep-find-use-xargs:

 If `exec', use `find -exec {} ;'.
 If `exec-plus' use `find -exec {} +'.
 If `gnu', use `find -print0' and `xargs -0'.





  reply	other threads:[~2019-06-15 22:36 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-05 23:27 bug#36110: find-dired not sorted on any field nor provides a way 積丹尼 Dan Jacobson
2019-06-06 20:28 ` Juri Linkov
2019-06-06 21:21   ` Drew Adams
2019-06-07  0:25     ` 積丹尼 Dan Jacobson
2019-06-13 21:30       ` Juri Linkov
2019-06-13 23:40         ` Glenn Morris
2019-06-14  0:12           ` Glenn Morris
2019-06-14  6:26             ` Andreas Schwab
2019-06-14 19:09             ` Juri Linkov
2019-06-14 19:10             ` Juri Linkov
2019-06-14  6:18           ` Eli Zaretskii
2019-06-14 19:12             ` Juri Linkov
2019-06-14  6:06         ` Eli Zaretskii
2019-06-15 22:36           ` Juri Linkov [this message]
2019-06-16  2:39             ` Eli Zaretskii
2019-06-16  8:37               ` Andreas Schwab
2019-06-16 14:02                 ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8736kala7u.fsf@mail.linkov.net \
    --to=juri@linkov.net \
    --cc=36110@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=jidanni@jidanni.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).