>>>>> On Thu, 13 Mar 2003 22:41:14 +0100, [EMAIL PROTECTED] said:
> Yes it is the second one. I just wonder how was is before,
> when doing a "M-x bbdb RET me" in a frame without a "*BBDB*"
> buffer and other frames showing the "*BBDB" buffer. Wasn't
> it created in that case?
It didn't happen to me but that may be related to my use of special
display. If I ran M-x bbdb or did a : on a gnus-summary line I got
the *BBDB* in a new frame and no other window. If I did a subsequent
M-x bbdb or : the results of the new search just replaced the old in
the *BBDB* special display frame.
> IMHO yes, but that does not happen with the current code it is not
> created when we do not call the pop-up fun. At the moment I also
> cannot figure out how to call display-buffer to not break
> special-display ... I dare to switch back to
> with-output-to-temp-buffer due to the problem posted a few days ago
> ... well we will find a fix ...
Whatever you did solved my problem but I see from the changelog that
it may not be a completely satisfactory solution. Unfortunately I
don't understand the problem that you're trying to solve.
Anyway, a couple of extra parens were left behind in bbdb-gnus.el.
Here is a patch.
Index: bbdb-gnus.el
===================================================================
RCS file: /cvsroot/bbdb/bbdb/lisp/bbdb-gnus.el,v
retrieving revision 1.95
diff -u -c -r1.95 bbdb-gnus.el
*** bbdb-gnus.el 13 Mar 2003 22:31:48 -0000 1.95
--- bbdb-gnus.el 14 Mar 2003 18:46:44 -0000
***************
*** 699,705 ****
(add-hook 'gnus-article-prepare-hook 'bbdb/gnus-pop-up-bbdb-buffer)
(add-hook 'gnus-save-newsrc-hook 'bbdb-offer-save)
(define-key gnus-summary-mode-map ":" 'bbdb/gnus-show-sender)
! (define-key gnus-summary-mode-map ";" 'bbdb/gnus-edit-notes)))
;; Set up user field for use in gnus-summary-line-format
(let ((get-author-user-fun (intern
--- 699,705 ----
(add-hook 'gnus-article-prepare-hook 'bbdb/gnus-pop-up-bbdb-buffer)
(add-hook 'gnus-save-newsrc-hook 'bbdb-offer-save)
(define-key gnus-summary-mode-map ":" 'bbdb/gnus-show-sender)
! (define-key gnus-summary-mode-map ";" 'bbdb/gnus-edit-notes)
;; Set up user field for use in gnus-summary-line-format
(let ((get-author-user-fun (intern
--
Dave Goldberg
[EMAIL PROTECTED]