emacs: add speedbar note about patch I just sent

This commit is contained in:
Protesilaos 2026-08-05 17:08:59 +03:00
parent b6fca99207
commit 3f2909a969
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 6 additions and 4 deletions

View file

@ -281,8 +281,9 @@ With optional argument FRAME, return the list of buffers of FRAME."
speedbar-window-max-width 60)
(setq speedbar-indentation-width 4)
(setq speedbar-show-unknown-files t)
(setq speedbar-directory-unshown-regexp "\\`\\.\\.?\\'")
(setq speedbar-file-unshown-regexp "\\`0123456789abcdefghijklmnopqrstuvwxyz\\'") ; nonsense here because I cannot set this to nil
;; NOTE 2026-08-05 17:08 +0300: Waiting for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=81556 which I just submitted.
(setq speedbar-directory-unshown-regexp nil
speedbar-file-unshown-regexp nil)
(prot-emacs-hook speedbar-visiting-tag-hook (speedbar-recenter speedbar-highlight-one-tag-line))
(defun prot/speedbar-imenu-flatten (elements)

View file

@ -7084,8 +7084,9 @@ flatten it because I do not like the default grouping behaviour.
speedbar-window-max-width 60)
(setq speedbar-indentation-width 4)
(setq speedbar-show-unknown-files t)
(setq speedbar-directory-unshown-regexp "\\`\\.\\.?\\'")
(setq speedbar-file-unshown-regexp "\\`0123456789abcdefghijklmnopqrstuvwxyz\\'") ; nonsense here because I cannot set this to nil
;; NOTE 2026-08-05 17:08 +0300: Waiting for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=81556 which I just submitted.
(setq speedbar-directory-unshown-regexp nil
speedbar-file-unshown-regexp nil)
(prot-emacs-hook speedbar-visiting-tag-hook (speedbar-recenter speedbar-highlight-one-tag-line))
(defun prot/speedbar-imenu-flatten (elements)