Mercurial > hg > xemacs-beta
comparison man/internals/internals.texi @ 2828:a25c824ed558
[xemacs-hg @ 2005-06-26 18:04:49 by aidan]
Rename the ascii-character property, support more keysyms.
author | aidan |
---|---|
date | Sun, 26 Jun 2005 18:05:05 +0000 |
parents | 40dc584fce16 |
children | 4d269e525e21 |
comparison
equal
deleted
inserted
replaced
2827:936a6576c655 | 2828:a25c824ed558 |
---|---|
28255 This is implemented by maintaining a table of translations between all | 28255 This is implemented by maintaining a table of translations between all |
28256 the known X keysym names and the corresponding (charset, octet) pairs. | 28256 the known X keysym names and the corresponding (charset, octet) pairs. |
28257 | 28257 |
28258 @quotation | 28258 @quotation |
28259 For every key on the keyboard that has a known character correspondence, | 28259 For every key on the keyboard that has a known character correspondence, |
28260 we define the ascii-character property of the keysym, and make the | 28260 we define the character-of-keysym property of the keysym, and make the |
28261 default binding for the key be self-insert-command. | 28261 default binding for the key be self-insert-command. |
28262 | 28262 |
28263 The following magic is basically intimate knowledge of X11/keysymdef.h. | 28263 The following magic is basically intimate knowledge of X11/keysymdef.h. |
28264 The keysym mappings defined by X11 are based on the iso8859 standards, | 28264 The keysym mappings defined by X11 are based on the iso8859 standards, |
28265 except for Cyrillic and Greek. | 28265 except for Cyrillic and Greek. |