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

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

Re: Dired confused by filenames starting with date-like strings


From: Peter Dyballa
Subject: Re: Dired confused by filenames starting with date-like strings
Date: Thu, 24 Aug 2006 17:05:19 +0200


Am 24.08.2006 um 16:27 schrieb Kevin Rodgers:

There is no reason to set dired-use-ls-dired to anything but t or nil.
In particular, it does not determine which ls program is run.  Try:

(setq insert-directory-program "/sw/bin/ls"
      dired-use-ls-dired t)

Am 24.08.2006 um 16:35 schrieb Miles Bader:

So I guess the following should work:

   (setq dired-use-ls-dired t)
   (setq insert-directory-program "/sw/bin/gls")


Oh, yes, these work! Thank you! There isn't much difference compared to using Apple's ls; in GNU Emacs 22.0.50 UTF-8 characters are still displayed as a series of UTF-8 octets, and in GNU Emacs 23.0.0 I still cannot search for file names with German umlauts etc.

Hopefully others have more success!

--
Greetings

  Pete

"A designer knows he has arrived at perfection not when there is no longer anything to add, but when there is no longer anything to take away."
                                 -- Antoine de Saint-Exupéry






reply via email to

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