Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* bbdb/package-show-sender command disappeared
@ 2008-02-08  9:33 Sebastian Tennant
  2008-02-08 19:04 ` Reiner Steib
  0 siblings, 1 reply; 3+ messages in thread
From: Sebastian Tennant @ 2008-02-08  9:33 UTC (permalink / raw)
  To: info-gnus-english

Hi list,

(gnus-version)
"No Gnus v0.7"

(bbdb-version)
"BBDB version 2.35 ($Date: 2005/09/06 21:39:51 $)"

For some reason the bbdb/package-show-sender command (useful for adding
people to the BBDB) is no longer defined in Gnus' Summary buffer.  It
used to be bound to ':'.

Nothing's changed in my configuration...

  (bbdb-initialize 'gnus 'message)

Have I missed something?

Sebastian

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bbdb/package-show-sender command disappeared
  2008-02-08  9:33 bbdb/package-show-sender command disappeared Sebastian Tennant
@ 2008-02-08 19:04 ` Reiner Steib
  2008-02-08 22:01   ` Sebastian Tennant
  0 siblings, 1 reply; 3+ messages in thread
From: Reiner Steib @ 2008-02-08 19:04 UTC (permalink / raw)
  To: info-gnus-english

On Fri, Feb 08 2008, Sebastian Tennant wrote:

> (gnus-version)
> "No Gnus v0.7"
>
> (bbdb-version)
> "BBDB version 2.35 ($Date: 2005/09/06 21:39:51 $)"
>
> For some reason the bbdb/package-show-sender command (useful for adding
> people to the BBDB) is no longer defined in Gnus' Summary buffer.  It
> used to be bound to ':'.

Works for me: `: runs the command bbdb/gnus-show-sender'

(gnus-version)
"No Gnus v0.7"

(bbdb-version)
"BBDB version 2.35 ($Date: 2006/03/29 22:46:33 $)"

>   (bbdb-initialize 'gnus 'message)

Same here.

Bye, Reiner.
-- 
foo bar

-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bbdb/package-show-sender command disappeared
  2008-02-08 19:04 ` Reiner Steib
@ 2008-02-08 22:01   ` Sebastian Tennant
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Tennant @ 2008-02-08 22:01 UTC (permalink / raw)
  To: info-gnus-english

Quoth Reiner Steib <reinersteib+gmane@imap.cc>:
> On Fri, Feb 08 2008, Sebastian Tennant wrote:
>> For some reason the bbdb/package-show-sender command (useful for adding
>> people to the BBDB) is no longer defined in Gnus' Summary buffer.  It
>> used to be bound to ':'.
>
> Works for me: `: runs the command bbdb/gnus-show-sender'
>
> (gnus-version)
> "No Gnus v0.7"
>
> (bbdb-version)
> "BBDB version 2.35 ($Date: 2006/03/29 22:46:33 $)"
>
>>   (bbdb-initialize 'gnus 'message)
>
> Same here.

Thanks for the spur...

Turns out the order in which bbdb and gnus (or message, not sure which)
are loaded is important.

I have my call to bbdb-initialize in an (eval-after-load "bbdb" ...)
form, and unless I use bbdb for some standalone purpose (which I rarely
do) bbdb is only loaded when gnus (or message) have need it of, by which
time, it appears, it's too late.

A simple (require 'bbdb) in my ~/.emacs, ensuring bbdb is always loaded
before gnus, has cured the problem.

Sebastian

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-02-08 22:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-08  9:33 bbdb/package-show-sender command disappeared Sebastian Tennant
2008-02-08 19:04 ` Reiner Steib
2008-02-08 22:01   ` Sebastian Tennant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).