I am using Emacs 23.1 with Cygwin but when I try to exit by pressing C-x C-c it says C-x C-g is undefined and I am not able to exit.
feedback
|
|
This problem can be fixed by inserting the following line in file
File I have tested it and my version of the
| |||||||||||
feedback
|
|
Sounds like a Cygwin issue, interpreting Ctrl-c as Interrupt and Emacs somehow translating that to its interrupt character, Ctrl-g. As a workaround, you can always exit Emacs by doing Meta-x | |||
|
feedback
|
|
I had the same problem and just solved it by adding a Windows environment variable called CYGWIN with the value "tty". | |||
|
feedback
|