Mercurial > emacs
changeset 76824:213bd9333baa
(MS-Windows problems): How to bind non-ASCII keys with modifiers.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 31 Mar 2007 10:01:51 +0000 |
parents | 13dc9d1d73e2 |
children | 91cecb8739e7 |
files | etc/PROBLEMS |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/PROBLEMS Sat Mar 31 09:51:25 2007 +0000 +++ b/etc/PROBLEMS Sat Mar 31 10:01:51 2007 +0000 @@ -2135,6 +2135,16 @@ appropriate keyboard encoding automatically, but it doesn't do that yet.) +To bind keys that produce non-ASCII characters with modifiers, you +must specify raw byte codes. For instance, if you want to bind +META-a-grave to a command, you need to specify this in your `~/.emacs': + + (global-set-key [?\M-\340] ...) + +The above example is for the Latin-1 environment where the byte code +of the encoded a-grave is 340 octal. For other environments, use the +encoding appropriate to that environment. + The %b specifier for format-time-string does not produce abbreviated month names with consistent widths for some locales on some versions of Windows. This is caused by a deficiency in the underlying system