In response to > > Setting bbdb-display-layout to non-nil, even when you want the > > default multi-line display, seems to fix a minor bug where > > bbdb-toggle-records-display-layout fails to do anything the first > > time you try to toggle in a new BBDB buffer.
Robert Fenk wrote: > Could you provide more info on that, I am not able to > reproduce it. The toggling bug is straightforward to reproduce; if all I have in my startup file is: (require 'bbdb) (bbdb-initialize) and in a fresh GNU Emacs session I type M-x bbdb RET fenk RET - to look up a suitable record C-x o - to switch to the *BBDB* buffer t - to toggle the display this toggle has no effect, I still see the default multi line layout; but a second 't' does then switch to the one line layout as expected. In fact the bug will happen again if I kill the *BBDB* buffer and then make another BBDB query; it's not just a once per session thing. On the other hand, if my startup file also contains (setq bbdb-display-layout 'multi-line) everything works fine. Patrick ------------------------------------------------------- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en _______________________________________________ [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/
