From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54766 Path: main.gmane.org!not-for-mail From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de> Newsgroups: gmane.emacs.gnus.general Subject: Re: follow-up & CC Date: Mon, 10 Nov 2003 18:44:26 +0100 Organization: Dept. of Theoretical Physics, University of Ulm Sender: ding-owner@lists.math.uh.edu Message-ID: References: Reply-To: reiner.steib@gmx.de NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1068486315 13046 80.91.224.253 (10 Nov 2003 17:45:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Nov 2003 17:45:15 +0000 (UTC) Original-X-From: ding-owner+M3307@lists.math.uh.edu Mon Nov 10 18:45:12 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AJG6B-0005Kh-00 for ; Mon, 10 Nov 2003 18:45:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AJG5r-0001hP-00; Mon, 10 Nov 2003 11:44:51 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AJG5i-0001hH-00 for ding@lists.math.uh.edu; Mon, 10 Nov 2003 11:44:42 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 856523A004C for ; Mon, 10 Nov 2003 11:44:41 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AJG5g-0006nc-00 for ; Mon, 10 Nov 2003 18:44:40 +0100 Mail-Followup-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AJG5e-0006nS-00 for ; Mon, 10 Nov 2003 18:44:38 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AJG5e-0003MT-00 for ; Mon, 10 Nov 2003 18:44:38 +0100 Original-Lines: 40 Original-X-Complaints-To: usenet@sea.gmane.org X-Face: 1;h7XMU[7l}$T@J.D}5z*w8Tg'}B5ArAWc8>2X~otB;kOjKs8X%|hTC#dG:%Vpx")x7S/`v :VXU#fZW$X$zdhEU.RfVQ@<-m9IuN{Hm"fW{,5]6kR'M*vEs+{5Cj!L(JTRzA$(},?5J=sm;%Od I would like to add this function to `message-setup-hook', but it > signals an error for people who do not want copies. > Wouldn't it be better to use this instead? [...] > (when dont > (if force > (warn "Ignoring the user request not to have copies sent via mail") > (warn "Complying with the user request not to have copies sent via mail"))) `warn' isn't available in Emacs 21.3, so we cannot use it (Gnus 5.10 is supposed to run on Emacs 20.7 and up). But we could use something like this: (when dont (if force (gnus-message 1 "Ignoring the user request not to have copies sent via mail.") (gnus-message 3 (concat "Complying with the user request " "not to have copies sent via mail."))) (sit-for 1)) BTW: Gmane renames "To:" to "Original-To:". So if you want a more "wide" reply, you could consider those, too. ,---- | From: Karl | Newsgroups: gmane.emacs.devel | Cc: David , emacs-devel@gnu.org | Original-To: b@invalid `---- Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de/