Gnus development mailing list
 help / color / mirror / Atom feed
* equivalent of news-reply-mode-hook?
@ 1996-04-10 17:17 Mark Borges
  1996-04-10 17:50 ` Jack Vinson
  1996-04-10 17:52 ` Kai Grossjohann
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Borges @ 1996-04-10 17:17 UTC (permalink / raw)


The Mailcrypt info page says:

--------------------------------------------------
Hooking into Gnus
-----------------

   To hook Mailcrypt into Gnus, use the following lines:

     (add-hook 'gnus-summary-mode-hook 'mc-install-read-mode)
     (add-hook 'news-reply-mode-hook 'mc-install-write-mode)
--------------------------------------------------

but news-reply-mode-hook doesn't exist anymore. What is the correct
equivalent hook(s) to use now?

Thanks.

-- 
  -mb-


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

* Re: equivalent of news-reply-mode-hook?
  1996-04-10 17:17 equivalent of news-reply-mode-hook? Mark Borges
@ 1996-04-10 17:50 ` Jack Vinson
  1996-04-10 17:52 ` Kai Grossjohann
  1 sibling, 0 replies; 3+ messages in thread
From: Jack Vinson @ 1996-04-10 17:50 UTC (permalink / raw)


>>>>> "MB" == Mark Borges <mdb@cdc.noaa.gov> writes:

MB>    To hook Mailcrypt into Gnus, use the following lines:

MB>      (add-hook 'gnus-summary-mode-hook 'mc-install-read-mode)
MB>      (add-hook 'news-reply-mode-hook 'mc-install-write-mode)
MB> --------------------------------------------------

MB> but news-reply-mode-hook doesn't exist anymore. What is the correct
MB> equivalent hook(s) to use now?

Just add the reply hooks to message-setup-hook.  This will install it when
you are sending ANY message (mail or news).  

-- 
Jack Vinson                   jvinson@cheux.ecs.umass.edu
"Narf!" - Pinky               <http://www.cis.upenn.edu/~vinson/home.html>


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

* Re: equivalent of news-reply-mode-hook?
  1996-04-10 17:17 equivalent of news-reply-mode-hook? Mark Borges
  1996-04-10 17:50 ` Jack Vinson
@ 1996-04-10 17:52 ` Kai Grossjohann
  1 sibling, 0 replies; 3+ messages in thread
From: Kai Grossjohann @ 1996-04-10 17:52 UTC (permalink / raw)
  Cc: ding


message-setup-hook

kai
--
There ain't no cure for the summertime blues.


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

end of thread, other threads:[~1996-04-10 17:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-04-10 17:17 equivalent of news-reply-mode-hook? Mark Borges
1996-04-10 17:50 ` Jack Vinson
1996-04-10 17:52 ` Kai Grossjohann

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