Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: <200507200438.j6K4csKE027602@scanner2.ics.uci.edu> To: Cygwin List Subject: Re: emacs issues References: <200507200139 DOT j6K1d8KE021783 AT scanner2 DOT ics DOT uci DOT edu> <6 DOT 2 DOT 1 DOT 2 DOT 0 DOT 20050719220830 DOT 05668e88 AT pop DOT prospeed DOT net> From: Dan Nicolaescu In-Reply-To: <6.2.1.2.0.20050719220830.05668e88@pop.prospeed.net> (Larry Hall's message of "Tue, 19 Jul 2005 22:12:09 -0400") Lines: 32 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 19 Jul 2005 21:38:51 -0700 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=-99.323, required 5, J_CHICKENPOX_63, TW_RX, USER_IN_WHITELIST) Larry Hall writes: > At 09:39 PM 7/19/2005, you wrote: > > One of them is that C-x C-c does not work by default when emacs is run > in the Cygwin terminal. It seems that to solve this CYGWIN needs to > contain "tty", but that does not work by default. > One way to solve this would be to move the emacs binary to > /usr/libexec and make /usr/bin/emacs a shell script: > > #!/bin/bash > # maybe add a test and do this iff $TERM == cygwin > CYGWIN=tty /usr/bin/libexec/emacs $* > > > > I don't think you'll find this to be an adequate solution either. > Quoting from the Cygwin User's Guide: > > (no)tty - if set, Cygwin enables extra support (i.e., termios) for UNIX-like > ttys in the Windows console. It is not compatible with some Windows > programs. Defaults to not set, in which case the tty is opened in text mode. > Note that this has been changed such that ^D works as expected instead of > ^Z, and is settable via stty. This option must be specified before starting > a Cygwin shell and it cannot be changed in the shell. It should not be set > when using other terminals (i.e., rxvt or xterm). The script above seems to work for me... I might be missing something, but all the things I tried work as expected. Maybe the documentation is not up to date... --dan -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/