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: Re: compose-mail-other-window Date: Sun, 25 Mar 2007 20:45:36 +0200 Message-ID: <4606C350.1040109@gmx.at> References: <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 1174848804 3689 80.91.229.12 (25 Mar 2007 18:53:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 25 Mar 2007 18:53:24 +0000 (UTC) Cc: "Alfred M. Szmidt" , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 25 20:53:17 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 1HVXq8-0001ar-PD for ged-emacs-devel@m.gmane.org; Sun, 25 Mar 2007 20:53:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVXsI-0007Mo-7R for ged-emacs-devel@m.gmane.org; Sun, 25 Mar 2007 13:55:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HVXk2-00007p-R5 for emacs-devel@gnu.org; Sun, 25 Mar 2007 14:46:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HVXk1-00006J-39 for emacs-devel@gnu.org; Sun, 25 Mar 2007 14:46:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVXk0-000062-S4 for emacs-devel@gnu.org; Sun, 25 Mar 2007 13:46:56 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HVXhp-0008Ej-Fl for emacs-devel@gnu.org; Sun, 25 Mar 2007 14:44:42 -0400 Original-Received: (qmail invoked by alias); 25 Mar 2007 18:44:34 -0000 Original-Received: from M3138P029.adsl.highway.telekom.at (EHLO [88.117.40.61]) [88.117.40.61] by mail.gmx.net (mp041) with SMTP; 25 Mar 2007 20:44:34 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/XeM0jmUvXYH/aGQzgc1bFW22h6wX6OHOs9pPoaW drwUuxgHiFJJZG User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: 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:68541 Archived-At: > This removes the `save-window-excursion'. Does this work right? Unfortunately it doesn't - I get two windows displying the *mail* buffer now. I back Chong's advice to restore the original behavior.