Gnus development mailing list
 help / color / mirror / Atom feed
From: Hans de Graaff <J.J.deGraaff@TWI.TUDelft.NL>
Subject: Re: Is Username Expansion possible in GNUS?
Date: 18 Jun 1996 16:55:27 +0200	[thread overview]
Message-ID: <yahybll6u1s.fsf@twi.tudelft.nl> (raw)
In-Reply-To: Mark Breslauer's message of 16 Jun 1996 22:30:49 -0700

Mark Breslauer <markbres@aimnet.com> 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
---- <a href="http://is.twi.tudelft.nl/~graaff/">Hans de Graaff</a> ---


  parent reply	other threads:[~1996-06-18 14:55 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-06-13 21:47 Danny Siu
1996-06-14  0:32 ` Lars Magne Ingebrigtsen
1996-06-14 22:36   ` Danny Siu
1996-06-14 23:02     ` Eric Hendrickson
1996-06-15  1:44       ` Sudish Joseph
1996-06-15 19:06         ` Hallvard B Furuseth
1996-06-15  1:51       ` Lars Magne Ingebrigtsen
1996-06-16 21:27         ` Mark Eichin
1996-06-17  2:33           ` Lars Magne Ingebrigtsen
1996-06-17 18:21             ` Edward J. Sabol
1996-06-18  2:38               ` Sudish Joseph
1996-06-18 16:33                 ` Hallvard B Furuseth
1996-06-18 16:56                   ` Lars Magne Ingebrigtsen
1996-06-18 17:15                     ` Hallvard B Furuseth
1996-06-14 13:08 ` David Worenklein
1996-06-14 15:45 ` Kai Grossjohann
1996-06-17  5:30   ` Mark Breslauer
1996-06-17 14:23     ` BBDB and Gnus 5.2 Jack Vinson
1996-06-17 16:14     ` Is Username Expansion possible in GNUS? Kai Grossjohann
1996-06-18 14:55     ` Hans de Graaff [this message]
1996-06-18 15:57       ` Jack Vinson
1996-06-25 17:11         ` Brian Edmonds

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yahybll6u1s.fsf@twi.tudelft.nl \
    --to=j.j.degraaff@twi.tudelft.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).