From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64701 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: compose-mail-other-window Date: Mon, 28 May 2007 11:13:59 +0900 Organization: Emacsen advocacy group Message-ID: References: <460570D5.4010307@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1180318463 5644 80.91.229.12 (28 May 2007 02:14:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 May 2007 02:14:23 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 28 04:14:20 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 1HsUkV-00078h-Pv for ged-emacs-devel@m.gmane.org; Mon, 28 May 2007 04:14:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HsUkV-0004Gt-8u for ged-emacs-devel@m.gmane.org; Sun, 27 May 2007 22:14:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HsUkQ-00049U-6r for emacs-devel@gnu.org; Sun, 27 May 2007 22:14:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HsUkP-00048O-Ij for emacs-devel@gnu.org; Sun, 27 May 2007 22:14:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HsUkP-00048A-EN for emacs-devel@gnu.org; Sun, 27 May 2007 22:14:13 -0400 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 1HsUkP-0002TQ-7i for emacs-devel@gnu.org; Sun, 27 May 2007 22:14:13 -0400 Original-Received: from [66.225.201.151] (port=58899 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.63) (envelope-from ) id 1HsUkR-0001Py-Lr; Sun, 27 May 2007 21:14:16 -0500 X-Hashcash: 1:20:070528:sdl.web@gmail.com::ZHYx7T3BTZ01AsQf:000000000000000000000000000000000000000000003t2U X-Hashcash: 1:20:070528:emacs-devel@gnu.org::MPtfsb0/h3rN4TRu:00000000000000000000000000000000000000000062Hq X-Hashcash: 1:20:070528:ding@gnus.org::JXLnNDeeC1Dcbp4b:00000Uxh 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.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:8LsTiOJ0RpOkDRwsK2KL+uB5dr8= 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 - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-kernel: Genre and OS details not recognized. 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:71863 gmane.emacs.gnus.general:64701 Archived-At: >>>>> In Leo wrote: > ----- martin rudalics (2007-03-24) wrote:----- >> Due to the recent change of `compose-mail' `compose-mail-other-window' >> will fail to show the window for editing the message. Removing the >> `save-window-excursion' in `compose-mail' should cure this. >> >> Similar misbehaviors have been reported previously by Alfred M. Szmidt >> and John ffitch. > This bug is not completely fixed. > To reproduce: > 1. emacs -q > 2. (setq mail-user-agent 'message-user-agent) > 3. C-x 5 m > The mail buffer is still in fundamental mode. > I have also tested it with the default value and gnus-user-agent and it > works fine. Sorry, that's my bad. 2007-03-15 Katsumi Yamaoka * message.el (message-generate-new-buffers): [...] (message-mail): Prefer `switch-function' if it is given; It requires running `message-mode' further. I've fixed it in both the trunk and the v5-10 branch of the Gnus CVS repository. I think this change is worth merging to not only the Emacs trunk but also the EMACS_22_BASE branch. Regards, P.S. http://www.jpl.org/ftp/pub/elisp/message-multiple-frames.el.gz has already been updated.