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: Sat, 8 Sep 2007 20:18:24 +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 1189275565 6799 80.91.229.12 (8 Sep 2007 18:19:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 Sep 2007 18:19:25 +0000 (UTC) Cc: Eli Zaretskii , Dan Nicolaescu To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 08 20:19:24 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 1IU4ts-00048Q-IP for ged-emacs-devel@m.gmane.org; Sat, 08 Sep 2007 20:19:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IU4tq-00047y-4j for ged-emacs-devel@m.gmane.org; Sat, 08 Sep 2007 14:19:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IU4tI-0003Y6-Ta for emacs-devel@gnu.org; Sat, 08 Sep 2007 14:18:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IU4tH-0003WA-NJ for emacs-devel@gnu.org; Sat, 08 Sep 2007 14:18:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IU4tH-0003W0-IC for emacs-devel@gnu.org; Sat, 08 Sep 2007 14:18:43 -0400 Original-Received: from smtp-out113.alice.it ([85.37.17.113]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IU4tC-000419-Rc; Sat, 08 Sep 2007 14:18:39 -0400 Original-Received: from FBCMMO01.fbc.local ([192.168.68.195]) by smtp-out113.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Sat, 8 Sep 2007 20:17:56 +0200 Original-Received: from FBCMCL01B03.fbc.local ([192.168.69.84]) by FBCMMO01.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Sat, 8 Sep 2007 20:18:15 +0200 Original-Received: from homepc ([87.6.227.13]) by FBCMCL01B03.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Sat, 8 Sep 2007 20:17:33 +0200 X-X-Sender: Angelo@homepc X-OriginalArrivalTime: 08 Sep 2007 18:17:33.0671 (UTC) FILETIME=[86CE3F70:01C7F244] 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:78280 Archived-At: A stange coincidence. I flag this for the sake of completeness. Eli Zaretskii wrote: > "emacs -nw" crashes on startup; After these changes: --------------------------------------------------------------------- 2007-09-08 Fredrik Axelsson * window.c (prefer_window_split_horizontally): New variable. (display_buffer): Consider splitting window horizontally depending on prefer_window_split_horizontally. 2007-09-08 Eli Zaretskii * sysdep.c [WINDOWSNT]: Don't include sysselect.h -------------------------------------------------------------- this happens also on Cygwin BUT ONLY IF "emacs -nw" is started from the DOS-like shell (cygwin.bat). If it is started from an X shell it works fine ("emacs &" and "emacs -nw"). The build I did after these changes (CVS cheched out less than 24 hours ago): ------------------------------------------ 2007-09-07 Stefan Monnier * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking. * frame.c (x_set_frame_parameters): Check number is positive before using XFASTINT. * window.c (freeze_window_start): Don't presume selected_window holds a window object. (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd. ------------------------------------------ works fine from all shells (X, Dos-like). Cheers, Angelo.