emacs-devel
[Top][All Lists]
Advanced

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

Re: dired-hide-details-mode, how to customize?


From: jenia.ivlev
Subject: Re: dired-hide-details-mode, how to customize?
Date: Wed, 24 Jun 2015 19:00:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Thanks again for your reply. 

I placed `(required 'ls-lisp)` in my config
file, and added `(setq ls-lisp-use-insert-directory-program nil)` too.

I can see that function being is executed `ls-lisp-insert-directory`, 
instead of the `ls` GNU program, by setting a break on it and opening a
dired buffer.

But, in so far as my original goal - to write the # of lines in each
file when dired-hide-details-mode is disabled - how do you suggest I go
about doing that?

Should I change the function ls-lisp-insert-directory to run `wc -l` on
each file and print the output on each row? Is that sort of the idea?

Thanks
Jenia





reply via email to

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