Hi Roland, I was trying to bind SPC to scroll down and couldn't. It seem there is some code overriding the binding. I have no idea what it does and maybe it should be removed?
diff --git a/emacs/bbdb/bbdb.el b/emacs/bbdb/bbdb.el index c0fb095..a21beea 100644 --- a/emacs/bbdb/bbdb.el +++ b/emacs/bbdb/bbdb.el @@ -2808,13 +2808,8 @@ Move point to the end of the inserted record." (if (and (not bbdb-window) (or bbdb-electric electric-p)) (progn - (define-key bbdb-mode-map " " 'bbdb-electric-done) (bbdb-electric-display-records records)) - (bbdb-display-records-internal records layout append select horiz-p) - ;; do not smash keybinding if they invoked `bbdb-display' - ;; from inside an electric loop. - (unless bbdb-inside-electric-display - (define-key bbdb-mode-map " " 'undefined))))) + (bbdb-display-records-internal records layout append select horiz-p)))) (defun bbdb-display-records-internal (records &optional layout append select horiz-p) -- Ivan Kanis http://ivan.kanis.fr Academic politics is the most vicious and bitter form of politics, because the stakes are so low. -- Wallace Sayre ------------------------------------------------------------------------------ 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/