Gnus development mailing list
 help / color / mirror / Atom feed
* [5.2.2] message vs. bbdb/mailabbrev
@ 1996-05-29 15:39 Paul D. Smith
  1996-05-29 21:26 ` Lars Magne Ingebrigtsen
  1996-05-30  0:46 ` Jack Vinson
  0 siblings, 2 replies; 6+ messages in thread
From: Paul D. Smith @ 1996-05-29 15:39 UTC (permalink / raw)


Has anyone gotten mailabbrev and/or bbdb to work with message?

I can't get either to work.  BBDB isn't too puzzling, since I haven't
tried to install hooks for it yet :).  Anyone have a bbdb-message.el
they're using?

But I've tried to use mailabbrev and for some reason my abbreviations
aren't defined for me.  As far as I can see message-mode calls
mail-abbrevs-setup, but I have no abbrevs defined when the message
buffer is created.

If I explicitly rebuild the abbrevs, then they're OK and I can expand
them.  But for old mail, all I had to do was add mail-abbrevs-setup to
mail-setup-hook and all was fine.

Help?


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

* Re: [5.2.2] message vs. bbdb/mailabbrev
  1996-05-29 15:39 [5.2.2] message vs. bbdb/mailabbrev Paul D. Smith
@ 1996-05-29 21:26 ` Lars Magne Ingebrigtsen
  1996-05-30  0:46 ` Jack Vinson
  1 sibling, 0 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-05-29 21:26 UTC (permalink / raw)


"Paul D. Smith" <psmith@BayNetworks.com> writes:

> But I've tried to use mailabbrev and for some reason my abbreviations
> aren't defined for me.  As far as I can see message-mode calls
> mail-abbrevs-setup, but I have no abbrevs defined when the message
> buffer is created.
> 
> If I explicitly rebuild the abbrevs, then they're OK and I can expand
> them.  But for old mail, all I had to do was add mail-abbrevs-setup to
> mail-setup-hook and all was fine.

That's odd.  The mailabbrev things work OK for me -- it reads the
.mailrc file and expands To (etc) fields quite nicely...

-- 
  "Yes.  The journey through the human heart 
     would have to wait until some other time."


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

* Re: [5.2.2] message vs. bbdb/mailabbrev
  1996-05-29 15:39 [5.2.2] message vs. bbdb/mailabbrev Paul D. Smith
  1996-05-29 21:26 ` Lars Magne Ingebrigtsen
@ 1996-05-30  0:46 ` Jack Vinson
  1996-05-30  7:52   ` Darren/Torin/Who Ever...
  1 sibling, 1 reply; 6+ messages in thread
From: Jack Vinson @ 1996-05-30  0:46 UTC (permalink / raw)


>>>>> "PDS" == Paul D Smith <psmith@baynetworks.com> writes:

PDS> Has anyone gotten mailabbrev and/or bbdb to work with message?
PDS> I can't get either to work.  BBDB isn't too puzzling, since I haven't
PDS> tried to install hooks for it yet :).  Anyone have a bbdb-message.el
PDS> they're using?

message-mode-hook:

(add-hook 'message-mode-hook 'bbdb-define-all-aliases)

You'll also want to grab a copy of gnus-bbdb.el from Brian Edmonds
<edmonds@cs.ubc.ca>
http://www.cs.ubc.ca/spider/edmonds/usenet/gnus/gnus-bbdb.el


Can't comment on mailabbrev's since I'm using mail-abbrevs.el that came
with bbdb.  Can anyone tell me if there is a substantial difference between
the two?  The mailabbrev in 19.31 is dated 19 oct 90 while mail-abbrevs was
created then and modified a few times (last change 30 dec 93).

-- 
   (      "Mmmmmm - coffee"               (   
   ))     Jack Vinson                     ))  
 C|~~|    jvinson@cheux.ecs.umass.edu   C|~~| 
  `--'                                   `--' 


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

* Re: [5.2.2] message vs. bbdb/mailabbrev
  1996-05-30  0:46 ` Jack Vinson
@ 1996-05-30  7:52   ` Darren/Torin/Who Ever...
  1996-05-31  1:14     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Darren/Torin/Who Ever... @ 1996-05-30  7:52 UTC (permalink / raw)
  Cc: ding, psmith

-----BEGIN PGP SIGNED MESSAGE-----

