This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]