From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: multi-tty breakage on MS-Windows Date: Sun, 9 Sep 2007 23:18:20 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1189376333 18916 80.91.229.12 (9 Sep 2007 22:18:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 Sep 2007 22:18:53 +0000 (UTC) Cc: Eli Zaretskii , Dan Nicolaescu , Stefan Monnier , f.axelsson@gmail.com To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 10 08:18:39 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 1IUbfP-0007Nu-Mb for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 07:18:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUUB2-0003EB-TM for ged-emacs-devel@m.gmane.org; Sun, 09 Sep 2007 17:18:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IUUAc-000301-EK for emacs-devel@gnu.org; Sun, 09 Sep 2007 17:18:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IUUAZ-0002xG-E9 for emacs-devel@gnu.org; Sun, 09 Sep 2007 17:18:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUUAZ-0002x6-2H for emacs-devel@gnu.org; Sun, 09 Sep 2007 17:18:15 -0400 Original-Received: from smtp-out25.alice.it ([85.33.2.25]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUUAU-000633-PH; Sun, 09 Sep 2007 17:18:10 -0400 Original-Received: from FBCMMO03.fbc.local ([192.168.68.197]) by smtp-out25.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Sun, 9 Sep 2007 23:17:26 +0200 Original-Received: from FBCMCL01B03.fbc.local ([192.168.69.84]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Sun, 9 Sep 2007 23:17:26 +0200 Original-Received: from homepc ([87.3.214.1]) by FBCMCL01B03.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Sun, 9 Sep 2007 23:17:26 +0200 X-X-Sender: Angelo@homepc X-OriginalArrivalTime: 09 Sep 2007 21:17:26.0306 (UTC) FILETIME=[D2216820:01C7F326] X-Detected-Kernel: Windows 2000 SP4, XP SP1+ 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:78357 Archived-At: As I described here http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00756.html the changes to emacs/src/window.c and to emacs/lisp/cus-start.el ------------------------------------- 2007-09-08 Fredrik Axelsson * cus-start.el (all): Add prefer-window-split-horizontally from window.c. ------------------------------------- make Emacs-CVS to crash when started as "emacs -nw" from the Cygwin Dos-like shell (cygwin.bat) but not from an X shell. If one, after a fresh CVS check out, substitutes window.c and cus-start.el with the previous version, Emacs works fine when started from all shells (Dos-like, rxvt, urxvt, xterm). Also emacsclient works fine. Since I read this http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00773.html, should the changes to window.c and cus-start.el be reverted? If not, we have to file an Emacs bug on Cygwin. Angelo.