diff options
| author | Dave Love | 2003-05-21 22:14:51 +0000 |
|---|---|---|
| committer | Dave Love | 2003-05-21 22:14:51 +0000 |
| commit | d90a6f505d7a7af9b8d99f4d4bd4ebc688b7c0dd (patch) | |
| tree | 7db57f265da43105ba1814d24a14fcf888a5a51d | |
| parent | 1576f1ad14ae2b894aaf812262ea2320fe1971c6 (diff) | |
| download | emacs-d90a6f505d7a7af9b8d99f4d4bd4ebc688b7c0dd.tar.gz emacs-d90a6f505d7a7af9b8d99f4d4bd4ebc688b7c0dd.zip | |
useXIM. index entries.
| -rw-r--r-- | man/xresources.texi | 11 |
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. | |||
| 201 | Additional space (@dfn{leading}) between lines, in pixels. | 201 | Additional 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 | ||
| 204 | Give frames menu bars if @samp{on}; don't have menu bars if | 205 | Give 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 |
| 206 | how to control the appearance of the menu bar if you have one. | 207 | how to control the appearance of the menu bar if you have one. |
| @@ -249,11 +250,21 @@ useful for debugging X problems. | |||
| 249 | Name to display in the title bar of the initial Emacs frame. | 250 | Name 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 | ||
| 252 | Number of lines to reserve for the tool bar. A zero value suppresses | 254 | Number of lines to reserve for the tool bar. A zero value suppresses |
| 253 | the tool bar. If the value is non-zero and | 255 | the 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 |
| 255 | will be changed automatically so that all tool bar items are visible. | 257 | will 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 | ||
| 263 | Turn off use of X input methods (XIM) if @samp{false} or @samp{off}. | ||
| 264 | This is only relevant if your Emacs is actually built with XIM | ||
| 265 | support. It is potentially useful to turn off XIM for efficiency, | ||
| 266 | especially slow X client/server links. | ||
| 267 | |||
| 257 | @item @code{verticalScrollBars} (class @code{ScrollBars}) | 268 | @item @code{verticalScrollBars} (class @code{ScrollBars}) |
| 258 | Give frames scroll bars if @samp{on}; don't have scroll bars if | 269 | Give frames scroll bars if @samp{on}; don't have scroll bars if |
| 259 | @samp{off}. | 270 | @samp{off}. |