From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40127 Path: main.gmane.org!not-for-mail From: Andreas Fuchs Newsgroups: gmane.emacs.gnus.general Subject: Re: Some tips for LISP programming with Gnus Date: Thu, 08 Nov 2001 17:46:34 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/signed ; boundary="==-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: main.gmane.org 1035175724 31547 80.91.224.250 (21 Oct 2002 04:48:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:48:44 +0000 (UTC) Return-Path: Original-Received: (qmail 6164 invoked from network); 8 Nov 2001 16:48:24 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 8 Nov 2001 16:48:24 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 161sKw-0005kk-00; Thu, 08 Nov 2001 10:47:30 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 08 Nov 2001 10:47:10 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id KAA29967 for ; Thu, 8 Nov 2001 10:46:57 -0600 (CST) Original-Received: (qmail 6137 invoked by alias); 8 Nov 2001 16:47:06 -0000 Original-Received: (qmail 6132 invoked from network); 8 Nov 2001 16:47:06 -0000 Original-Received: from mail.ycn.com (212.88.160.3) by gnus.org with SMTP; 8 Nov 2001 16:47:06 -0000 Original-Received: from eris.ath.cx (mail@[212.88.187.152]) by mail.ycn.com (8.11.3/8.9.3/Debian 8.9.3-21) with ESMTP id fA8GpAf27756 for ; Thu, 8 Nov 2001 17:51:10 +0100 Original-Received: from asf by eris.ath.cx with local (Exim 3.32 #1 (Debian)) id 161sK2-0002xp-00 for ; Thu, 08 Nov 2001 17:46:34 +0100 Mail-Copies-To: never Original-To: ding@gnus.org X-Attribution: asf Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40127 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40127 --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Transfer-Encoding: quoted-printable Today, Vincent Bernat wrote: > - Is there a simple way of doing "echo 'bla bla' | mail > machin@truc.com" using Gnus internal functions to send a mail ? I always use this: (gnus-setup-message 'message (message-mail )) ;; sets up the message buffer (message-goto-body) ;; places point into the body ;; region. (insert "bla bla") ;; into the body (message-send-and-exit) ;; sends the mail and cleans up=20= =20=20=20=20=20=20=20=20=20 =2D-=20 Andreas Fuchs, , asf@jabber.at, antifuchs --=-=-=-- --==-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE76rbpucDAWATX9F8RAlVPAKDQoIvMpAz0Jvl4+SHm/dzob4RryQCePdvX ObCt6wqbXP8jwSFCmYHEfg4= =/bCC -----END PGP SIGNATURE----- --==-=-=--