Mercurial > emacs
comparison etc/NEWS @ 35863:534be6e166a6
Yet another bunch of typo fizes from Juanma Barranquero <lektu@uol.com.br>.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 02 Feb 2001 18:06:18 +0000 |
parents | 9604ca6b3728 |
children | aec170580429 |
comparison
equal
deleted
inserted
replaced
35862:9604ca6b3728 | 35863:534be6e166a6 |
---|---|
3179 | 3179 |
3180 Faces are frame-local by nature because Emacs allows to define the | 3180 Faces are frame-local by nature because Emacs allows to define the |
3181 same named face (face names are symbols) differently for different | 3181 same named face (face names are symbols) differently for different |
3182 frames. Each frame has an alist of face definitions for all named | 3182 frames. Each frame has an alist of face definitions for all named |
3183 faces. The value of a named face in such an alist is a Lisp vector | 3183 faces. The value of a named face in such an alist is a Lisp vector |
3184 with the symbol `face' in slot 0, and a slot for each each of the face | 3184 with the symbol `face' in slot 0, and a slot for each of the face |
3185 attributes mentioned above. | 3185 attributes mentioned above. |
3186 | 3186 |
3187 There is also a global face alist `face-new-frame-defaults'. Face | 3187 There is also a global face alist `face-new-frame-defaults'. Face |
3188 definitions from this list are used to initialize faces of newly | 3188 definitions from this list are used to initialize faces of newly |
3189 created frames. | 3189 created frames. |
6489 * most fields should be just the wild card "*". | 6489 * most fields should be just the wild card "*". |
6490 * the CHARSET_REGISTRY field should be "fontset" | 6490 * the CHARSET_REGISTRY field should be "fontset" |
6491 * the CHARSET_ENCODING field can be any nickname of the fontset. | 6491 * the CHARSET_ENCODING field can be any nickname of the fontset. |
6492 The construct CHARSET-NAME:FONT-NAME can be repeated any number | 6492 The construct CHARSET-NAME:FONT-NAME can be repeated any number |
6493 of times; each time specifies the font for one character set. | 6493 of times; each time specifies the font for one character set. |
6494 CHARSET-NAME should be the name name of a character set, and | 6494 CHARSET-NAME should be the name of a character set, and FONT-NAME |
6495 FONT-NAME should specify an actual font to use for that character set. | 6495 should specify an actual font to use for that character set. |
6496 | 6496 |
6497 Each of these fontsets has an alias which is made from the | 6497 Each of these fontsets has an alias which is made from the |
6498 last two font name fields, CHARSET_REGISTRY and CHARSET_ENCODING. | 6498 last two font name fields, CHARSET_REGISTRY and CHARSET_ENCODING. |
6499 You can refer to the fontset by that alias or by its full name. | 6499 You can refer to the fontset by that alias or by its full name. |
6500 | 6500 |