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.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
This problem can be fixed by inserting the following line in file
File I have tested it and my version of the
|
|||||||||||
|
|
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 |
|||
|
|
|
I had the same problem and just solved it by adding a Windows environment variable called CYGWIN with the value "tty". |
|||
|
|