Mercurial > hg > xemacs-beta
comparison lisp/x11/x-iso8859-1.el @ 161:28f395d8dc7a r20-3b7
Import from CVS: tag r20-3b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:42:26 +0200 |
parents | 54cc21c15cbb |
children |
comparison
equal
deleted
inserted
replaced
160:1c55655d6702 | 161:28f395d8dc7a |
---|---|
17 ;; along with XEmacs; see the file COPYING. If not, write to the | 17 ;; along with XEmacs; see the file COPYING. If not, write to the |
18 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
19 ;; Boston, MA 02111-1307, USA. | 19 ;; Boston, MA 02111-1307, USA. |
20 | 20 |
21 ;; created by jwz, 13-jun-92. | 21 ;; created by jwz, 13-jun-92. |
22 ;; changed by Heiko Muenkel, 12-jun-1997: Added a grave keysym. | |
22 | 23 |
23 ;; Under X, when the user types a character that is ISO-8859/1 but not ASCII, | 24 ;; Under X, when the user types a character that is ISO-8859/1 but not ASCII, |
24 ;; it comes in as a symbol instead of as a character code. This keeps things | 25 ;; it comes in as a symbol instead of as a character code. This keeps things |
25 ;; nice and character-set independent. This file takes all of those symbols | 26 ;; nice and character-set independent. This file takes all of those symbols |
26 ;; (the symbols that are the X names for the 8859/1 characters) and puts a | 27 ;; (the symbols that are the X names for the 8859/1 characters) and puts a |
91 | 92 |
92 ;; The names and capitalization here are as per the MIT X11R4 and X11R5 | 93 ;; The names and capitalization here are as per the MIT X11R4 and X11R5 |
93 ;; distributions. If a vendor varies from this, adjustments will need | 94 ;; distributions. If a vendor varies from this, adjustments will need |
94 ;; to be made... | 95 ;; to be made... |
95 | 96 |
97 (grave ?\140) | |
96 (nobreakspace ?\240) | 98 (nobreakspace ?\240) |
97 (exclamdown ?\241) | 99 (exclamdown ?\241) |
98 (cent ?\242) | 100 (cent ?\242) |
99 (sterling ?\243) | 101 (sterling ?\243) |
100 (currency ?\244) | 102 (currency ?\244) |
114 (twosuperior ?\262) | 116 (twosuperior ?\262) |
115 (threesuperior ?\263) | 117 (threesuperior ?\263) |
116 (acute ?\264) ; Why is there an acute keysym that is | 118 (acute ?\264) ; Why is there an acute keysym that is |
117 (mu ?\265) ; distinct from apostrophe/quote, but | 119 (mu ?\265) ; distinct from apostrophe/quote, but |
118 (paragraph ?\266) ; no grave keysym that is distinct from | 120 (paragraph ?\266) ; no grave keysym that is distinct from |
119 (periodcentered ?\267) ; backquote? | 121 (periodcentered ?\267) ; backquote? |
120 (cedilla ?\270) | 122 (cedilla ?\270) ; I've added the grave keysym, because it's |
121 (onesuperior ?\271) | 123 (onesuperior ?\271) ; used in x-compose (Heiko Muenkel). |
122 (masculine ?\272) | 124 (masculine ?\272) |
123 (guillemotright ?\273) | 125 (guillemotright ?\273) |
124 (onequarter ?\274) | 126 (onequarter ?\274) |
125 (onehalf ?\275) | 127 (onehalf ?\275) |
126 (threequarters ?\276) | 128 (threequarters ?\276) |