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: Miles Bader
Subject: Re: Dired confused by filenames starting with date-like strings
Date: Thu, 24 Aug 2006 23:35:12 +0900

Peter Dyballa <Peter_Dyballa@web.DE> writes:
> When I do
>
>       (setq dired-use-ls-dired "/sw/bin/gls --dired")

`dired-use-ls-dired' is a boolean, which causes dired to append the
"--dired" option itself.

To tell dired what ls program to use, you have to use a separate
variable, `insert-directory-program'.

So I guess the following should work:

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

-Miles

-- 
`Cars give people wonderful freedom and increase their opportunities.
 But they also destroy the environment, to an extent so drastic that
 they kill all social life' (from _A Pattern Language_)




reply via email to

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