From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64395 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: report-emacs-bug and *mail* buffer. Date: Mon, 12 Mar 2007 13:24:37 +0900 Organization: Emacsen advocacy group Message-ID: References: <87mz2pt92d.fsf@lrde.org> <87fy8bsxtp.fsf@lrde.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1173673522 29793 80.91.229.12 (12 Mar 2007 04:25:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Mar 2007 04:25:22 +0000 (UTC) Cc: ding@gnus.org, =?iso-8859-1?Q?Micha=EBl?= Cadilhac , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 12 05:25:15 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HQc5w-0002Es-ML for ged-emacs-devel@m.gmane.org; Mon, 12 Mar 2007 05:25:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQc6Y-0004Ii-MT for ged-emacs-devel@m.gmane.org; Sun, 11 Mar 2007 23:25:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HQc6M-0004IT-9K for emacs-devel@gnu.org; Mon, 12 Mar 2007 00:25:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HQc6K-0004IH-NQ for emacs-devel@gnu.org; Mon, 12 Mar 2007 00:25:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQc6K-0004IE-Hr for emacs-devel@gnu.org; Sun, 11 Mar 2007 23:25:36 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HQc5d-0003WW-Lw; Mon, 12 Mar 2007 00:24:54 -0400 Original-Received: from [66.225.201.151] (port=38932 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.63) (envelope-from ) id 1HQc5c-0002Pi-O0; Sun, 11 Mar 2007 23:24:53 -0500 X-Hashcash: 1:20:070312:rms@gnu.org::LI5YJ+vcGd78Xo9J:0000005QoV X-Hashcash: 1:20:070312:michael@cadilhac.name::DNEOskGgBDic1WUo:0000000000000000000000000000000000000000CEiE X-Hashcash: 1:20:070312:emacs-devel@gnu.org::VyWPdslnfUb2/8LT:0000000000000000000000000000000000000000001VKR X-Hashcash: 1:20:070312:ding@gnus.org::IJRuiREx+pnaNoxv:000021dV X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux) Cancel-Lock: sha1:rixsAykGEqFBcVIF/Aw3eWoA9tE= X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:67766 gmane.emacs.gnus.general:64395 Archived-At: >>>>> In Richard Stallman wrote: > =2D message-user-agent, which calls `message-mail', ignores its > SWITCH-FUNCTION and CONTINUE args and always open a new buffer. > Isn't that a bug? Shouldn't message-mail obey these arguments? We will have to implement them in Gnus if those arguments are really required, although I think it doesn't solve the problem that `sendmail-user-agent' overrides an existing *mail* buffer. IMHO, implementing SWITCH-FUNCTION is regression. Because, in the case that `mail-user-agent' is `gnus-user-agent', we can use the `gnus-buffer-configuration' feature to customize how to pop to a mail buffer up variously. The valid choices include splitting a window, making a new frame, etc. For CONTINUE, it is hard to me to imagine the situation where I want to use an existing *mail* buffer in order to compose a new mail. Anyway, that Gnus users set `mail-user-agent' to `gnus-user-agent' is the best, I think. Regards, [1] http://article.gmane.org/gmane.emacs.devel/67501