tags:

views:

223

answers:

1

When I run Gnu Emacs under cygwin on Windows and I press "ctrl-x ctrl-c" to exit I get the message:

ctrl-x ctrl-g is undefined

: However, when I run Xemacs the "ctrl-x ctrl-c" works fine

+2  A: 

I think you want to put set CYGWIN=tty in your cygwin.bat. See http://www.cygwin.com/cygwin-ug-net/setup-env.html. Or you could try running emacs under rxvt. Or you could do what I do, which is use "native" win32 emacs.

offby1
Thanks, this worked setting CYGWIN=tty. My .emacs files loads 10x slower in emacs than in XEmacs but it works! I tried the "native" Win32 emacs link but it says "Server not found"
Zubair