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: Sat, 29 Dec 2001 11:23:59 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50 (i686-pc-linux-gnu)

address@hidden (Kim F. Storm) writes:

> Anyway, it would still be nice if define-key would generate an error
> if someone is trying to bind a meaningless key symbol.

The `meaningless' key symbols are used in menus.  Suppose you add a
"Frobnicate" menu item to the File menu, then you would say
(global-set-key [menu-bar files frobnicate] ...).

Also, if your XKeysymDB has a `frobnicate' key but mine doesn't, then
your define-key statement will barf on my system.  Probably not what
was intended.  Currently, defining keys which don't exist is harmless.

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



reply via email to

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