From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6759 Path: main.gmane.org!not-for-mail From: Hans de Graaff Newsgroups: gmane.emacs.gnus.general Subject: Re: Is Username Expansion possible in GNUS? Date: 18 Jun 1996 16:55:27 +0200 Sender: graaff@duticai.twi.tudelft.nl Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035147168 4636 80.91.224.250 (20 Oct 2002 20:52:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:52:48 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id IAA13083 for ; Tue, 18 Jun 1996 08:34:27 -0700 Original-Received: from duticai.twi.tudelft.nl (duticai.twi.tudelft.nl [130.161.159.1]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Tue, 18 Jun 1996 16:55:40 +0200 Original-Received: from dutifp.twi.tudelft.nl (dutifp [130.161.159.118]) by duticai.twi.tudelft.nl (8.7.5/8.7.3) with ESMTP id QAA18329 for ; Tue, 18 Jun 1996 16:55:38 +0200 (MET DST) Original-Received: (from graaff@localhost) by dutifp.twi.tudelft.nl (8.7.5/8.7.3) id QAA08514; Tue, 18 Jun 1996 16:55:31 +0200 (MET DST) Original-To: ding@ifi.uio.no X-Face: ,i^c$X{l+r}VV%(bl{^[ writes: > I started using BBDB recently and found that, while it works great > with the current version of VM, it has trouble with the current Gnus. > > If it isn't too much bother could you let me know what sort of > invocations do you use in either ~/gnus or ~/.emacs to have BBDB work > well with Gnus? In addition to gnus-bbdb.el, which Jack Vinson already mentioned, I can tell you what I have in my .gnus. This is with BBDB-1.51. ;; This hooks M-Tab into BBDB's file completion in message mode (defun bbdb-insinuate-message () "Call this function to hook BBDB completion into message" (define-key message-mode-map "\M-\t" 'bbdb-complete-name)) (add-hook 'message-mode-hook 'bbdb-insinuate-message) ;; Code for BBDB coupling using gnus-bbdb.el (require 'gnus-bbdb) (gnus-bbdb-insinuate-summary-buffer) (bbdb-insinuate-gnus) This causes people who are in BBDB to be shown with a '+', ':' gets their record in a separate buffer (or adds them if no record is found), and ';' edits their comment. BTW, Jack, I noticed in gnus-bbdb.el that you mention that scoring on people in BBDB doesn't work yet. Is this still true? Will it get fixed? Hans -- Hans de Graaff J.J.deGraaff@TWI.TUDelft.NL Delft University of Technology Department of Information Systems ---- Hans de Graaff ---