emacs-devel
[Top][All Lists]
Advanced

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

Re: Proposal: Bind backspace and delete like DEL in view-mode


From: Kai Großjohann
Subject: Re: Proposal: Bind backspace and delete like DEL in view-mode
Date: Wed, 26 Dec 2001 19:12:28 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50 (i686-pc-linux-gnu)

Richard Stallman <address@hidden> writes:

>     I see two ways to improve (or fix) the currrent behaviour:
>
>     1) Modify define-key so that it will recognize DEL, TAB, etc as
>        synonymous for the actual characters.
>
> I see no improvement here--but I am not really sure what this
> concretely means.  What action would you change the meaning of?
> What would you make it do?

I think he wants (define-key foo-map [DEL] 'bar) to behave like
(define-key foo-map (kbd "DEL") 'bar), and similar for TAB and RET
and so on.

Right now, (define-key foo-map [DEL] 'bar) does not do much in most
cases; the only possibly useful behavior would be in binding a menu
entry.

kai
-- 
Simplification good!  Oversimplification bad!  (Larry Wall)



reply via email to

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