From: Dave Love Date: Sat, 5 Oct 2002 14:37:43 +0000 (+0000) Subject: (Table of Resources): Add useXIM. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~306 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f0d2c359091dc232b7589701221e194b9dc05ed;p=emacs.git (Table of Resources): Add useXIM. --- 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. @item @code{title} (class @code{Title}) Name to display in the title bar of the initial Emacs frame. +@item @code{useXIM} (class @code{UseXIM}) +@cindex XIM +@cindex X input methods +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}.