emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] Prompt problems in tcl-mode


From: Stefan Monnier
Subject: Re: [patch] Prompt problems in tcl-mode
Date: Wed, 19 Apr 2006 08:04:10 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>> !     ;; 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?

I believe the patch I installed (which uses process-tty-name instead) takes
care of it.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]