emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] ls-lisp.el ls-lisp-insert-directory fix empty dir bug


From: Eli Zaretskii
Subject: Re: [PATCH] ls-lisp.el ls-lisp-insert-directory fix empty dir bug
Date: Sat, 27 Apr 2013 19:56:43 +0300

> From: Ingo Lohmar <address@hidden>
> Cc: address@hidden
> Date: Sat, 27 Apr 2013 15:56:27 +0200
> 
> Glad you asked, I now noticed that the problem only occurs when removing
> the dot entries via dired-listing-switches (so when the local files
> variable is really nil before populating the buffer):
> 
> (require 'ls-lisp)
> (setq ls-lisp-use-insert-directory-program nil)
> 
> ;; only occurs if we do not have "." and ".."
> (setq dired-listing-switches "-l -h")
> 
> ;; now create some empty dir, and do
> (dired "my-empty-dir")
> 
> ;; notice that last two lines are not indented, get wrong text
> ;; properties due to that...

Thanks, I installed your change.



reply via email to

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