How do I enable speedbar to display all types of files?

前端 未结 2 1644
闹比i
闹比i 2021-02-12 20:18

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?

2条回答
  •  灰色年华
    2021-02-12 20:37

    For the sake of keep info updated, in my updated emacs: GNU Emacs 26.1 (build 1, x86_64-redhat-linux-gnu, GTK+ Version 3.23.2) of 2018-08-13

    To get .files continuing be showed, now I have to set

    all-types-of-files (custom-set-variables '(speedbar-show-unknown-files t) )

    AND

    (setq speedbar-directory-unshown-regexp "^\(\.\.*$\)\'")

    learned from: https://emacs-devel.gnu.narkive.com/0k8PccN3/speedbar-and-dot-files

提交回复
热议问题