comparison man/macos.texi @ 36499:7da7487bbbd8

(Mac Input, Mac Font Specs): Fix typos reported by Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 03 Mar 2001 09:18:52 +0000
parents f5625ac53fba
children d7815b5b49d7
comparison
equal deleted inserted replaced
36498:1547295a2e76 36499:7da7487bbbd8
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 not all Mac Roman characters 65 @code{kTextEncodingISOLatin1}. Note that not all Mac Roman characters
66 that can be entered at the keyboard can be converted to ISO Latin-1 66 that can be entered at the keyboard can be converted to ISO Latin-1
67 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 typing @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
187 @node Mac Font Specs 187 @node Mac Font Specs
188 @section Specifying Fonts on the Mac 188 @section Specifying Fonts on the Mac
189 @cindex font names (Mac OS) 189 @cindex font names (Mac OS)
190 190
191 Fonts are specified to Emacs on the Mac in the form of a standard X 191 Fonts are specified to Emacs on the Mac in the form of a standard X
192 font name. I.e., 192 font name, i.e.
193 193
194 @smallexample 194 @smallexample
195 -@var{maker}-@var{family}-@var{weight}-@var{slant}-@var{widthtype}-@var{style}@dots{} 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 @dots{}-@var{pixels}-@var{height}-@var{horiz}-@var{vert}-@var{spacing}-@var{width}-@var{charset}
197 @end smallexample 197 @end smallexample