diff options
| author | Dave Love | 2002-10-05 14:37:43 +0000 |
|---|---|---|
| committer | Dave Love | 2002-10-05 14:37:43 +0000 |
| commit | 2f0d2c359091dc232b7589701221e194b9dc05ed (patch) | |
| tree | 05bb9a82fe178489d525da5aa4c1e0d29c1ea6cc | |
| parent | 8a020f4c18bc4ba41690df921c77640395ed69a9 (diff) | |
| download | emacs-2f0d2c359091dc232b7589701221e194b9dc05ed.tar.gz emacs-2f0d2c359091dc232b7589701221e194b9dc05ed.zip | |
(Table of Resources): Add useXIM.
| -rw-r--r-- | man/xresources.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/xresources.texi b/man/xresources.texi index f2bc93dc1d6..726125ec0b3 100644 --- a/man/xresources.texi +++ b/man/xresources.texi | |||
| @@ -247,6 +247,14 @@ useful for debugging X problems. | |||
| 247 | @item @code{title} (class @code{Title}) | 247 | @item @code{title} (class @code{Title}) |
| 248 | Name to display in the title bar of the initial Emacs frame. | 248 | Name to display in the title bar of the initial Emacs frame. |
| 249 | 249 | ||
| 250 | @item @code{useXIM} (class @code{UseXIM}) | ||
| 251 | @cindex XIM | ||
| 252 | @cindex X input methods | ||
| 253 | Turn off use of X input methods (XIM) if @samp{false} or @samp{off}. | ||
| 254 | This is only relevant if your Emacs is actually built with XIM | ||
| 255 | support. It is potentially useful to turn off XIM for efficiency, | ||
| 256 | especially slow X client/server links. | ||
| 257 | |||
| 250 | @item @code{verticalScrollBars} (class @code{ScrollBars}) | 258 | @item @code{verticalScrollBars} (class @code{ScrollBars}) |
| 251 | Give frames scroll bars if @samp{on}; don't have scroll bars if | 259 | Give frames scroll bars if @samp{on}; don't have scroll bars if |
| 252 | @samp{off}. | 260 | @samp{off}. |