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

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

Re: simple editor required


From: Paul Edwards
Subject: Re: simple editor required
Date: Tue, 17 Jun 2003 13:59:58 GMT

"Stefan Monnier" <monnier+gnu.emacs.help/news/@flint.cs.yale.edu> wrote in 
message 5lu1aqcev2.fsf@rum.cs.yale.edu">news:5lu1aqcev2.fsf@rum.cs.yale.edu...
> >> (define-key emacs-lisp-mode-map (kbd "DEL") 'delete-char)
> > AND THE WINNER IS!!!  :-)
>
> Actually, I think the best answer for you is
>
>    (define-key function-key-map "\C-?" "\C-d")

(define-key function-key-map "\C-?" "\C-d")

after commenting out the thing that actually works, the
above doesn't do anything, ie DEL is still backspace.

BFN.  Paul.




reply via email to

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