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

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

Re: simple editor required


From: Kai Großjohann
Subject: Re: simple editor required
Date: Wed, 11 Jun 2003 13:38:23 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

"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
>
> No funny characters.  Just a DEL.

So (global-set-key (kbd "DEL") 'delete-char) is not working?  Or,
like Stefan suggests, (global-set-key (kbd "DEL") (kbd "C-d"))?

(If both work, use the second one.)
-- 
This line is not blank.


reply via email to

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