From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/3885 Path: main.gmane.org!not-for-mail From: Christopher Davis Newsgroups: gmane.emacs.gnus.general Subject: Re: Double citation headers in Gnus. Date: Tue, 7 Nov 1995 17:32:06 -0500 (EST) Message-ID: <199511072232.RAA09161@loiosh.kei.com> References: <199511071730.LAA22954@galil.austnsc.tandem.com.> <199511072043.PAA16752@thuban.gsfc.nasa.gov> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035144703 27698 80.91.224.250 (20 Oct 2002 20:11:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:11:43 +0000 (UTC) Cc: ding@ifi.uio.no X-From-Line: ding-request@ifi.uio.no Tue Nov 7 15:23:08 1995 Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id PAA10645 for ; Tue, 7 Nov 1995 15:23:06 -0800 Original-Received: from loiosh.kei.com (ckd@loiosh.kei.com [192.88.144.32]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Tue, 7 Nov 1995 23:32:33 +0100 Original-Received: (from ckd@localhost) by loiosh.kei.com (8.7.1/8.7.1) id RAA09161; Tue, 7 Nov 1995 17:32:06 -0500 (EST) Original-To: sabol@thuban.gsfc.nasa.gov (Edward J. Sabol) In-Reply-To: <199511072043.PAA16752@thuban.gsfc.nasa.gov> X-Attribution: ckd Original-Lines: 21 Xref: main.gmane.org gmane.emacs.gnus.general:3885 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:3885 SD> == Sten Drescher EJS> == Edward J Sabol SD> Ah, is this a good idea? Mailcrypt also installs into SD> news-reply-header-hook (as well as mail-mode-hook) Nope, it uses news-reply-mode-hook; nothing uses news-reply-header-hook. EJS> (setq news-reply-header-hook nil) ^^^^^^ EJS> (add-hook 'news-reply-mode-hook 'mc-install-write-mode) ^^^^ EJS> in that order The order is irrelevant. ckd@loiosh ~ > grep -n news-reply elisp/xemacs/emacs-setup.el 222:(add-hook 'news-reply-mode-hook 'mc-install-write-mode) 264:(setq news-reply-header-hook nil) Mailcrypt works. SuperCite works. There aren't any problems.