2

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 'sr-speedbar) in my .emacs.

The issue is that on Ubuntu windows key opens a window mode. So I can't test it. there are a whole pile of comands but I can't get it too work.

`sr-speedbar-open' Open `sr-speedbar' window. `sr-speedbar-close' Close `sr-speedbar' window. 

. How could I get this working?

Update: set the keyboard shortcut

(require 'sr-speedbar)
(global-set-key (kbd "<f6>") 'sr-speedbar-open)

However now I get this error

Symbol's function definition is void: sr-speedbar-open
sayth
  • 6,696
  • 12
  • 58
  • 100
  • 1
    As anything else in emacs?! `M-x CMD `, or bind it to a key of your choosing, e.g. `(global-set-key (kbd "C-M-r") 'sr-speedbar-toggle)` – Tom Regner Jun 09 '13 at 13:28
  • Marmalade tag is for marmalade sdk – 0xC0DED00D Jun 09 '13 at 17:06
  • 4
    Actually found out that its the sr-speedbar version in marmalade repo that fails. Download from here http://www.emacswiki.org/emacs/sr-speedbar.el and it works. – sayth Jun 15 '13 at 13:12

0 Answers0