From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54768 Path: main.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.gnus.general Subject: Re: follow-up & CC Date: Mon, 10 Nov 2003 13:04:44 -0500 Organization: disorganization Sender: ding-owner@lists.math.uh.edu Message-ID: References: Reply-To: sds@gnu.org NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1068487558 16278 80.91.224.253 (10 Nov 2003 18:05:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Nov 2003 18:05:58 +0000 (UTC) Original-X-From: ding-owner+M3309@lists.math.uh.edu Mon Nov 10 19:05:54 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 1AJGQD-00070p-00 for ; Mon, 10 Nov 2003 19:05:53 +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 1AJGPH-0001rr-00; Mon, 10 Nov 2003 12:04:55 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AJGP9-0001rl-00 for ding@lists.math.uh.edu; Mon, 10 Nov 2003 12:04:48 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 793683A004C for ; Mon, 10 Nov 2003 12:04:47 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AJGP8-00073M-00 for ; Mon, 10 Nov 2003 19:04:46 +0100 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 1AJGP7-00073E-00 for ; Mon, 10 Nov 2003 19:04:45 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AJGP7-0004BE-00 for ; Mon, 10 Nov 2003 19:04:45 +0100 Original-Lines: 42 Original-X-Complaints-To: usenet@sea.gmane.org X-Attribution: Sam X-Disclaimer: You should not expect anyone to agree with me. User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:GC2TTPhbsk5ju5uBVtL33ciwCVM= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54768 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54768 > * Reiner Steib <4.hpr.03.e.f@aheshrefcnz.qr> [2003-11-10 18:44:26 +0100]: > > On Mon, Nov 10 2003, Sam Steingold wrote: > > [ C-h f message-insert-to RET ] >> 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). yeah, `warn' is actually no good, I replaced it with `message', but `gnus-message' is even better. > 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)) why sit-for? Do you have gnus write access? Can you check this in? Thanks. -- Sam Steingold (http://www.podval.org/~sds) running w2k Why do we want intelligent terminals when there are so many stupid users?