From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40128 Path: main.gmane.org!not-for-mail From: Jody Klymak Newsgroups: gmane.emacs.gnus.general Subject: Re: Some tips for LISP programming with Gnus Date: Thu, 08 Nov 2001 08:55:29 -0800 Organization: Ocean Mixing Group, Oregon State U. 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 1035175725 31549 80.91.224.250 (21 Oct 2002 04:48:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:48:45 +0000 (UTC) Return-Path: Original-Received: (qmail 6310 invoked from network); 8 Nov 2001 16:57:43 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 8 Nov 2001 16:57:43 -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 161sTp-0005sR-00; Thu, 08 Nov 2001 10:56:42 -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:56:22 -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 KAA00013 for ; Thu, 8 Nov 2001 10:56:10 -0600 (CST) Original-Received: (qmail 6297 invoked by alias); 8 Nov 2001 16:56:17 -0000 Original-Received: (qmail 6292 invoked from network); 8 Nov 2001 16:56:16 -0000 Original-Received: from dnsman.oce.orst.edu (128.193.64.33) by gnus.org with SMTP; 8 Nov 2001 16:56:16 -0000 Original-Received: from C1699372-A.mail.oce.orst.edu (saturna.OCE.ORST.EDU [128.193.64.72]) by dnsman.oce.orst.edu (8.9.2/8.9.2) with ESMTP id IAA14449 for ; Thu, 8 Nov 2001 08:56:13 -0800 (PST) Original-To: ding@gnus.org In-Reply-To: (Andreas Fuchs's message of "Thu, 08 Nov 2001 17:46:34 +0100") Original-Lines: 26 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40128 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40128 > 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 ? You may also be interested in gnus-posting-styles - for instance I play a game that requires a logon and signoff. Whenever I post from that group ("mail/baha") the mail is pre-prepared.... Of course, it'd be kind of cool if "body" also accepted a file name. Well, it probably does. Cheers, Jody (setq gnus-posting-styles '((".*" (signature-file "~/.signature") (name "Jody Klymak") (organization "Ocean Mixing Group, Oregon State U.")) ;; Diplomacy game... ("mail/baha" (signature-file nil) (body "signon xbaha booooo\n\n\n\nsignoff") (name nil) (organization nil) ("To" "judge@bohoho.com"))))