* bug#714: directory-files: Doc string is irritatingly vague wrt sorting. @ 2008-08-13 19:11 ` Alan Mackenzie 2008-08-15 19:14 ` Glenn Morris 2008-08-15 20:25 ` bug#714: marked as done (directory-files: Doc string is irritatingly vague wrt sorting.) Emacs bug Tracking System 0 siblings, 2 replies; 3+ messages in thread From: Alan Mackenzie @ 2008-08-13 19:11 UTC (permalink / raw) To: bug-gnu-emacs Hi, Emacs! The doc string for directory files is: directory-files is a built-in function in `src/dired.c'. (directory-files DIRECTORY &optional FULL MATCH NOSORT) Return a list of names of files in DIRECTORY. There are three optional arguments: If FULL is non-nil, return absolute file names. Otherwise return names that are relative to the specified directory. If MATCH is non-nil, mention only file names that match the regexp MATCH. If NOSORT is non-nil, the list is not sorted--its order is unpredictable. NOSORT is useful if you plan to sort the result yourself. This sort of implies (but doesn't state) that if NOSORT is nil, the returned list is sorted. More importantly, it doesn't state the predicate used for the sorting. "Obviously", this will be some sort of alphabetical sort, but this gets complicated for mixed case filenames and (more importantly) for character sets which aren't vanilla ASCII. -- Alan Mackenzie (Nuremberg, Germany). ^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#714: directory-files: Doc string is irritatingly vague wrt sorting. 2008-08-13 19:11 ` bug#714: directory-files: Doc string is irritatingly vague wrt sorting Alan Mackenzie @ 2008-08-15 19:14 ` Glenn Morris 2008-08-15 20:25 ` bug#714: marked as done (directory-files: Doc string is irritatingly vague wrt sorting.) Emacs bug Tracking System 1 sibling, 0 replies; 3+ messages in thread From: Glenn Morris @ 2008-08-15 19:14 UTC (permalink / raw) To: Alan Mackenzie; +Cc: 714 Alan Mackenzie wrote: > More importantly, it doesn't state the predicate used for the sorting. > "Obviously", this will be some sort of alphabetical sort, but this gets > complicated for mixed case filenames and (more importantly) for character > sets which aren't vanilla ASCII. Will saying it uses `string-lessp' be good enough for you? The details of said function are in the Elisp manual. ^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#714: marked as done (directory-files: Doc string is irritatingly vague wrt sorting.) 2008-08-13 19:11 ` bug#714: directory-files: Doc string is irritatingly vague wrt sorting Alan Mackenzie 2008-08-15 19:14 ` Glenn Morris @ 2008-08-15 20:25 ` Emacs bug Tracking System 1 sibling, 0 replies; 3+ messages in thread From: Emacs bug Tracking System @ 2008-08-15 20:25 UTC (permalink / raw) To: Chong Yidong [-- Attachment #1: Type: text/plain, Size: 885 bytes --] Your message dated Fri, 15 Aug 2008 16:19:06 -0400 with message-id <877iai8211.fsf@cyd.mit.edu> and subject line Re: directory-files: Doc string is irritatingly vague wrt sorting. has caused the Emacs bug report #714, regarding directory-files: Doc string is irritatingly vague wrt sorting. to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact don@donarmstrong.com immediately.) -- 714: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=714 Emacs Bug Tracking System Contact don@donarmstrong.com with problems [-- Attachment #2: Type: message/rfc822, Size: 3057 bytes --] From: Alan Mackenzie <acm@muc.de> To: bug-gnu-emacs@gnu.org Subject: directory-files: Doc string is irritatingly vague wrt sorting. Date: Wed, 13 Aug 2008 19:11:41 +0000 Message-ID: <20080813191141.GA2825@muc.de> Hi, Emacs! The doc string for directory files is: directory-files is a built-in function in `src/dired.c'. (directory-files DIRECTORY &optional FULL MATCH NOSORT) Return a list of names of files in DIRECTORY. There are three optional arguments: If FULL is non-nil, return absolute file names. Otherwise return names that are relative to the specified directory. If MATCH is non-nil, mention only file names that match the regexp MATCH. If NOSORT is non-nil, the list is not sorted--its order is unpredictable. NOSORT is useful if you plan to sort the result yourself. This sort of implies (but doesn't state) that if NOSORT is nil, the returned list is sorted. More importantly, it doesn't state the predicate used for the sorting. "Obviously", this will be some sort of alphabetical sort, but this gets complicated for mixed case filenames and (more importantly) for character sets which aren't vanilla ASCII. -- Alan Mackenzie (Nuremberg, Germany). [-- Attachment #3: Type: message/rfc822, Size: 1000 bytes --] From: Chong Yidong <cyd@stupidchicken.com> To: Alan Mackenzie <acm@muc.de> Cc: 714-done@emacsbugs.donarmstrong.com Subject: Re: directory-files: Doc string is irritatingly vague wrt sorting. Date: Fri, 15 Aug 2008 16:19:06 -0400 Message-ID: <877iai8211.fsf@cyd.mit.edu> I've clarified the docstring. Thanks. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-08-15 20:25 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <877iai8211.fsf@cyd.mit.edu> 2008-08-13 19:11 ` bug#714: directory-files: Doc string is irritatingly vague wrt sorting Alan Mackenzie 2008-08-15 19:14 ` Glenn Morris 2008-08-15 20:25 ` bug#714: marked as done (directory-files: Doc string is irritatingly vague wrt sorting.) Emacs bug Tracking System
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.