Jack Vinson, in an immanent manifestation of deity, wrote:
>You'll also want to grab a copy of gnus-bbdb.el from Brian Edmonds
><edmonds@cs.ubc.ca>
>http://www.cs.ubc.ca/spider/edmonds/usenet/gnus/gnus-bbdb.el

So.  How about convincing Gnus to treat bbdb a bit better?  Is it
possible to have a user defined window in gnus-buffer-configuration
(such as *BBDB*)?

- -- 
<torin@daft.com> <http://www.daft.com/~torin/>    <tnd@iswp.org> <torin@io.com>
Darren Stalder/2608 Second Ave, @282/Seattle, WA 98121-1212/USA/+1-800-921-4996
@ Do you have your clothes on? I probably don't. Take yours off. Feel better. @
@ Sysadmin, webweaver, postmaster for hire.  C/Perl/CGI programmer and tutor. @

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface

iQCVAwUBMa1Tko4wrq++1Ls5AQEtJgQAoHrMsdtybOI6LwXVl9VsxoPKXcn/CsdO
LCRWNt9GmuFuHJbqsYmDQozoTwic/LXxMrPeWXE65tcCiDnsVPbBTlcJyizytzjk
2el5lzEGuGTwH1Rdf/aDa1YZ3qmGVbqcCzd9KIkIZa7t7gTEJe7FMpK64BoIkPJo
sHEZuRRe4ms=
=yehH
-----END PGP SIGNATURE-----


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

* Re: [5.2.2] message vs. bbdb/mailabbrev
  1996-05-30  7:52   ` Darren/Torin/Who Ever...
@ 1996-05-31  1:14     ` Lars Magne Ingebrigtsen
  1996-05-31  3:14       ` Darren/Torin/Who Ever...
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-05-31  1:14 UTC (permalink / raw)


"Darren/Torin/Who Ever..." <torin@daft.com> writes:

> Is it possible to have a user defined window in
> gnus-buffer-configuration (such as *BBDB*)?

Sure, that's no problem.  Just use `gnus-add-configuration'.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


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

* Re: [5.2.2] message vs. bbdb/mailabbrev
  1996-05-31  1:14     ` Lars Magne Ingebrigtsen
@ 1996-05-31  3:14       ` Darren/Torin/Who Ever...
  0 siblings, 0 replies; 6+ messages in thread
From: Darren/Torin/Who Ever... @ 1996-05-31  3:14 UTC (permalink / raw)
  Cc: ding

-----BEGIN PGP SIGNED MESSAGE-----

Lars Magne Ingebrigtsen, in an immanent manifestation of deity, wrote:
>"Darren/Torin/Who Ever..." <torin@daft.com> writes:
>> Is it possible to have a user defined window in
>> gnus-buffer-configuration (such as *BBDB*)?
>Sure, that's no problem.  Just use `gnus-add-configuration'.

Oh.  I figured that gnus-add-configuration would only add windows that
it knew about.  Why do I foolishly continue to think of gnus as a
newsreader rather a wonderful application with a serious programming
interface.  I've got to get out of the strn/mh mindset.

Darren
- -- 
<torin@daft.com> <http://www.daft.com/~torin/>    <tnd@iswp.org> <torin@io.com>
Darren Stalder/2608 Second Ave, @282/Seattle, WA 98121-1212/USA/+1-800-921-4996
@ Do you have your clothes on? I probably don't. Take yours off. Feel better. @
@ Sysadmin, webweaver, postmaster for hire.  C/Perl/CGI programmer and tutor. @

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface

iQCVAwUBMa5j8I4wrq++1Ls5AQGsoAQAh4jEnyXUNXMfyVPKsiGNjccMIyrCjH/i
Y1XajdsnTyWVCQylMBNFROC4R3wwrkMdsiXG5bzAq7eXZFD88Sslvyj+DKG00aBz
07vRTvLavOdhYYA+ADTv8dmWkJTizaSMmyIIAulgq60i2Bg9gOqexR7rFLcSsdF7
X13OqdmA6U0=
=1BkZ
-----END PGP SIGNATURE-----


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

end of thread, other threads:[~1996-05-31  3:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-05-29 15:39 [5.2.2] message vs. bbdb/mailabbrev Paul D. Smith
1996-05-29 21:26 ` Lars Magne Ingebrigtsen
1996-05-30  0:46 ` Jack Vinson
1996-05-30  7:52   ` Darren/Torin/Who Ever...
1996-05-31  1:14     ` Lars Magne Ingebrigtsen
1996-05-31  3:14       ` Darren/Torin/Who Ever...

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