]> git.eshelyaron.com Git - emacs.git/commitdiff
(MS-Windows problems): How to bind non-ASCII keys with modifiers.
authorEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2007 10:01:51 +0000 (10:01 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2007 10:01:51 +0000 (10:01 +0000)
etc/PROBLEMS

index 79f4f7356b795bade857bfd704a9faf822ba6c79..28485434b6d83cb1db285c6affd843c96ede7fb8 100644 (file)
@@ -2135,6 +2135,16 @@ ought to recognize the Windows language-change event and set up the
 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