From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: RMAIL against Texinfo Date: 03 Feb 2004 12:13:39 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <2914-Sun01Feb2004191602+0200-eliz@elta.co.il> <87isiq5uzg.fsf@emptyhost.emptydomain.de> <878yjmyly5.fsf@emptyhost.emptydomain.de> <7494-Mon02Feb2004210458+0200-eliz@elta.co.il> <87y8rk4l4s.fsf@emptyhost.emptydomain.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1075804458 15142 80.91.224.253 (3 Feb 2004 10:34:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Feb 2004 10:34:18 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Feb 03 11:34:11 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Anxsh-0000An-00 for ; Tue, 03 Feb 2004 11:34:11 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Anxsh-0003jS-00 for ; Tue, 03 Feb 2004 11:34:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Anxrv-00033x-EK for emacs-devel@quimby.gnus.org; Tue, 03 Feb 2004 05:33:23 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Anxr7-0002ot-5i for emacs-devel@gnu.org; Tue, 03 Feb 2004 05:32:33 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AnxXE-0005sA-6b for emacs-devel@gnu.org; Tue, 03 Feb 2004 05:12:32 -0500 Original-Received: from [207.232.27.5] (helo=WST0035) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AnxXC-0005py-RH; Tue, 03 Feb 2004 05:11:59 -0500 Original-To: Kai Grossjohann In-reply-to: <87y8rk4l4s.fsf@emptyhost.emptydomain.de> (message from Kai Grossjohann on Tue, 03 Feb 2004 09:34:11 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19681 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19681 > From: Kai Grossjohann > Date: Tue, 03 Feb 2004 09:34:11 +0100 > > > > I think mail-strip-quoted-names removes <> and any other junk, so it > > sounds like prepending \` to "info-" would be better than \<. Do you > > agree? > > In that case, sure. (I'm somewhat confused about what does the string > look like that's passed to rmail-dont-reply-to-names.) The function rmail-dont-reply-to gets the string that lists the full addresses which are candidates for being replied to. It then extracts each individual address one by one, runs it through mail-strip-quoted-names (which converts "Foo Bar " into just "foo@bar.baz.biz"), and if the result matches rmail-dont-reply-to-names, it removes the matching address from the list of destinations. > Oh, you're suggesting to change the default value of > rmail-dont-reply-to-names! Yes.