I have been using gnus for almost a year and recently
installed bbdb.  I
 can't describe how happy I am with it.  There is, however, an
annoying
 error that shows up in the following two cases (from what I
can tell,
 it is apparently the same error).

1. When, while composing a message, I complete an e-mail address,
(within the buffer *Message*) the following error appears:

bbdb-pop-up-bbdb-buffer: Wrong number of arguments: (lambda
nil (interactive) (other-window -1)), 1

The debugger renders the following:

Debugger entered--Lisp error: (wrong-number-of-arguments
(lambda nil (interactive) (other-window -1)) 1)
 previous-window(#<window 6 on *mail*>)
 bbdb-pop-up-bbdb-buffer()
 bbdb-complete-name()
 call-interactively(bbdb-complete-name)


2. When (in the *Summary* buffer) I read an e-mail of a
contact whose
address is already in bbdb, an error shows up (no error will
show up if
the contact is already there, but the e-mail address is new):

Here is the error:

bbdb-pop-up-bbdb-buffer: Wrong number of arguments: (lambda
nil (interactive) (other-window -1)), 1

The debugger renders the following:

Debugger entered--Lisp error: (wrong-number-of-arguments
(lambda nil (interactive) (other-window -1)) 1)
 previous-window(#<window 6 on *Summary nnml+gmail:mail.misc*>)
 bbdb-pop-up-bbdb-buffer(#[(w) "p à    !qˆ\nÄ= qˆ)‡" [b w
major-mode window-buffer gnus-article-mode] 2])
 bbdb/gnus-pop-up-bbdb-buffer()
 run-hooks(gnus-article-prepare-hook)
 apply(run-hooks gnus-article-prepare-hook)
 gnus-run-hooks(gnus-article-prepare-hook)
 gnus-article-prepare-display()
 gnus-article-prepare(2190 nil)
 gnus-summary-display-article(2190 nil)
 gnus-summary-select-article(nil nil pseudo)
 gnus-summary-scroll-up(1)
 call-interactively(gnus-summary-scroll-up)


I would be grateful if anyone could point out how to fix this
annoying
detail (Which I am having with both emacs22 and emacs23, under
Ubuntu
9.04 Jaunty, and with emacs22 under Ubuntu Hardy).


Santiago Mejia
------------------------------------------------------------------------------

_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to