[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Dired confused by filenames starting with date-like strings
From: |
Eli Zaretskii |
Subject: |
Re: Dired confused by filenames starting with date-like strings |
Date: |
Thu, 24 Aug 2006 19:35:31 -0400 |
> From: kg6mar@gmail.com
> Newsgroups: gnu.emacs.help
> Date: 24 Aug 2006 10:43:26 -0700
>
> > The variable `dired-use-ls-dired' controls whether dired does this or
> > not. So to fix this problem, try installing GNU ls (I guess that means
> > cygwin, as you're on ms-windows?) and setting dired-use-ls-dired to t.
>
> After more testing and advice-following, it still appears to me that ls
> is working as required, but dired can't parse this particular filename
> correctly from the ls output. It sounds as if it works on a Unix or
> linux emacs implementation but not Windows.
Are you using the native Windows port of Emacs or the Cygwin port?
What does Emacs display when you type "M-x emacs-version RET"?
If you are using the native Windows port, Emacs does not use the
external `ls' program (because it's generally unavailable on Windows
machines). Instead, it uses the `ls' emulation in Lisp; see
ls-lisp.el.
ls-lisp.el is preloaded into the native Windows port; to disable it
and force Emacs to use the external `ls' program, set the variable
`ls-lisp-use-insert-directory-program' to a non-nil value.
- Re: Dired confused by filenames starting with date-like strings, (continued)
- Message not available
- Re: Dired confused by filenames starting with date-like strings, Miles Bader, 2006/08/24
- Re: Dired confused by filenames starting with date-like strings, Peter Dyballa, 2006/08/24
- Dired doesn't decode UTF-8 file names (was: Dired confused by filenames starting with date-like strings), Kevin Rodgers, 2006/08/24
- Re: Dired doesn't decode UTF-8 file names (was: Dired confused by filenames starting with date-like strings), Peter Dyballa, 2006/08/24
- Re: Dired doesn't decode UTF-8 file names, Kevin Rodgers, 2006/08/28
- Re: Dired doesn't decode UTF-8 file names, Peter Dyballa, 2006/08/28
- Re: Dired doesn't decode UTF-8 file names, Kevin Rodgers, 2006/08/28
- Re: Dired doesn't decode UTF-8 file names, Peter Dyballa, 2006/08/28
- Message not available
- Re: Dired doesn't decode UTF-8 file names, David Kastrup, 2006/08/28
Message not available
- Re: Dired confused by filenames starting with date-like strings, kg6mar, 2006/08/24
- Re: Dired confused by filenames starting with date-like strings,
Eli Zaretskii <=
- Re: Dired confused by filenames starting with date-like strings, Miles Bader, 2006/08/24
- Message not available
- Re: Dired confused by filenames starting with date-like strings, B. T. Raven, 2006/08/25
- Re: Dired confused by filenames starting with date-like strings, Eli Zaretskii, 2006/08/26
- Message not available
- Re: Dired confused by filenames starting with date-like strings, B. T. Raven, 2006/08/26
- Re: Dired confused by filenames starting with date-like strings, Miles Bader, 2006/08/26
Message not available