| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| From: | letters AT hotpop DOT com |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: I can't exit emacs (C-h key fix) |
| Keywords: | emacs |
| Date: | Sun, 18 May 2003 22:46:28 +0300 |
| In-Reply-To: | <568-Fri07Feb2003193455+0000-starksb@ebi.ac.uk> (David |
| Starks-Browning's message of "Fri, 7 Feb 2003 19:34:55 +0000") | |
| Message-ID: | <r86wca23.fsf_-_@blue.sea.net> |
| User-Agent: | Gnus/5.090017 (Oort Gnus v0.17) Emacs/20.7 (windows-nt) |
| (i386-*-nt5.0.2195) | |
| References: | <Pine DOT GSO DOT 4 DOT 44 DOT 0302071212130 DOT 12312-100000 AT slinky DOT cs DOT nyu DOT edu> |
| <006201c2cedb$d8cd7b60$8d17fc3e AT stephenf> | |
| <568-Fri07Feb2003193455+0000-starksb AT ebi DOT ac DOT uk> | |
| MIME-Version: | 1.0 |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |