From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16827 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: Re: fortune on the end of .signature Date: 09 Sep 1998 16:44:39 +0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by SEMI 1.8.5 - "Nishi-Takaoka") Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035155635 30092 80.91.224.250 (20 Oct 2002 23:13:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:13:55 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA20995 for ; Wed, 9 Sep 1998 09:30:01 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id IAF32290; Wed, 9 Sep 1998 08:01:05 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 09 Sep 1998 08:29:49 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id IAA23777 for ; Wed, 9 Sep 1998 08:29:40 -0500 (CDT) Original-Received: from cc.vsu.ru (root@ns.vsu.relarn.ru [194.226.24.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA20986 for ; Wed, 9 Sep 1998 09:28:58 -0400 (EDT) Original-Received: (from uucp@localhost) by cc.vsu.ru (8.9.1/8.9.1) with UUCP id RAA12735 for ding@gnus.org; Wed, 9 Sep 1998 17:26:43 +0400 Original-Received: (from vvv@localhost) by vvv.vsu.ru (8.8.7/8.8.7) id QAA07570; Wed, 9 Sep 1998 16:44:40 +0400 Original-To: ding@gnus.org In-Reply-To: Phil Humpherys's message of "08 Sep 1998 22:59:55 -0600" Original-Lines: 18 X-Mailer: Semi-gnus 6.8.17 (based on Gnus 5.6.42; for SEMI 1.8, FLIM 1.8/1.9) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:16827 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:16827 "PH" == Phil Humpherys writes: PH> What's the lisp that I would use to have gnus append an PH> invocation of the fortune program on the end of each article or PH> email I send out? I'm using the following one: (setq message-signature '(lambda () (goto-char (point-max)) (insert "\n\tBest regards, -- Vladimir.\n-- \n") (goto-char (point-max)) (call-process "/usr/games/fortune" nil t nil "-s"))) Best regards, -- Vladimir. -- Please help keep the world clean: others may wish to use it.