emacs-devel
[Top][All Lists]
Advanced

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

Re: uppercase->lowercase and function-key-map


From: Richard Stallman
Subject: Re: uppercase->lowercase and function-key-map
Date: Sat, 25 May 2002 15:20:25 -0600 (MDT)

    So to repeat it: if `ESC O H' is not found in the function-key-map
    and neither in key-translation-map and neither in any active map,
    Emacs will turn it into `ESC O h' and "try again".

This case conversion is a user-level feature--so that when a mode
defines letters as commands, upper case will work like lower case.

So this "second try" really should not include function-key-map or
key-translation-map.  Those maps should be totally case-sensitive.
The sequence ESC O h that results from conversion should be tested
only against the active keymaps, not against function-key-map or
key-translation-map.




reply via email to

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