Re: bbdb smashes my key bindings

2012-07-21 Thread Ivan Kanis
Roland Winkler wink...@gnu.org wrote: It's even got the binding I want ;) What do you want to say here? I want SPC to be bound to scroll-up. -- Ivan Kanis http://ivan.kanis.fr The average Ph.D. thesis is nothing but the transference of bones from one graveyard to another. -- Frank J.

Re: bbdb smashes my key bindings

2012-07-18 Thread Ivan Kanis
Roland Winkler wink...@gnu.org wrote: For me, the SPC key is undefined in BBDB. By chance, have you bbdb-electric set to t? This is for BBDB's electric mode, which gives exactly the behavior you describe. It's intended for quickly looking up things in BBDB and leaving it afterwards. Use

Re: bbdb smashes my key bindings

2012-07-18 Thread Roland Winkler
On Wed Jul 18 2012 Ivan Kanis wrote: (define-key km [delete] 'scroll-down) (define-key km'scroll-up) Strange, my GNU Emacs 24.1 ignores the key binding for scroll-up. Looks like I need to read more carefully the elisp manual for how to bind a command to the SPC key.