From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5887 Path: main.gmane.org!not-for-mail From: Mark Borges Newsgroups: gmane.emacs.gnus.general Subject: equivalent of news-reply-mode-hook? Date: 10 Apr 1996 11:17:26 -0600 Sender: mdb@cdc.noaa.gov Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035146426 1704 80.91.224.250 (20 Oct 2002 20:40:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:40:26 +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 LAA11589 for ; Wed, 10 Apr 1996 11:12:12 -0700 Original-Received: from cdc.noaa.gov (manager.Colorado.EDU [128.138.218.210]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 10 Apr 1996 19:18:44 +0200 Original-Received: from roberts by cdc.noaa.gov (SMI-8.6/SMI-SVR4) id LAA12681; Wed, 10 Apr 1996 11:18:16 -0600 Original-Received: by roberts (SMI-8.6) id LAA16027; Wed, 10 Apr 1996 11:17:27 -0600 Original-To: ding@ifi.uio.no Original-Lines: 19 X-Mailer: September Gnus v0.69/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:5887 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5887 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-