aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2003-05-21 22:14:51 +0000
committerDave Love2003-05-21 22:14:51 +0000
commitd90a6f505d7a7af9b8d99f4d4bd4ebc688b7c0dd (patch)
tree7db57f265da43105ba1814d24a14fcf888a5a51d
parent1576f1ad14ae2b894aaf812262ea2320fe1971c6 (diff)
downloademacs-d90a6f505d7a7af9b8d99f4d4bd4ebc688b7c0dd.tar.gz
emacs-d90a6f505d7a7af9b8d99f4d4bd4ebc688b7c0dd.zip
useXIM. index entries.
-rw-r--r--man/xresources.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/man/xresources.texi b/man/xresources.texi
index ccdfa847909..f2a5f22ba30 100644
--- a/man/xresources.texi
+++ b/man/xresources.texi
@@ -201,6 +201,7 @@ Width in pixels of the internal border.
201Additional space (@dfn{leading}) between lines, in pixels. 201Additional space (@dfn{leading}) between lines, in pixels.
202 202
203@item @code{menuBar} (class @code{MenuBar}) 203@item @code{menuBar} (class @code{MenuBar})
204@cindex menu bar
204Give frames menu bars if @samp{on}; don't have menu bars if 205Give frames menu bars if @samp{on}; don't have menu bars if
205@samp{off}. @xref{Lucid Resources}, and @ref{LessTif Resources}, for 206@samp{off}. @xref{Lucid Resources}, and @ref{LessTif Resources}, for
206how to control the appearance of the menu bar if you have one. 207how to control the appearance of the menu bar if you have one.
@@ -249,11 +250,21 @@ useful for debugging X problems.
249Name to display in the title bar of the initial Emacs frame. 250Name to display in the title bar of the initial Emacs frame.
250 251
251@item @code{toolBar} (class @code{ToolBar}) 252@item @code{toolBar} (class @code{ToolBar})
253@cindex tool bar
252Number of lines to reserve for the tool bar. A zero value suppresses 254Number of lines to reserve for the tool bar. A zero value suppresses
253the tool bar. If the value is non-zero and 255the tool bar. If the value is non-zero and
254@code{auto-resize-tool-bars} is non-@code{nil}, the tool bar's size 256@code{auto-resize-tool-bars} is non-@code{nil}, the tool bar's size
255will be changed automatically so that all tool bar items are visible. 257will be changed automatically so that all tool bar items are visible.
256 258
259@item @code{useXIM} (class @code{UseXIM})
260@cindex XIM
261@cindex X input methods
262@cindex input methods, X
263Turn off use of X input methods (XIM) if @samp{false} or @samp{off}.
264This is only relevant if your Emacs is actually built with XIM
265support. It is potentially useful to turn off XIM for efficiency,
266especially slow X client/server links.
267
257@item @code{verticalScrollBars} (class @code{ScrollBars}) 268@item @code{verticalScrollBars} (class @code{ScrollBars})
258Give frames scroll bars if @samp{on}; don't have scroll bars if 269Give frames scroll bars if @samp{on}; don't have scroll bars if
259@samp{off}. 270@samp{off}.