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: [patch] Prompt problems in tcl-mode Date: Wed, 19 Apr 2006 10:43:21 +0300 Message-ID: References: <877j5mwr28.fsf@Jesper-Harders-Computer.local> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1145432619 19935 80.91.229.2 (19 Apr 2006 07:43:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Apr 2006 07:43:39 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 19 09:43:37 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FW7LY-0001gq-Ry for ged-emacs-devel@m.gmane.org; Wed, 19 Apr 2006 09:43:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FW7LY-0000vc-Dx for ged-emacs-devel@m.gmane.org; Wed, 19 Apr 2006 03:43:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FW7LM-0000uu-DT for emacs-devel@gnu.org; Wed, 19 Apr 2006 03:43:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FW7LK-0000s7-8p for emacs-devel@gnu.org; Wed, 19 Apr 2006 03:43:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FW7LK-0000s4-4c for emacs-devel@gnu.org; Wed, 19 Apr 2006 03:43:18 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FW7MN-0004FZ-Ht for emacs-devel@gnu.org; Wed, 19 Apr 2006 03:44:23 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-206-41.inter.net.il [80.230.206.41]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DZT51187 (AUTH halo1); Wed, 19 Apr 2006 10:43:15 +0300 (IDT) Original-To: emacs-devel@gnu.org In-reply-to: <877j5mwr28.fsf@Jesper-Harders-Computer.local> (message from Jesper Harder on Tue, 18 Apr 2006 22:45:51 +0200) 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:53059 Archived-At: > From: Jesper Harder > Date: Tue, 18 Apr 2006 22:45:51 +0200 > > ! ;; Make tclsh display a prompt on ms-windows. Doesn't affect wish, unfortunately. > ! (when (eq system-type 'windows-nt) > ! (tcl-send-string (inferior-tcl-proc) "set ::tcl_interactive 1; concat\n"))) Should we do this in the Cygwin build as well (which has a different value for system-type)? Or does Cygwin emulate isatty correctly?