diff options
| author | Dave Love | 2002-10-28 15:04:57 +0000 |
|---|---|---|
| committer | Dave Love | 2002-10-28 15:04:57 +0000 |
| commit | 02e740dc0388eb1ed03258d55ab8bde505f3085f (patch) | |
| tree | c43096d3154ab6326976f2b8b023e30ea82c57ef | |
| parent | a3fac65a7898dd17e752f2ae586d29e5b18b97ad (diff) | |
| download | emacs-02e740dc0388eb1ed03258d55ab8bde505f3085f.tar.gz emacs-02e740dc0388eb1ed03258d55ab8bde505f3085f.zip | |
(Resources): Mention .Xresources.
(Table of Resources): Uncomment privateColormap. Fix
SelectionFont. Add selectionTimeout.
| -rw-r--r-- | man/xresources.texi | 13 |
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 |
| 29 | options under a hierarchy of classes and resources. You can specify | 30 | options under a hierarchy of classes and resources. You can specify |
| 30 | default values for these options in your X resources file, usually | 31 | default values for these options in your X resources file, usually |
| 31 | named @file{~/.Xdefaults}. If changes in @file{~/.Xdefaults} do not | 32 | named @file{~/.Xdefaults} or @file{~/.Xresources}. |
| 33 | If changes in @file{~/.Xdefaults} do not | ||
| 32 | take effect, it is because your X server stores its own list of | 34 | take effect, it is because your X server stores its own list of |
| 33 | resources; to update them, use the shell command @command{xrdb}---for | 35 | resources; to update them, use the shell command @command{xrdb}---for |
| 34 | instance, @samp{xrdb ~/.Xdefaults}. | 36 | instance, @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}) |
| 220 | Color of the mouse cursor. | 222 | Color of the mouse cursor. |
| 221 | 223 | ||
| 222 | @ignore | ||
| 223 | @item @code{privateColormap} (class @code{PrivateColormap}) | 224 | @item @code{privateColormap} (class @code{PrivateColormap}) |
| 224 | If @samp{on}, use a private color map, in the case where the ``default | 225 | If @samp{on}, use a private color map, in the case where the ``default |
| 225 | visual'' of class PseudoColor and Emacs is using it. | 226 | visual'' 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}) |
| 229 | Switch foreground and background default colors if @samp{on}, use colors as | 229 | Switch foreground and background default colors if @samp{on}, use colors as |
| @@ -234,11 +234,16 @@ specified if @samp{off}. | |||
| 234 | Gamma correction for colors, equivalent to the frame parameter | 234 | Gamma 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}) |
| 238 | Font name for pop-up menu items, in non-toolkit versions of Emacs. (For | 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 | 239 | toolkit versions, see @ref{Lucid Resources}, also see @ref{LessTif |
| 240 | Resources}.) | 240 | Resources}.) |
| 241 | 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 | |||
| 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 |