emacs-devel
[Top][All Lists]
Advanced

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

Speedbar and dot files


From: Angelo Graziosi
Subject: Speedbar and dot files
Date: Sun, 14 Feb 2016 17:58:57 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

I use a package from MELPA, "sr-sppedbar" which uses the Emacs Speedbar, but the last does not show the dot files/directories (.emacs.d, .bashrc etc.).

Even if one adds

(setq speedbar-show-unknown-files t)

in the init file, the above files/directoris are not shown.

On the WEB I found this discussion:

http://stackoverflow.com/questions/5135209/show-hidden-files-in-speedbar

which suggest to use

(setq speedbar-directory-unshown-regexp "^\\(CVS\\|RCS\\|SCCS\\|\\.\\.*$\\)\\'")

in the init file, and indeed it seems to work.

Now, I wonder if you can do better adding an option, say "speedbar-show-all", so that when one use

(setq speedbar-show-all t)


*ALL* but really *ALL* is shown in the Speedbar.


TIA,
 Angelo.



reply via email to

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