emacs sr-speedbar ubuntu - same window

瘦欲@ 提交于 2020-01-04 12:48:51

问题


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

来源:https://stackoverflow.com/questions/17005297/emacs-sr-speedbar-ubuntu-same-window

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!