delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2005/07/19/21:46:03

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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: <200507200139.j6K1d8KE021783@scanner2.ics.uci.edu>
To: cygwin AT cygwin DOT com
Subject: emacs issues
From: Dan Nicolaescu <dann AT ics DOT uci DOT edu>
Lines: 26
MIME-Version: 1.0
Date: Tue, 19 Jul 2005 18:39:05 -0700
X-ICS-MailScanner: Found to be clean
X-ICS-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=-99.4, required 5, J_CHICKENPOX_63, USER_IN_WHITELIST)

Hi!

There are several issues with running Emacs under cygwin. 

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 $*
# reset is needed because otherwise the terminal seems to be left
# in a strange state after exiting emacs.
reset

Another issue is that the Cygwin terminal does not really support
"underline". If emacs is trying to use "underline" will change the
foreground color to "cyan". This can be fixed in the CVS versions of
Emacs, I will do it soon.

C-SPC does not work in a Cygwin terminal. Is there a way to fix this?

               --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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019