senny / cabbage

get the maximum out of emacs
http://senny.github.com/cabbage/
156 stars 21 forks source link

Error message when activating the terminal bundle #94

Closed fred-o closed 12 years ago

fred-o commented 12 years ago

When I activate the terminal bundle from init.el I get the following error message on startup:

error: Key sequence C-p t starts with non-prefix key C-p

I'm not really sure why this is, but it looks like it wants to turn C-p into a prefix command. However, C-p is commonly usually bound to previous-line by default in emacs and many unix shell environments, so maybe another prefix would be better?

I'm running emacs 23.3.1 on ubuntu with the following bundles enabled:

(accessibility completion css cucumber diff erlang git html java javascript lisp markdown power-edit python ruby haml-and-sass yaml snippets xml terminal)

jone commented 12 years ago

C-p is used as prefix key for perspectives (it is unset in ergonomic bundle and rebound in lib/perspective.el). I think this is another binding-roller issue, this should be configurable. I'll disable the binding in in term if ergonomic is not used - C-x t n can be used in this case.