From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29151 Path: main.gmane.org!not-for-mail From: Jim Meyering Newsgroups: gmane.emacs.gnus.general Subject: mail-utils.el (rmail-dont-reply-to) is still buggy Date: 09 Feb 2000 19:22:25 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <200001261607.RAA07804@online.de> <86u2jz7k27.fsf@gerd.segv.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165872 1140 80.91.224.250 (21 Oct 2002 02:04:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:04:32 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, ding@gnus.org Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id D2A68D051E for ; Wed, 9 Feb 2000 13:26:29 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB19344; Wed, 9 Feb 2000 12:26:09 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 09 Feb 2000 12:23:35 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA17091 for ; Wed, 9 Feb 2000 12:23:20 -0600 (CST) Original-Received: from ixi.eng.ascend.com (ex.ascend.fr [212.234.166.11]) by mailhost.sclp.com (Postfix) with ESMTP id D53A0D051E for ; Wed, 9 Feb 2000 13:23:18 -0500 (EST) Original-Received: (from meyering@localhost) by ixi.eng.ascend.com (8.9.3/8.9.3) id TAA08037; Wed, 9 Feb 2000 19:22:26 +0100 X-Authentication-Warning: ixi.eng.ascend.com: meyering set sender to meyering@ascend.com using -f Original-To: gerd@gnu.org In-Reply-To: Jim Meyering's message of "27 Jan 2000 17:30:05 +0100" Original-Lines: 27 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29151 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29151 Jim Meyering writes: | Gerd Moellmann writes: | | Ah, sorry, you're right. How about this one, applied to the patched | | version? | | Yes. Now it works. | Thanks again. Actually, it still doesn't work as I'd expect. In replying (with Gnus) to this message (and others) where my name was first on the derived To: list, I get this: To: , gerd@gnu.org Here's a small example. This (setq rmail-dont-reply-to-names "b") (load "mail-utils") (rmail-dont-reply-to "b, f1") evaluates to this: , f1 Obviously, I don't want the leading comma. Jim