Mercurial > hg > xemacs-beta
comparison lisp/x-compose.el @ 239:41f2f0e326e9 r20-5b18
Import from CVS: tag r20-5b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:15:48 +0200 |
parents | 41ff10fd062f |
children | 8626e4521993 |
comparison
equal
deleted
inserted
replaced
238:b5f2e56b938d | 239:41f2f0e326e9 |
---|---|
70 ;; Multi-key is the name that X (and emacs) know the "Compose" key by. | 70 ;; Multi-key is the name that X (and emacs) know the "Compose" key by. |
71 ;; The "remove..." command is necessary because the "Compose" key must not | 71 ;; The "remove..." command is necessary because the "Compose" key must not |
72 ;; have any modifier bits associated with it. This exact command may not | 72 ;; have any modifier bits associated with it. This exact command may not |
73 ;; work, depending on what system and keyboard you are using. If it | 73 ;; work, depending on what system and keyboard you are using. If it |
74 ;; doesn't, you'll have to read the man page for xmodmap. You might want | 74 ;; doesn't, you'll have to read the man page for xmodmap. You might want |
75 ;; to get the "xkeycaps" program from the host export.lcs.mit.edu in the | 75 ;; to get the "xkeycaps" program from |
76 ;; file contrib/xkeycaps.tar.Z, which is a graphical front end to xmodmap | 76 ;; <URL:http://people.netscape.com/jwz/xkeycaps/>, |
77 ;; which is a graphical front end to xmodmap | |
77 ;; that hides xmodmap's arcane syntax from you. | 78 ;; that hides xmodmap's arcane syntax from you. |
78 | 79 |
79 ;; If for some reason you don't want to have a dedicated compose key on your | 80 ;; If for some reason you don't want to have a dedicated compose key on your |
80 ;; keyboard, you can use some other key as the prefix. For example, to make | 81 ;; keyboard, you can use some other key as the prefix. For example, to make |
81 ;; "Meta-Shift-C" act as a compose key (so that "M-C , c" would insert the | 82 ;; "Meta-Shift-C" act as a compose key (so that "M-C , c" would insert the |