diff options
| author | Andrew Choi | 2001-02-27 05:46:51 +0000 |
|---|---|---|
| committer | Andrew Choi | 2001-02-27 05:46:51 +0000 |
| commit | f8ca728a383c417df173aaae6c2ef4032c9bcf79 (patch) | |
| tree | 4e8a8bbc2f13342ba4983514910a28b8a9f0a332 | |
| parent | 5829aace4e0901221ba530ed2db5c477e3c9ed66 (diff) | |
| download | emacs-f8ca728a383c417df173aaae6c2ef4032c9bcf79.tar.gz emacs-f8ca728a383c417df173aaae6c2ef4032c9bcf79.zip | |
Made minor editing changes.
| -rw-r--r-- | man/anti.texi | 2 | ||||
| -rw-r--r-- | man/macos.texi | 27 |
2 files changed, 14 insertions, 15 deletions
diff --git a/man/anti.texi b/man/anti.texi index ee4e339c3aa..6fe0c1dae65 100644 --- a/man/anti.texi +++ b/man/anti.texi | |||
| @@ -251,7 +251,7 @@ you should have fewer files anyway, so you won't notice the absence of | |||
| 251 | this feature. | 251 | this feature. |
| 252 | 252 | ||
| 253 | @item | 253 | @item |
| 254 | The @code{field} property does not exist in Emasc 20, so various | 254 | The @code{field} property does not exist in Emacs 20, so various |
| 255 | packages that run subsidiary programs in Emacs buffers cannot in general | 255 | packages that run subsidiary programs in Emacs buffers cannot in general |
| 256 | distinguish which text was user input and which was output from the | 256 | distinguish which text was user input and which was output from the |
| 257 | subprocess. If you need to try to do this nonetheless, Emacs 20 | 257 | subprocess. If you need to try to do this nonetheless, Emacs 20 |
diff --git a/man/macos.texi b/man/macos.texi index 89cf8fa28b6..93b8363f215 100644 --- a/man/macos.texi +++ b/man/macos.texi | |||
| @@ -62,14 +62,14 @@ be passed to Emacs. | |||
| 62 | The Mac keyboard ordinarily generates characters in the Mac Roman | 62 | The Mac keyboard ordinarily generates characters in the Mac Roman |
| 63 | encoding. To use it for entering ISO Latin-1 characters directly, set | 63 | encoding. To use it for entering ISO Latin-1 characters directly, set |
| 64 | the value of the variable @code{mac-keyboard-text-encoding} to | 64 | the value of the variable @code{mac-keyboard-text-encoding} to |
| 65 | @code{kTextEncodingISOLatin1}. Note that that not all Mac Roman | 65 | @code{kTextEncodingISOLatin1}. Note that not all Mac Roman characters |
| 66 | characters that can be entered at the keyboard can be converted to ISO | 66 | that can be entered at the keyboard can be converted to ISO Latin-1 |
| 67 | Latin-1 characters. | 67 | characters. |
| 68 | 68 | ||
| 69 | To enter ISO Latin-2 characters directly from the Mac keyboard. Set | 69 | To enter ISO Latin-2 characters directly from the Mac keyboard. Set |
| 70 | the value of @code{mac-keyboard-text-encoding} to | 70 | the value of @code{mac-keyboard-text-encoding} to |
| 71 | @code{kTextEncodingISOLatin2}. Then let Emacs know that the keyboard | 71 | @code{kTextEncodingISOLatin2}. Then let Emacs know that the keyboard |
| 72 | generates Latin-2 codes by typink @kbd{C-x RET k iso-latin-2 RET}. To | 72 | generates Latin-2 codes by typing @kbd{C-x RET k iso-latin-2 RET}. To |
| 73 | make this setting permanent, put this in your @file{.emacs} init file: | 73 | make this setting permanent, put this in your @file{.emacs} init file: |
| 74 | 74 | ||
| 75 | @lisp | 75 | @lisp |
| @@ -90,9 +90,9 @@ this native encoding, and for displaying file names in Dired mode. | |||
| 90 | Any native (non-symbol) Mac font can be used to correctly display | 90 | Any native (non-symbol) Mac font can be used to correctly display |
| 91 | characters in the @code{mac-roman} coding system. | 91 | characters in the @code{mac-roman} coding system. |
| 92 | 92 | ||
| 93 | The fontset @code{fontset-mac} is created automatically when Emacs is | 93 | The fontset @code{fontset-mac} is created automatically when Emacs |
| 94 | run on the Mac by the following expression. It displays characters in | 94 | is run on the Mac. It displays characters in the @code{mac-roman} |
| 95 | the @code{mac-roman} coding system using 12-point Monaco. | 95 | coding system using 12-point Monaco. |
| 96 | 96 | ||
| 97 | To insert characters directly in the @code{mac-roman} coding system, | 97 | To insert characters directly in the @code{mac-roman} coding system, |
| 98 | type @kbd{C-x RET k mac-roman RET}, or put this in your @file{.emacs} | 98 | type @kbd{C-x RET k mac-roman RET}, or put this in your @file{.emacs} |
| @@ -192,22 +192,21 @@ another directory but this folder will still be created. | |||
| 192 | font name. I.e., | 192 | font name. I.e., |
| 193 | 193 | ||
| 194 | @smallexample | 194 | @smallexample |
| 195 | -@var{foundry}-@var{family}-@var{weight}-@var{slant}-@var{width}--@var{pixels}-@var{points}-@var{hres}-@var{vres}-@var{spacing}-@var{avewidth}-@var{charset} | 195 | -@var{maker}-@var{family}-@var{weight}-@var{slant}-@var{widthtype}-@var{style}@dots{} |
| 196 | @dots{}-@var{pixels}-@var{height}-@var{horiz}-@var{vert}-@var{spacing}-@var{width}-@var{charset} | ||
| 196 | @end smallexample | 197 | @end smallexample |
| 197 | 198 | ||
| 198 | @noindent | 199 | @noindent |
| 199 | where the fields refer to foundry, font family, weight, slant, width, | 200 | @xref{Font X}. Wildcards |
| 200 | pixels, point size, horizontal resolution, vertical resolution, | ||
| 201 | spacing, average width, and character set, respectively. Wildcards | ||
| 202 | are supported as they are on X. | 201 | are supported as they are on X. |
| 203 | 202 | ||
| 204 | Native Apple fonts in Mac Roman encoding has foundry name @code{apple} | 203 | Native Apple fonts in Mac Roman encoding has maker name @code{apple} |
| 205 | and charset @code{mac-roman}. For example 12-point Monaco can be | 204 | and charset @code{mac-roman}. For example 12-point Monaco can be |
| 206 | specified by the name @samp{-apple-monaco-*-12-*-mac-roman}. | 205 | specified by the name @samp{-apple-monaco-*-12-*-mac-roman}. |
| 207 | 206 | ||
| 208 | Native Apple Traditional Chinese, Simplified Chinese, Japanese, and | 207 | Native Apple Traditional Chinese, Simplified Chinese, Japanese, and |
| 209 | Korean fonts have charsets @samp{big5-0}, @samp{gb2312-0}, | 208 | Korean fonts have charsets @samp{big5-0}, @samp{gb2312.1980-0}, |
| 210 | @samp{jisx0208.1983-sjis}, and @samp{ksc5601-1}, respectively. | 209 | @samp{jisx0208.1983-sjis}, and @samp{ksc5601.1989-0}, respectively. |
| 211 | 210 | ||
| 212 | Single-byte fonts converted from GNU fonts in BDF format, which are not | 211 | Single-byte fonts converted from GNU fonts in BDF format, which are not |
| 213 | in the Mac Roman encoding, have foundry, family, and character sets | 212 | in the Mac Roman encoding, have foundry, family, and character sets |