bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dired-ls-sorting-switches


From: era
Subject: Re: dired-ls-sorting-switches
Date: 19 Oct 2003 14:54:57 +0300
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

On 19 Oct 2003 14:41:41 +0300, era@iki.fi posted to gmane.emacs.bugs:
 > --- /etc/cups/printers.conf~ Fri Jun 13 10:15:29 2003

That was gifted. Changed my password :-& and here's the patch I
actually intended to send. Sorry.

Index: dired.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/dired.el,v
retrieving revision 1.269
diff -u -r1.269 dired.el
--- emacs/emacs/lisp/dired.el   30 Sep 2003 20:46:04 -0000      1.269
+++ emacs/emacs/lisp/dired.el   19 Oct 2003 11:37:06 -0000
@@ -2770,7 +2770,12 @@
 ;; So anything that does not contain these is sort "by name".
 
 (defvar dired-ls-sorting-switches "SXU"
-  "String of `ls' switches (single letters) except `t' that influence 
sorting.")
+  "String of switches \(single letters\) except `t' which when present
+influence the sort order of the output from `ls'.
+
+To change the default sorting order \(e.g. add a `-v' option\), see the
+variable `dired-listing-switches'. To temporarily override the listing
+format, use Dired with a prefix argument.")
 
 (defvar dired-sort-by-date-regexp
   (concat "^-[^" dired-ls-sorting-switches
/* era */

-- 
The email address era     the contact information   Just for kicks, imagine
at iki dot fi is heavily  link on my home page at   what it's like to get
spam filtered.  If you    <http://www.iki.fi/era/>  500 pieces of spam for
want to reach me, see     instead.                  each wanted message.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]