Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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: User-Agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/20.7 (windows-nt) (i386-*-nt5.0.2195) References: <006201c2cedb$d8cd7b60$8d17fc3e AT stephenf> <568-Fri07Feb2003193455+0000-starksb AT ebi DOT ac DOT uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii | 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/