unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Speedbar and dot files
@ 2016-02-14 16:58 Angelo Graziosi
  2016-02-15  2:59 ` Alexis
  0 siblings, 1 reply; 6+ messages in thread
From: Angelo Graziosi @ 2016-02-14 16:58 UTC (permalink / raw)
  To: Emacs developers

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.



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-16 23:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-14 16:58 Speedbar and dot files Angelo Graziosi
2016-02-15  2:59 ` Alexis
2016-02-15  9:03   ` Angelo Graziosi
2016-02-15  9:51     ` Alexis
2016-02-16 12:57     ` Eric Ludlam
2016-02-16 23:48       ` Angelo Graziosi

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).