diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-10-31 22:00:40 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-10-31 22:00:40 +0000 |
commit | 405f44899f2052910ee76c1c2c31629471c62589 (patch) | |
tree | e2556c9e830fe440da016787434d76b5aa8d8e35 /man/xresources.texi | |
parent | a0e204da2c1a211d8534b48f199f93d47b920421 (diff) | |
download | emacs-405f44899f2052910ee76c1c2c31629471c62589.tar.gz |
Add menu of submodes.
Diffstat (limited to 'man/xresources.texi')
-rw-r--r-- | man/xresources.texi | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/man/xresources.texi b/man/xresources.texi index 1901aac2af1..d6d7823c797 100644 --- a/man/xresources.texi +++ b/man/xresources.texi @@ -11,6 +11,28 @@ are implemented by general-purpose libraries that always handle customization this way. This appendix describes the X resources that Emacs recognizes and what they mean. + One way to experiment with the effect of different resource settings +is to use the @code{editres} program. Select @samp{Get Tree} from the +@samp{Commands} menu, then click on an Emacs frame. This will display +a tree showing the structure of X toolkit widgets used in an Emacs +frame. Select one of them, such as @samp{menubar}, then select +@samp{Show Resource Box form the @samp{Commands} menu. This displays +a list of all the meaningful X resources and allows you to edit them. +Changes take effect immediately if you click on the @samp{Apply} button. + +@menu +* Display X:: Changing the default display and using remote login. +* Font X:: Choosing a font for text, under X. +* Colors X:: Choosing colors, under X. +* Window Size X:: Start-up window size, under X. +* Borders X:: Internal and external borders, under X. +* Title X:: Specifying the initial frame's title. +* Icons X:: Choosing what sort of icon to use, under X. +* Resources X:: Advanced use of classes and resources, under X. +* Lucid Resources:: X resources for Lucid menus. +* LessTif Resources:: X resources for LessTif and Motif menus. +@end menu + @node Display X @appendixsec Specifying the Display Name @cindex display name (X Window System) |