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

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

bug#9039: 24.0.50; dired "f" fails on directory that begins with a space


From: Manuel Giraud
Subject: bug#9039: 24.0.50; dired "f" fails on directory that begins with a space
Date: Wed, 13 Jul 2011 12:02:07 +0200
User-agent: Gnus/5.1299999999999999 (Gnus v5.13) Emacs/23.3 (berkeley-unix)

This issue may be already sorted out. But anyway, I have put these 2
lines in my .emacs and that does the trick:

(require 'ls-lisp)
(setq ls-lisp-use-insert-directory-program nil)

Now, dired will use a lisp implementation of ls (which in fact, uses
directory-files-and-attributes internally). It works for me on OpenBSD.

-- 
Manuel Giraud





reply via email to

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