Mercurial > hg > xemacs-beta
comparison man/xemacs/custom.texi @ 404:2f8bb876ab1d r21-2-32
Import from CVS: tag r21-2-32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:16:07 +0200 |
parents | 74fd4e045ea6 |
children | de805c49cfc1 |
comparison
equal
deleted
inserted
replaced
403:9f011ab08d48 | 404:2f8bb876ab1d |
---|---|
26 By changing them, you can "redefine keys". | 26 By changing them, you can "redefine keys". |
27 * Syntax:: The syntax table controls how words and expressions | 27 * Syntax:: The syntax table controls how words and expressions |
28 are parsed. | 28 are parsed. |
29 * Init File:: How to write common customizations in the @file{.emacs} | 29 * Init File:: How to write common customizations in the @file{.emacs} |
30 file. | 30 file. |
31 * Audible Bell:: Changing how Emacs sounds the bell. | 31 * Audible Bell:: Changing how Emacs sounds the bell. |
32 * Faces:: Changing the fonts and colors of a region of text. | 32 * Faces:: Changing the fonts and colors of a region of text. |
33 * Frame Components:: Controlling the presence and positions of the | |
34 menubar, toolbars, and gutters. | |
33 * X Resources:: X resources controlling various aspects of the | 35 * X Resources:: X resources controlling various aspects of the |
34 behavior of XEmacs. | 36 behavior of XEmacs. |
35 @end menu | 37 @end menu |
36 | 38 |
37 @node Minor Modes | 39 @node Minor Modes |
2050 @code{set-face-underline-p}. The argument @var{underline-p} can be used | 2052 @code{set-face-underline-p}. The argument @var{underline-p} can be used |
2051 to make underlining an attribute of the face or not. If the optional | 2053 to make underlining an attribute of the face or not. If the optional |
2052 @var{frame} argument is provided, the face is changed only in that | 2054 @var{frame} argument is provided, the face is changed only in that |
2053 frame; otherwise, it is changed in all frames. | 2055 frame; otherwise, it is changed in all frames. |
2054 | 2056 |
2057 @node Frame Components | |
2058 @section Frame Components | |
2059 | |
2060 You can control the presence and position of most frame components, such | |
2061 as the menubar, toolbars, and gutters. | |
2062 | |
2063 This section is not written yet. Try the Lisp Reference Manual: | |
2064 @ref{Menubar,,,lispref,}, @ref{Toolbar Intro,,,lispref,}, and | |
2065 @ref{Gutter Intro,,,lispref,}. | |
2066 | |
2055 @node X Resources | 2067 @node X Resources |
2056 @section X Resources | 2068 @section X Resources |
2057 @cindex X resources | 2069 @cindex X resources |
2058 @findex x-create-frame | 2070 @findex x-create-frame |
2059 | 2071 |
2475 | 2487 |
2476 @node Menubar Resources | 2488 @node Menubar Resources |
2477 @subsection Menubar Resources | 2489 @subsection Menubar Resources |
2478 | 2490 |
2479 As the menubar is implemented as a widget which is not a part of XEmacs | 2491 As the menubar is implemented as a widget which is not a part of XEmacs |
2480 proper, it does not use the fac" mechanism for specifying fonts and | 2492 proper, it does not use the face mechanism for specifying fonts and |
2481 colors: It uses whatever resources are appropriate to the type of widget | 2493 colors: It uses whatever resources are appropriate to the type of widget |
2482 which is used to implement it. | 2494 which is used to implement it. |
2483 | 2495 |
2484 If Emacs was compiled to use only the Motif-lookalike menu widgets, then one | 2496 If Emacs was compiled to use only the Motif-lookalike menu widgets, then one |
2485 way to specify the font of the menubar would be | 2497 way to specify the font of the menubar would be |