Questions tagged [emacs-speedbar]

21 questions
28
votes
2 answers

How to dock the speedbar in Emacs?

Is there a way to dock the speedbar in Emacs? Thanks.
mik
19
votes
2 answers

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

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?
paolo granada lim
  • 540
  • 1
  • 5
  • 13
9
votes
3 answers

In Emacs, how can I use imenu more sensibly with C#?

I've used emacs for a long time, but I haven't been keeping up with a bunch of features. One of these is speedbar, which I just briefly investigated now. Another is imenu. Both of these were mentioned…
Cheeso
  • 189,189
  • 101
  • 473
  • 713
7
votes
3 answers

speedbar - how to fix the base directory (not change as buffer switched)

After using speedbar for a while, I found it will change the base directory according to currently displayed buffer. How do I disable it? I just want the speedbar do nothing while I am switching to another buffer.
jilen
  • 5,633
  • 3
  • 35
  • 84
6
votes
3 answers

How can I open the files only in a specific window in Emacs?

I have configured my emacs as follows, and I would like to open and operate the source files only in the first window(*scratch*). But the sr-speedbar loves to open the new file in the lastest window(e.g. the newly open *shell* window). How can I…
ppn029012
  • 580
  • 1
  • 6
  • 20
5
votes
1 answer

Disabling 'linum-mode' for speedbar when global 'linum-mode' is active

I have linum-mode enabled globally in my Emacs configuration. Being enabled globally means it is also applied to the speedbar which is undesirable. The only suggestion I found for this issue, was in the archived Emacs help mailing list, which…
Pedro Romano
  • 10,973
  • 4
  • 46
  • 50
4
votes
1 answer

How can I make emacs' speedbar auto-expand file/class info based on the cursor?

I've just found speedbar and it's a wonderfully useful tool. I really like how it can drill into (python) files to show me a list of classes, methods and functions. Is there any way I can get speedbar to auto-expand the tree of class/function…
Phillip B Oldham
  • 18,807
  • 20
  • 94
  • 134
4
votes
1 answer

Emacs gdb speedbar in same window

I am using emacs gdb with gdb-many-windows mode, I am noticing that the gdb watch expressions speedbar opens in a different window. I want to have it in the same window. I looked into http://www.emacswiki.org/emacs/SrSpeedbar which claimed to allow…
Vikash Balasubramanian
  • 2,921
  • 3
  • 33
  • 74
4
votes
1 answer

Can't set Emacs Speedbar buffer display mode

I often work with differents active buffer on emacs like : source files SQL buffer shell buffer I try to get speedbar always display buffer mode but I can't find any option that can load this display when emacs is started (default is file mode),…
Thomas B. Lze
  • 1,070
  • 7
  • 14
4
votes
1 answer

Speedbar how to add support for custom source files?

I want Speedbar to display outlines (list of variables, functions and other "interesting" objects") I have in source files it doesn't understand yet. I have code to generate TAGS for the sources in question, where should I look for a hook /…
user797257
2
votes
1 answer

How to display imenu content in speedbar

I would like to display imenu content in Emacs Speedbar. Best as a flat list (like in with imenus) (not a tree-like structure). In speedbar - Display menu I have only the following options: Files Quick Buffers Buffers Info Eieio Analyze (only…
Robert Zaremba
  • 8,081
  • 7
  • 47
  • 78
2
votes
1 answer

Emacs speedbar does not show all class's methods

As in title, I have middle size class CPP file of ~400 lines of code. There are some new methods not being shown when unfolding my class in the speedbar frame. Looks like speedbar displays the tree from several previous iterations of my code . P.S.…
paul424
  • 153
  • 2
  • 13
2
votes
0 answers

emacs sr-speedbar ubuntu - same window

I am on ubuntu. Just installed sr-speebar via marmalade. I know speedbar comes built in but I was not able using the wiki directions to get it into the same frame. So I installed via marmalde this package speedar Maramalade I have put (require…
sayth
  • 6,696
  • 12
  • 58
  • 100
1
vote
4 answers

How do you change the Emacs init file to customize the font for new frames?

I want to know, what text do I have to input in the .emacs file so that it uses a especific font (like the clean 5x8) on the new frames, such as with the speedbar. I can modify the speedbar font size and type by using SHIFT-LeftClick but I want it…
1
vote
1 answer

Emacs imenu and speedbar+semantic fails because of indentation in c++ mode

My problem is that imenu or speedbar/semantic fails because of indentation. For this simple file, it is ok: #include void bar() { std::cout << "bar" << std::endl; } But if I want to put function bar in a namespace and indent its…
janou195
  • 1,175
  • 2
  • 10
  • 25
1
2