emacs-devel
[Top][All Lists]
Advanced

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

Re: Sorting of directories in dired


From: Lennart Borgman
Subject: Re: Sorting of directories in dired
Date: Thu, 07 Jul 2005 08:49:35 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Juanma Barranquero wrote:

On 7/7/05, Lennart Borgman <address@hidden> wrote:
In dired files are sorted case sensitive. This does not make sense on an
OS with case insensitive file system. Is there any way to get the
listing in dired sorted case insensitive?

If you're on Windows, dired is using the Lisp emulation of `ls', that
is, ls-lisp.el. You can configure it to be case insensitive. My .emacs
has this:

(when (eq system-type 'windows-nt)
 (setq ls-lisp-emulation   'MS-Windows
       ls-lisp-dirs-first  t
       ls-lisp-ignore-case t
       ls-lisp-verbosity   (nconc (and (w32-using-nt) '(links)) '(uid))))
Thanks! Should not this be the default on w32?




reply via email to

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