aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-10-28 15:04:57 +0000
committerDave Love2002-10-28 15:04:57 +0000
commit02e740dc0388eb1ed03258d55ab8bde505f3085f (patch)
treec43096d3154ab6326976f2b8b023e30ea82c57ef
parenta3fac65a7898dd17e752f2ae586d29e5b18b97ad (diff)
downloademacs-02e740dc0388eb1ed03258d55ab8bde505f3085f.tar.gz
emacs-02e740dc0388eb1ed03258d55ab8bde505f3085f.zip
(Resources): Mention .Xresources.
(Table of Resources): Uncomment privateColormap. Fix SelectionFont. Add selectionTimeout.
-rw-r--r--man/xresources.texi13
1 files changed, 9 insertions, 4 deletions
diff --git a/man/xresources.texi b/man/xresources.texi
index 54430630702..ce514491d28 100644
--- a/man/xresources.texi
+++ b/man/xresources.texi
@@ -25,10 +25,12 @@ describes the X resources that Emacs recognizes and how to use them.
25@cindex resources 25@cindex resources
26 26
27@cindex X resources, @file{~/.Xdefaults} file 27@cindex X resources, @file{~/.Xdefaults} file
28@cindex X resources, @file{~/.Xresources} file
28 Programs running under the X Window System organize their user 29 Programs running under the X Window System organize their user
29options under a hierarchy of classes and resources. You can specify 30options under a hierarchy of classes and resources. You can specify
30default values for these options in your X resources file, usually 31default values for these options in your X resources file, usually
31named @file{~/.Xdefaults}. If changes in @file{~/.Xdefaults} do not 32named @file{~/.Xdefaults} or @file{~/.Xresources}.
33If changes in @file{~/.Xdefaults} do not
32take effect, it is because your X server stores its own list of 34take effect, it is because your X server stores its own list of
33resources; to update them, use the shell command @command{xrdb}---for 35resources; to update them, use the shell command @command{xrdb}---for
34instance, @samp{xrdb ~/.Xdefaults}. 36instance, @samp{xrdb ~/.Xdefaults}.
@@ -219,11 +221,9 @@ Font name for menu pane titles, in non-toolkit versions of Emacs.
219@item @code{pointerColor} (class @code{Foreground}) 221@item @code{pointerColor} (class @code{Foreground})
220Color of the mouse cursor. 222Color of the mouse cursor.
221 223
222@ignore
223@item @code{privateColormap} (class @code{PrivateColormap}) 224@item @code{privateColormap} (class @code{PrivateColormap})
224If @samp{on}, use a private color map, in the case where the ``default 225If @samp{on}, use a private color map, in the case where the ``default
225visual'' of class PseudoColor and Emacs is using it. 226visual'' of class PseudoColor and Emacs is using it.
226@end ignore
227 227
228@item @code{reverseVideo} (class @code{ReverseVideo}) 228@item @code{reverseVideo} (class @code{ReverseVideo})
229Switch foreground and background default colors if @samp{on}, use colors as 229Switch foreground and background default colors if @samp{on}, use colors as
@@ -234,11 +234,16 @@ specified if @samp{off}.
234Gamma correction for colors, equivalent to the frame parameter 234Gamma correction for colors, equivalent to the frame parameter
235@code{screen-gamma}. 235@code{screen-gamma}.
236 236
237@item @code{selectionFont} (class @code{Font}) 237@item @code{selectionFont} (class @code{SelectionFont})
238Font name for pop-up menu items, in non-toolkit versions of Emacs. (For 238Font name for pop-up menu items, in non-toolkit versions of Emacs. (For
239toolkit versions, see @ref{Lucid Resources}, also see @ref{LessTif 239toolkit versions, see @ref{Lucid Resources}, also see @ref{LessTif
240Resources}.) 240Resources}.)
241 241
242@item @code{selectionTimeout} (class @code{SelectionTimeout})
243Number of milliseconds to wait for a selection reply.
244If the selection owner doesn't reply in this time, we give up.
245A value of 0 means wait as long as necessary.
246
242@item @code{synchronous} (class @code{Synchronous}) 247@item @code{synchronous} (class @code{Synchronous})
243@cindex debugging X problems 248@cindex debugging X problems
244@cindex synchronous X mode 249@cindex synchronous X mode