From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: multi-tty breakage on MS-Windows Date: Wed, 26 Sep 2007 17:24:16 +0200 Message-ID: References: <200709081532.l88FWcUu014489@oogie-boogie.ics.uci.edu> <46F8CE51.7050606@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1190820282 24591 80.91.229.12 (26 Sep 2007 15:24:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Sep 2007 15:24:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 26 17:24:33 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 1IaYka-0001dv-Kl for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2007 17:24:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaYkW-0007e6-PD for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2007 11:24:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IaYkU-0007dq-DS for emacs-devel@gnu.org; Wed, 26 Sep 2007 11:24:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IaYkS-0007dW-Ml for emacs-devel@gnu.org; Wed, 26 Sep 2007 11:24:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaYkS-0007dJ-AU for emacs-devel@gnu.org; Wed, 26 Sep 2007 11:24:24 -0400 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IaYkO-0004uq-6Z; Wed, 26 Sep 2007 11:24:20 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-198-199.inter.net.il [83.130.198.199]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id IZD47629 (AUTH halo1); Wed, 26 Sep 2007 17:24:08 +0200 (IST) In-reply-to: <46F8CE51.7050606@gnu.org> (message from Jason Rumney on Tue, 25 Sep 2007 10:01:05 +0100) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:79913 > Date: Tue, 25 Sep 2007 10:01:05 +0100 > From: Jason Rumney > Cc: emacs-devel@gnu.org > > Eli Zaretskii wrote: > > Some problems that are still to be fixed, before "emacs -nw" can be > > considered operable on Windows: > > > > o Ctrl-C keystrokes are swallowed and don't get to Emacs input > > queue. For example, "C-x C-c" will not kill Emacs. > > > This was due to terminal->set_terminal_modes_hook not being called. > > > o The screen buffer dimensions are not restored by Emacs when it > > exits. You will see that the scroll bar of the DOS box is not > > restored, for example. (Use the Properties of the DOS box to > > restore manually.) > > > I think this was due to terminal->reset_terminal_modes_hook not being > called, but my scrollbars do not change when Emacs starts, so I don't > know know for sure. Yes, these two problems are now fixed, thanks. The problem with colors is still there.