diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-07-16 14:11:22 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-07-16 14:11:22 +0000 |
| commit | 2378dbd8794e12e09119dbea32b76becf89dbf1c (patch) | |
| tree | fabde13fdb82ce5fa45e94009eee7d29fcefdab6 /tools | |
| parent | c646de05dbaa7f4acf1cfa7aa95d22bd3f6ec366 (diff) | |
| download | docutils-2378dbd8794e12e09119dbea32b76becf89dbf1c.tar.gz | |
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2430 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/editors/emacs/README.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/tools/editors/emacs/README.txt b/tools/editors/emacs/README.txt index 14e2b4668..560a59c75 100644 --- a/tools/editors/emacs/README.txt +++ b/tools/editors/emacs/README.txt @@ -19,16 +19,18 @@ here are some useful resources for Emacs users in the Unicode world: to your .emacs file. - To get direct keyboard input of non-ASCII characters (like - "option-e e" resulting in "é" [eacute]), use one of these lines:: + "option-e e" resulting in "é" [eacute]), first enable the option + key by setting the command key as your meta key:: + + (setq mac-command-key-is-meta t) ;; nil for option key + + Next, use one of these lines:: (set-keyboard-coding-system 'mac-roman) (setq mac-keyboard-text-encoding kTextEncodingISOLatin1) I prefer the first line, because it enables non-Latin-1 characters - as well. For these to work, you must use the command key as your - meta key:: - - (setq mac-command-key-is-meta t) ;; nil for option key + as well (em-dash, curly quotes, etc.). - To enable the display of all characters in the Mac-Roman charset, first create a fontset listing the fonts to use for each range of |
