From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64669 Path: news.gmane.org!not-for-mail From: Andreas Seltenreich Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus picks up mail addresses in body when answering Date: Thu, 24 May 2007 03:14:35 +0200 Message-ID: <87r6p7vx8k.fsf@gate450.dyndns.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1179969306 26161 80.91.229.12 (24 May 2007 01:15:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 May 2007 01:15:06 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M13180@lists.math.uh.edu Thu May 24 03:14:57 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hr1up-0000YY-Tg for ding-account@gmane.org; Thu, 24 May 2007 03:14:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Hr1ui-0008Cz-Gr; Wed, 23 May 2007 20:14:48 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Hr1ug-0008Cg-Mr for ding@lists.math.uh.edu; Wed, 23 May 2007 20:14:46 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1Hr1ua-00083G-Nq for ding@lists.math.uh.edu; Wed, 23 May 2007 20:14:46 -0500 Original-Received: from smtp1.rz.uni-karlsruhe.de ([129.13.185.217] ident=Debian-exim) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Hr1uY-0000hC-00 for ; Thu, 24 May 2007 03:14:38 +0200 Original-Received: from rzstud3.stud.uni-karlsruhe.de (rzstud3.stud.uni-karlsruhe.de [193.196.41.39]) by smtp1.rz.uni-karlsruhe.de with esmtp (Exim 4.63 #1) id 1Hr1uZ-0001TA-9e; Thu, 24 May 2007 03:14:39 +0200 Original-Received: from uwi7 by rzstud3.stud.uni-karlsruhe.de with local (Exim 4.43) id 1Hr1uZ-0007Yc-4M for ding@gnus.org; Thu, 24 May 2007 03:14:39 +0200 In-Reply-To: (Katsumi Yamaoka's message of "Thu\, 24 May 2007 10\:00\:46 +0900") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.990 (gnu/linux) X-Now-Playing: elektro =?utf-8?Q?=E2=99=AA?= Space Night 3 =?utf-8?Q?=E2=99=AA?= Siram - Atma X-Hashcash: 1:24:070524:yamaoka@jpl.org::iW4KGX5Ib8z1zpRF:udrX X-Hashcash: 1:24:070524:ding@gnus.org::rbobAEo68jC+UZR5:2Rryq X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64669 Archived-At: Katsumi Yamaoka writes: >>>>>> In Ralf Angeli wrote: > >> If I answer to the message >> via mail, >> e.g. by typing `S W' when in the newsgroup, Gnus picks up the "To: >> bug-auctex@gnu.org" further down in the body of the message and puts it >> into the list of recipients. Is that intentional? From a user's point >> of view I find that undesirable. This happens with CVS Emacs and CVS >> Gnus from about a week ago. > > This must be a bug. Try `S W' with this message. Ack, ISTM message really wants to call message-narrow-to-head here instead of message-narrow-to-headers-or-head: --- message.el 9 Apr 2007 23:57:52 -0000 6.392.2.74 +++ message.el 24 May 2007 01:10:08 -0000 @@ -5867,7 +5867,7 @@ (let (follow-to mct never-mct to cc author mft recipients) ;; Find all relevant headers we need. (save-restriction - (message-narrow-to-headers-or-head) + (message-narrow-to-head) ;; Gmane renames "To". Look at "Original-To", too, if it is present in ;; message-header-synonyms. (setq to (or (message-fetch-field "to") Should we try to sneak this into Emacs 22? regards, andreas