Gnus development mailing list
 help / color / mirror / Atom feed
* bbdb-insinuate-message
@ 1996-04-05 17:09 Mark Boyns
  0 siblings, 0 replies; only message in thread
From: Mark Boyns @ 1996-04-05 17:09 UTC (permalink / raw)


gnus-setup.el uses the following to bbdb-insinuate the message
buffer

    (add-hook 'message-setup-hook 'bbdb-insinuate-sendmail)

which defines a key in mail-mode-map not message-mode-map.  I used
this to get bbdb name completion working

    (defun bbdb-insinuate-message ()
      "Call this function to hook BBDB into message"
      (define-key message-mode-map "\M-\t" 'bbdb-complete-name))

    (add-hook 'message-mode-hook 'bbdb-insinuate-message)

-- 
Mark Boyns <boyns@sdsu.edu> <URL:http://www.sdsu.edu/~boyns/>
PGP fingerprint = D3 28 A2 F7 D1 4C F8 EE  BF 7A 11 54 1C E5 6E CC


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-04-05 17:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-04-05 17:09 bbdb-insinuate-message Mark Boyns

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).