For questions regarding the speedbar, a special frame for conveniently navigating in or operating on another frame.
Questions tagged [speedbar]
33 questions
3
votes
1 answer
Speedbar and org-mode only shows subheadings, but not 3rd level+ subheadings?
I'm toying around with Org-mode and Speedbar/Sr-speedbar.
I like that it shows Task and subtasks. But it doesn't show anything lower, e.g:
* Task (shown)
** subtask (shown)
*** Sub-sub task (not shown)
**** sub sub sub task (not shown)
Is it…

Leo Ufimtsev
- 4,488
- 3
- 22
- 45
3
votes
0 answers
Speedbar tag hierarchy in Clojure - organize manually with comments?
If I run speedbar and call (speedbar-add-supported-extension ".clj") in init.el, then I see my Clojure files in the speedbar, and I can expand them to show the function definitions inside, like this:
What I don't like is that Emacs is grouping and…

Rob N
- 547
- 2
- 12
3
votes
1 answer
Prevent Spacemacs from creating double sr-speedbar
I'm trying to make Spacemacs and sr-speedbar work together smoothly.
Without using Spacemacs:
The command buffer is local to each buffer where it is called:
Left is sr-speedbar, right is the main buffer.
If invoke command buffer from sr-speedbar…

phonycollectibles
- 614
- 5
- 13
2
votes
1 answer
sr-speedbar width size options on start not working
By default, sr-speedbar seems to always want to take 50% of available window space.
I'm trying to change it's default size to something smaller (like 40 px), but I can't seem to figure out how as the option sr-speedbar-width-x doesn't seem to do…

Zamicol
- 143
- 6
2
votes
0 answers
Getting a speedbar to display a tree for org-mode headings
Is there a way I can get speedbar to give a complete top level tree and click through to lower levels?
treemacs does it (but doesn't have buffer, info, etc minor modes) ...
speedbar can produce a tree of headings for org-mode files although the…

wef
- 452
- 2
- 9
2
votes
1 answer
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 sorting headers in an order different to that of the…

Pablo A Perez-Fernandez
- 265
- 1
- 8
2
votes
2 answers
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.

Anton
- 23
- 2
2
votes
0 answers
sr-speedbar won't open
I used the package installer to install sr-speedbar, so I can have the speedbar and editor in a single frame. When I try M-x sr-speedbar-open, it opens a second window (with same file), beeps and says Wrong type argument: stringp, nil in the…

Rob N
- 547
- 2
- 12
2
votes
1 answer
Adding speedbar support for a language major mode?
It appears to me that go-mode and speedbar are not working together - the .go files do not appear in the file list.
https://github.com/dominikh/go-mode.el/issues/270 is a bug on go-mode which suggests that it isn't just me seeing this problem.
What…

Realraptor
- 1,253
- 6
- 17
2
votes
1 answer
Command to navigate up one directory in speedbar?
How does one navigate up one directory whilst in speedbar without using the mouse?

cammil
- 509
- 3
- 12
2
votes
1 answer
emacs --daemon is not loading gui elements
I defined emacsclient as default editor in .bashrc so emacs -daemon will be called upon startup:
export ALTERNATE_EDITOR=""
export EDITOR=emacsclient
But compared to a normal load without client, if I call emacsclient afile, then some ui elements…

phonycollectibles
- 614
- 5
- 13
2
votes
0 answers
emacsclient -c new frame cannot have an individual new sr-speedbar
Since emacsclient depends on emacs server, when I first start emacs server and then try:
emacsclient -c -n -a emacs --eval "(sr-speedbar-open)"
It reports that sr-speedbar is arlready opened. Is it possible to have individual sr-speedbar for every…

phonycollectibles
- 614
- 5
- 13
2
votes
1 answer
Is there a way to sort buffers alphabetically in speedbar
By default speedbar displays buffers as they are in the buffer list. Is there a way to sort them by their name alphabetically, either automatically or by triggering the sorting?

Paralife
- 121
- 3
2
votes
1 answer
How to replace the icons in speedbar
The icons in speedbar are old-fashioned, I'm trying to replace them, but cannot locate any png files in /home/user/.emacs.d, are they pictures? If they are, where to find them?
And how can I replace them by specifying new image in emacs init file…

cdnszip
- 347
- 1
- 7
2
votes
2 answers
browsing/navigating reStructuredText
What Emacs utilities can provide better browsing and navigation of reST documents? Alternatively, how to configure existing utilities to work with reST? What I mean, why I ask:
Of the lightweight markups I lately mostly compose reST [1], and of…

TomRoche
- 592
- 3
- 20