/[emacs]/emacs/man/xresources.texi
ViewVC logotype

Diff of /emacs/man/xresources.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by eliz, Sun Jan 13 11:55:22 2002 UTC revision 1.9 by rms, Mon Jan 21 22:18:16 2002 UTC
# Line 24  and how to use them. Line 24  and how to use them.
24  @cindex resources  @cindex resources
25    
26  @cindex X resources, @file{~/.Xdefaults} file  @cindex X resources, @file{~/.Xdefaults} file
27    Programs running under the X Window System organize their user options    Programs running under the X Window System organize their user
28  under a hierarchy of classes and resources.  You can specify default  options under a hierarchy of classes and resources.  You can specify
29  values for these options in your X resources file, usually named  default values for these options in your X resources file, usually
30  @file{~/.Xdefaults}.  named @file{~/.Xdefaults}.  If changes in @file{~/.Xdefaults} do not
31    take effect, it is because your X server stores its own list of
32    resources; to update them, use the shell command @command{xrdb}---for
33    instance, @samp{xrdb ~/.Xdefaults}.
34    
35    Each line in the file specifies a value for one option or for a    Each line in the file specifies a value for one option or for a
36  collection of related options, for one program or for several programs  collection of related options, for one program or for several programs
# Line 137  Changes take effect immediately if you c Line 140  Changes take effect immediately if you c
140  @appendixsec Table of X Resources for Emacs  @appendixsec Table of X Resources for Emacs
141    
142    This table lists the resource names that designate options for    This table lists the resource names that designate options for
143  Emacs, each with the class that it belongs to:  Emacs, not counting those for the appearance of the menu bar, each
144    with the class that it belongs to:
145    
146  @table @asis  @table @asis
147  @item @code{background} (class @code{Background})  @item @code{background} (class @code{Background})
# Line 193  Width in pixels of the internal border. Line 197  Width in pixels of the internal border.
197  Additional space (@dfn{leading}) between lines, in pixels.  Additional space (@dfn{leading}) between lines, in pixels.
198    
199  @item @code{menuBar} (class @code{MenuBar})  @item @code{menuBar} (class @code{MenuBar})
200  Give frames menu bars if @samp{on}; don't have menu bars if @samp{off}.  Give frames menu bars if @samp{on}; don't have menu bars if
201    @samp{off}.  @xref{Lucid Resources}, and @ref{LessTif Resources}, for
202    how to control the appearance of the menu bar if you have one.
203    
204  @item @code{toolBar} (class @code{ToolBar})  @item @code{toolBar} (class @code{ToolBar})
205  Number of lines to reserve for the tool bar.  A zero value suppresses  Number of lines to reserve for the tool bar.  A zero value suppresses

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26