views:

125

answers:

1

I have emacs v23.1.1 on ubuntu 9.10. i can't seem to make speedbar to display all files, it only displays directories. Does anyone have an idea with this?

+4  A: 

Ok this might sound kind of basic but, have you right-clicked on the speedbar and checked 'Show all Files'? Otherwise, you should update the speedbar buffer by pressing 'g'.

There should be something like this on your emacs, though this is not usually set up by hand.

(custom-set-variables
 '(speedbar-show-unknown-files t)
)
wallyqs
hey, thanks for answering! will try this one out later.
paolo granada lim