On Tue Jul 17 2012 Ivan Kanis wrote: > 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?
Your patch completely disables the electric command loop. How about the following patch? -- If anyone wants to play with the "electric mode" of BBDB, try bbdb-electric-display-records that I turned into a command. The basic idea of the electric mode is that it gives you a "temporary" BBDB session. Currently there are two electric BBDB commands bbdb-mail and bbdb-mail-address (this list can probably be extended). When you execute such an electric command in BBDB's electric mode, this removes the BBDB window, too. (Well, that's my understanding of the electric mode. Comments welcome.) 2012-07-18 Roland Winkler <wink...@gnu.org> * lisp/bbdb.el: Autoload bbdb-search and bbdb-search-prompt. (bbdb-display-records): Make records a required arg. Do not redefine keys. Pass optional args to bbdb-electric-display-records. (bbdb-electric-display-records): New optional args layout, append, select, and horiz-p. Make it a command. Redefine SPC key temporarily. Simplify. BBDB is available at http://savannah.nongnu.org/projects/bbdb/ To check it out, use git clone git://git.savannah.nongnu.org/bbdb.git ------------------------------------------------------------------------------ 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/