help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: simple editor required


From: Stefan Monnier
Subject: Re: simple editor required
Date: 11 Jun 2003 10:47:11 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Paul" == Paul Edwards <kerravon@nosppaam.w3.to> writes:
> ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC
> O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B
> x DEL C-h l

Oh, so you're on a text-terminal.  As I said, my code wouldn't work
in such a case.

   (global-set-key "?\C-?" 'delete-char)

might do what you want, but it might also change the behavior of backspace
because backspace might send the same key sequence to Emacs.  Or maybe
backspace sends C-h, which then clashes with Emacs's help key.


        Stefan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]