When I invoke M-x bbdb from my minibuffer-only frame, BBDB burps with
the above error.  The Elisp backtrace is:

  split-window(#<window 8 on  *Minibuf-0*> 0)
  bbdb-pop-up-buffer(t nil)
  bbdb-display-records-internal((...) multi-line nil t nil)
  bbdb-display-records((...) multi-line nil t)
  bbdb("" multi-line)
  call-interactively(bbdb t nil)
  execute-extended-command(nil)
  call-interactively(execute-extended-command nil nil)

This is with the CVS code from nongnu.org.


        Stefan


PS: BTW, I suggest the patch below to let users initialize BBDB in their
.emacs with a single `load' (i.e. without messing with load-path
themselves):

--- Makefile.~1.2.~     2010-12-15 01:24:53.000000000 -0500
+++ Makefile    2011-01-14 21:06:59.000000000 -0500
@@ -88,6 +88,7 @@
 bbdb-autoloads.el: $(DEPSRCS)
        @-$(RM) $@;
        @echo "(provide 'bbdb-autoloads)" > $@;
+       @echo "(add-to-list 'load-path (or (file-name-directory load-file-name) 
(car load-path)))\n\n" >> $@;
        @echo "" >> $@;
        @$(emacs) -batch -l autoload \
                --eval '(setq generated-autoload-file "'`pwd`'/$@")' \


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to