I can't exit emacs (C-h key fix)

letters@hotpop.com letters@hotpop.com
Sun May 18 22:05:00 GMT 2003


| On Friday 7 Feb 03, Stephen Ford writes:
| 
| > Put 'set CYGWIN=tty' in cygwin.bat and now C-x C-c exits emacs. The 'M-x
| > save-buffers-kill-emacs' works too, but C-h does not. Any further ideas?

Running Emacs in rxvt, you need this to make C-h and backspace work. Add this to
$HOME/.emacs

   (if (not window-system)
       (normal-erase-is-backspace-mode))

Jari


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



More information about the Cygwin mailing list