From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26236 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Use Gcc whenever message-mail is called Date: 06 Nov 1999 04:57:38 +0100 Organization: Programmerer Ingebrigtsen Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163484 18362 80.91.224.250 (21 Oct 2002 01:24:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:24:44 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id WAA02670 for ; Fri, 5 Nov 1999 22:57:16 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id VAB23623; Fri, 5 Nov 1999 21:57:13 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 05 Nov 1999 21:57:31 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id VAA01804 for ; Fri, 5 Nov 1999 21:57:20 -0600 (CST) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id WAA02658 for ; Fri, 5 Nov 1999 22:56:48 -0500 (EST) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id EAA06592 for ding@gnus.org; Sat, 6 Nov 1999 04:58:59 +0100 (CET) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 21 Original-NNTP-Posting-Host: sparky.gnus.org Original-X-Trace: quimby.gnus.org 941860738 6572 193.69.4.146 (6 Nov 1999 03:58:58 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 6 Nov 1999 03:58:58 GMT Mail-Copies-To: never X-Now-Playing: Arto Lindsay's _Noon Chill_: "(untitled)" User-Agent: Gnus/5.07009801 (Pterodactyl Gnus v0.98.1) XEmacs/21.2 (Sumida) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > I tried something like this: > ;; This simply adds GCC stuff to messages when Gnus is alive. > (add-hook 'message-header-setup-hook > '(lambda () > (if (featurep 'gnus) > (gnus-inews-insert-archive-gcc)))) > > But this never seems to work quite right. > > There is no problem if I am calling message-mail from a gnus function like > gnus-group-mail or gnus-summary-mail*. But when I call plain old > message-mail, I can't get the Gcc header to pop up. This is weird. That hook seems to be run by all the message-* commands. Are you sure? -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen