From d90a6f505d7a7af9b8d99f4d4bd4ebc688b7c0dd Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 21 May 2003 22:14:51 +0000 Subject: [PATCH] useXIM. index entries. --- man/xresources.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) 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. Additional space (@dfn{leading}) between lines, in pixels. @item @code{menuBar} (class @code{MenuBar}) +@cindex menu bar Give frames menu bars if @samp{on}; don't have menu bars if @samp{off}. @xref{Lucid Resources}, and @ref{LessTif Resources}, for how to control the appearance of the menu bar if you have one. @@ -249,11 +250,21 @@ useful for debugging X problems. Name to display in the title bar of the initial Emacs frame. @item @code{toolBar} (class @code{ToolBar}) +@cindex tool bar Number of lines to reserve for the tool bar. A zero value suppresses the tool bar. If the value is non-zero and @code{auto-resize-tool-bars} is non-@code{nil}, the tool bar's size will be changed automatically so that all tool bar items are visible. +@item @code{useXIM} (class @code{UseXIM}) +@cindex XIM +@cindex X input methods +@cindex input methods, X +Turn off use of X input methods (XIM) if @samp{false} or @samp{off}. +This is only relevant if your Emacs is actually built with XIM +support. It is potentially useful to turn off XIM for efficiency, +especially slow X client/server links. + @item @code{verticalScrollBars} (class @code{ScrollBars}) Give frames scroll bars if @samp{on}; don't have scroll bars if @samp{off}. -- 2.39.2