From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25691 Path: main.gmane.org!not-for-mail From: Jack Vinson Newsgroups: gmane.emacs.gnus.general Subject: Use Gcc whenever message-mail is called Date: 06 Oct 1999 11:46:01 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163031 15352 80.91.224.250 (21 Oct 2002 01:17:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:17:11 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA22327 for ; Wed, 6 Oct 1999 12:53:50 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB26998; Wed, 6 Oct 1999 11:51:26 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 06 Oct 1999 11:52:13 -0500 (CDT) 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 LAA21316 for ; Wed, 6 Oct 1999 11:52:01 -0500 (CDT) Original-Received: from gatekeeper2.monsanto.com (gatekeeper2.monsanto.com [199.89.234.124]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA22306 for ; Wed, 6 Oct 1999 12:50:03 -0400 (EDT) Original-Received: by gatekeeper2.monsanto.com; id LAA10001; Wed, 6 Oct 1999 11:50:02 -0500 (CDT) Original-Received: from mhstl1.monsanto.com(10.135.250.82) by gatekeeper2.monsanto.com via smap (V4.2) id xma008971; Wed, 6 Oct 99 11:49:08 -0500 Original-Received: from VINSON12 ([137.35.49.139]) by mhstl1.monsanto.com (8.8.8+Sun/8.8.8) with ESMTP id LAA22840 for ; Wed, 6 Oct 1999 11:52:42 -0500 (CDT) Original-To: ding@gnus.org X-Home-Page: http://www.cis.upenn.edu/~vinson Original-Lines: 24 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25691 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25691 Hey Gang, I have tried this a few different ways and have never been successful. I want to make sure message inserts the Gcc header whenever Gnus is an active package. 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. Any ideas? -- Jack Vinson Bart: I will finish what I sta_.