From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32370 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus and mailto: Date: Fri, 8 Sep 2000 23:30:03 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <200009082230.XAA16777@djlvig.dl.ac.uk> References: <200009051436.PAA09834@djlvig.dl.ac.uk> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168651 19336 80.91.224.250 (21 Oct 2002 02:50:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:50:51 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id 8E903D051E for ; Fri, 8 Sep 2000 18:31:42 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id RAC08814; Fri, 8 Sep 2000 17:31:01 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 08 Sep 2000 17:29:54 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id RAA09806 for ; Fri, 8 Sep 2000 17:29:44 -0500 (CDT) Original-Received: from djlvig.dl.ac.uk (djlvig.dl.ac.uk [148.79.112.146]) by mailhost.sclp.com (Postfix) with ESMTP id B0C53D051E for ; Fri, 8 Sep 2000 18:30:09 -0400 (EDT) Original-Received: (from fx@localhost) by djlvig.dl.ac.uk (8.8.7/8.8.5) id XAA16777; Fri, 8 Sep 2000 23:30:03 +0100 X-Authentication-Warning: djlvig.dl.ac.uk: fx set sender to d.love@dl.ac.uk using -f Original-To: ding@gnus.org User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.0.90 Original-Lines: 20 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32370 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32370 >>>>> "DR" == David Roth writes: DR> thanks for both yours and Kai's reply. I should have mentioned DR> that I wished to use gnus-group-mail instead of compose-mail. I don't understand why, if you're not in a Gnus group. `compose-mail' can invoke an agent of your choice. I use this to get Gcc: processing: (defun gnus-msg-mail (&rest args) "Start editing a mail message to be sent." (interactive) (require 'gnus-msg) (gnus-setup-message 'message (apply 'message-mail args))) (define-mail-user-agent 'my-message-user-agent 'gnus-msg-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) (setq mail-user-agent 'my-message-user-agent)