Questions tagged [speedbar]
For questions regarding the speedbar, a special frame for conveniently navigating in or operating on another frame.
35 questions
0 votes
1 answer
114 views
Imenu in speedbar
The documentation to Imenu states: Imenu provides the information to guide Which Function mode (see Which Function Mode). The Speedbar can also use it My questions is: How do I add imenu entries to ...
1 vote
0 answers
202 views
Setting and enabling the speedbar
I am enabling the speedbar using (speedbar 1) (make-face 'speedbar-face) (set-face-font 'speedbar-face "Monospace-16") (setq speedbar-mode-hook '(lambda () (...
0 votes
1 answer
100 views
jumping to a directory in speedbar
Is there a way to jump to a given directory in speedbar? For example, when I open up emacs and speedbar, it begins in ~/. Which is fine most of the time, but sometimes I'll want to jump to a remote ...
0 votes
1 answer
269 views
speedbar sr-speedbar flush cache and full expand current buffer when saving it
I'm using sr-speedbar. I would like it to automatically full expand current file buffer, and update the bar content when I save the current buffer. I tried something like : (add-hook 'after-save-hook '...
2 votes
1 answer
182 views
Forcing Speedbar's Sorting Order of Org File Headers to Mirror File's
I use both org-sidebar (https://github.com/alphapapa/org-sidebar/) and Speedbar to navigate Org files. Both have minor issues. However, I find Speedbar works best, but it has a terrible habit of ...
0 votes
0 answers
55 views
Speedbar opens a normal text buffer, not dired like
I'm trying to use Speed bar when coding C++. My problem is, when I type M-x speedbar it opens an already opened code file instead. Here you can see the effect:
2 votes
2 answers
383 views
Move cursor to opened file in sr-speedbar
i wonder how i can configure the sr-speedbar mode to automatically move the cursor to a file, which i open by pressing enter in the sr-speedbar. Thanks for your input.
0 votes
0 answers
101 views
Speedbar not starting
I'm currently using Xemacs on Windows 10 in compatibility mode and running in VHDL-mode. When I attempt to open the Speedbar Xemacs returns with An error occurred while opening speedbar. I'm trying ...