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. Dobie

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


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 bbdb-electric's default value nil and you can use SPC for
 whatever you like.

I have bbdb-electric set to nil and SPC is defined in bbdb.el:

(define-key km \C-xnd 'bbdb-display-current-record)

(define-key km [delete] 'scroll-down)
(define-key km'scroll-up)

(define-key km [mouse-3]'bbdb-mouse-menu)

It's even got the binding I want ;)
-- 
Ivan Kanis
http://ivan.kanis.fr

The one advantage of playing with fire is that one never gets even
singed. It is the people who don't know how to play with it who get
burned up.
-- Oscar Wilde

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


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.

 It's even got the binding I want ;)

What do you want to say here?

Roland

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/