comparison man/xresources.texi @ 49061:bc9ef65d3429

Move toolBar table entry. Shorten some @cindex entries.
author Richard M. Stallman <rms@gnu.org>
date Mon, 06 Jan 2003 01:03:44 +0000
parents b18665979968
children 2cbb0b823e83
comparison
equal deleted inserted replaced
49060:c396307cb60b 49061:bc9ef65d3429
21 @end menu 21 @end menu
22 22
23 @node Resources 23 @node Resources
24 @appendixsec X Resources 24 @appendixsec X Resources
25 @cindex resources 25 @cindex resources
26 26 @cindex X resources
27 @cindex X resources, @file{~/.Xdefaults} file 27 @cindex @file{~/.Xdefaults} file
28 @cindex X resources, @file{~/.Xresources} file 28 @cindex @file{~/.Xresources} file
29
29 Programs running under the X Window System organize their user 30 Programs running under the X Window System organize their user
30 options under a hierarchy of classes and resources. You can specify 31 options under a hierarchy of classes and resources. You can specify
31 default values for these options in your X resources file, usually 32 default values for these options in your X resources file, usually
32 named @file{~/.Xdefaults} or @file{~/.Xresources}. 33 named @file{~/.Xdefaults} or @file{~/.Xresources}.
33 If changes in @file{~/.Xdefaults} do not 34 If changes in @file{~/.Xdefaults} do not
38 Each line in the file specifies a value for one option or for a 39 Each line in the file specifies a value for one option or for a
39 collection of related options, for one program or for several programs 40 collection of related options, for one program or for several programs
40 (optionally even for all programs). 41 (optionally even for all programs).
41 42
42 @cindex Registry (MS-Windows) 43 @cindex Registry (MS-Windows)
43 @cindex @file{.Xdefaults} file, and MS-Windows
44 MS-Windows systems don't support @file{~/.Xdefaults} files, but 44 MS-Windows systems don't support @file{~/.Xdefaults} files, but
45 Emacs compiled for Windows looks for X resources in the Windows 45 Emacs compiled for Windows looks for X resources in the Windows
46 Registry, under the key @samp{HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs} 46 Registry, under the key @samp{HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs}
47 and then under the key @samp{HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs}. 47 and then under the key @samp{HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs}.
48 48
202 @item @code{menuBar} (class @code{MenuBar}) 202 @item @code{menuBar} (class @code{MenuBar})
203 Give frames menu bars if @samp{on}; don't have menu bars if 203 Give frames menu bars if @samp{on}; don't have menu bars if
204 @samp{off}. @xref{Lucid Resources}, and @ref{LessTif Resources}, for 204 @samp{off}. @xref{Lucid Resources}, and @ref{LessTif Resources}, for
205 how to control the appearance of the menu bar if you have one. 205 how to control the appearance of the menu bar if you have one.
206 206
207 @item @code{minibuffer} (class @code{Minibuffer})
208 If @samp{none}, don't make a minibuffer in this frame.
209 It will use a separate minibuffer frame instead.
210
211 @item @code{paneFont} (class @code{Font})
212 @cindex font for menus
213 Font name for menu pane titles, in non-toolkit versions of Emacs.
214
215 @item @code{pointerColor} (class @code{Foreground})
216 Color of the mouse cursor.
217
218 @item @code{privateColormap} (class @code{PrivateColormap})
219 If @samp{on}, use a private color map, in the case where the ``default
220 visual'' of class PseudoColor and Emacs is using it.
221
222 @item @code{reverseVideo} (class @code{ReverseVideo})
223 Switch foreground and background default colors if @samp{on}, use colors as
224 specified if @samp{off}.
225
226 @item @code{screenGamma} (class @code{ScreenGamma})
227 @cindex gamma correction
228 Gamma correction for colors, equivalent to the frame parameter
229 @code{screen-gamma}.
230
231 @item @code{selectionFont} (class @code{SelectionFont})
232 Font name for pop-up menu items, in non-toolkit versions of Emacs. (For
233 toolkit versions, see @ref{Lucid Resources}, also see @ref{LessTif
234 Resources}.)
235
236 @item @code{selectionTimeout} (class @code{SelectionTimeout})
237 Number of milliseconds to wait for a selection reply.
238 If the selection owner doesn't reply in this time, we give up.
239 A value of 0 means wait as long as necessary.
240
241 @item @code{synchronous} (class @code{Synchronous})
242 @cindex debugging X problems
243 @cindex synchronous X mode
244 Run Emacs in synchronous mode if @samp{on}. Synchronous mode is
245 useful for debugging X problems.
246
247 @item @code{title} (class @code{Title})
248 Name to display in the title bar of the initial Emacs frame.
249
207 @item @code{toolBar} (class @code{ToolBar}) 250 @item @code{toolBar} (class @code{ToolBar})
208 Number of lines to reserve for the tool bar. A zero value suppresses 251 Number of lines to reserve for the tool bar. A zero value suppresses
209 the tool bar. If the value is non-zero and 252 the tool bar. If the value is non-zero and
210 @code{auto-resize-tool-bars} is non-@code{nil}, the tool bar's size 253 @code{auto-resize-tool-bars} is non-@code{nil}, the tool bar's size
211 will be changed automatically so that all tool bar items are visible. 254 will be changed automatically so that all tool bar items are visible.
212
213 @item @code{minibuffer} (class @code{Minibuffer})
214 If @samp{none}, don't make a minibuffer in this frame.
215 It will use a separate minibuffer frame instead.
216
217 @item @code{paneFont} (class @code{Font})
218 @cindex font for menus
219 Font name for menu pane titles, in non-toolkit versions of Emacs.
220
221 @item @code{pointerColor} (class @code{Foreground})
222 Color of the mouse cursor.
223
224 @item @code{privateColormap} (class @code{PrivateColormap})
225 If @samp{on}, use a private color map, in the case where the ``default
226 visual'' of class PseudoColor and Emacs is using it.
227
228 @item @code{reverseVideo} (class @code{ReverseVideo})
229 Switch foreground and background default colors if @samp{on}, use colors as
230 specified if @samp{off}.
231
232 @item @code{screenGamma} (class @code{ScreenGamma})
233 @cindex gamma correction
234 Gamma correction for colors, equivalent to the frame parameter
235 @code{screen-gamma}.
236
237 @item @code{selectionFont} (class @code{SelectionFont})
238 Font name for pop-up menu items, in non-toolkit versions of Emacs. (For
239 toolkit versions, see @ref{Lucid Resources}, also see @ref{LessTif
240 Resources}.)
241
242 @item @code{selectionTimeout} (class @code{SelectionTimeout})
243 Number of milliseconds to wait for a selection reply.
244 If the selection owner doesn't reply in this time, we give up.
245 A value of 0 means wait as long as necessary.
246
247 @item @code{synchronous} (class @code{Synchronous})
248 @cindex debugging X problems
249 @cindex synchronous X mode
250 Run Emacs in synchronous mode if @samp{on}. Synchronous mode is
251 useful for debugging X problems.
252
253 @item @code{title} (class @code{Title})
254 Name to display in the title bar of the initial Emacs frame.
255 255
256 @item @code{verticalScrollBars} (class @code{ScrollBars}) 256 @item @code{verticalScrollBars} (class @code{ScrollBars})
257 Give frames scroll bars if @samp{on}; don't have scroll bars if 257 Give frames scroll bars if @samp{on}; don't have scroll bars if
258 @samp{off}. 258 @samp{off}.
259 @end table 259 @end table