From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: compose-mail-other-window Date: Sat, 24 Mar 2007 19:41:25 +0100 Message-ID: <460570D5.4010307@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1174761757 4518 80.91.229.12 (24 Mar 2007 18:42:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Mar 2007 18:42:37 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 24 19:42:34 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 1HVBCD-0005hB-3j for ged-emacs-devel@m.gmane.org; Sat, 24 Mar 2007 19:42:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVBEF-0008Ty-Gu for ged-emacs-devel@m.gmane.org; Sat, 24 Mar 2007 13:44:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HVBEB-0008OS-Ud for emacs-devel@gnu.org; Sat, 24 Mar 2007 14:44:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HVBEA-0008Fq-94 for emacs-devel@gnu.org; Sat, 24 Mar 2007 14:44:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVBEA-0008F1-25 for emacs-devel@gnu.org; Sat, 24 Mar 2007 13:44:34 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HVBC6-0001pq-Kg for emacs-devel@gnu.org; Sat, 24 Mar 2007 14:42:26 -0400 Original-Received: (qmail invoked by alias); 24 Mar 2007 18:42:25 -0000 Original-Received: from N714P009.adsl.highway.telekom.at (EHLO [62.47.33.41]) [62.47.33.41] by mail.gmx.net (mp005) with SMTP; 24 Mar 2007 19:42:25 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18ydaNO5JQy3YnqmmrbEY0JXjKnjSSQQnaBVpTJkD 9xKrLe1jwTaasu User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en X-Y-GMX-Trusted: 0 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:68491 Archived-At: 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.