[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
D.2 Table of X Resources for Emacs
This table lists the resource names that designate options for Emacs, not counting those for the appearance of the menu bar, each with the class that it belongs to:
-
background
(classBackground
) Background color name.
-
bitmapIcon
(classBitmapIcon
) Use a bitmap icon (a picture of a gnu) if ‘on’, let the window manager choose an icon if ‘off’.
-
borderColor
(classBorderColor
) Color name for the external border.
-
borderWidth
(classBorderWidth
) Width in pixels of the external border.
-
cursorColor
(classForeground
) Color name for text cursor (point).
-
cursorBlink
(classCursorBlink
) Specifies whether to make the cursor blink. The default is ‘on’. Use ‘off’ or ‘false’ to turn cursor blinking off.
-
font
(classFont
) Font name (or fontset name, see section Fontsets) for
default
font.-
foreground
(classForeground
) Color name for text.
-
geometry
(classGeometry
) Window size and position. Be careful not to specify this resource as ‘emacs*geometry’, because that may affect individual menus as well as the Emacs frame itself.
If this resource specifies a position, that position applies only to the initial Emacs frame (or, in the case of a resource for a specific frame name, only that frame). However, the size, if specified here, applies to all frames.
-
fullscreen
(classFullscreen
) The desired fullscreen size. The value can be one of
fullboth
,fullwidth
orfullheight
, which correspond to the command-line options ‘-fs’, ‘-fw’, and ‘-fh’ (see section Options for Window Size and Position).Note that this applies to the initial frame only.
-
iconName
(classTitle
) Name to display in the icon.
-
internalBorder
(classBorderWidth
) Width in pixels of the internal border.
-
lineSpacing
(classLineSpacing
) -
Additional space (leading) between lines, in pixels.
-
menuBar
(classMenuBar
) -
Give frames menu bars if ‘on’; don't have menu bars if ‘off’. See section Lucid Menu X Resources, and LessTif Menu X Resources, for how to control the appearance of the menu bar if you have one.
-
minibuffer
(classMinibuffer
) If ‘none’, don't make a minibuffer in this frame. It will use a separate minibuffer frame instead.
-
paneFont
(classFont
) -
Font name for menu pane titles, in non-toolkit versions of Emacs.
-
pointerColor
(classForeground
) Color of the mouse cursor.
-
privateColormap
(classPrivateColormap
) If ‘on’, use a private color map, in the case where the “default visual” of class PseudoColor and Emacs is using it.
-
reverseVideo
(classReverseVideo
) Switch foreground and background default colors if ‘on’, use colors as specified if ‘off’.
-
screenGamma
(classScreenGamma
) -
Gamma correction for colors, equivalent to the frame parameter
screen-gamma
. -
scrollBarWidth
(classScrollBarWidth
) -
The scroll bar width in pixels, equivalent to the frame parameter
scroll-bar-width
. -
selectionFont
(classSelectionFont
) Font name for pop-up menu items, in non-toolkit versions of Emacs. (For toolkit versions, see Lucid Menu X Resources, also see LessTif Menu X Resources.)
-
selectionTimeout
(classSelectionTimeout
) Number of milliseconds to wait for a selection reply. If the selection owner doesn't reply in this time, we give up. A value of 0 means wait as long as necessary.
-
synchronous
(classSynchronous
) -
Run Emacs in synchronous mode if ‘on’. Synchronous mode is useful for debugging X problems.
-
title
(classTitle
) Name to display in the title bar of the initial Emacs frame.
-
toolBar
(classToolBar
) -
Number of lines to reserve for the tool bar. A zero value suppresses the tool bar. If the value is non-zero and
auto-resize-tool-bars
is non-nil
, the tool bar's size will be changed automatically so that all tool bar items are visible. If the value ofauto-resize-tool-bars
isgrow-only
, the tool bar expands automatically, but does not contract automatically. To contract the tool bar, you must redraw the frame by entering C-l. -
useXIM
(classUseXIM
) -
Turn off use of X input methods (XIM) if ‘false’ or ‘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.
-
verticalScrollBars
(classScrollBars
) Give frames scroll bars if ‘on’; don't have scroll bars if ‘off’.
-
visualClass
(classVisualClass
) Specify the “visual” that X should use. This tells X how to handle colors.
The value should start with one of ‘TrueColor’, ‘PseudoColor’, ‘DirectColor’, ‘StaticColor’, ‘GrayScale’, and ‘StaticGray’, followed by ‘-depth’, where depth is the number of color planes. Most terminals only allow a few “visuals,” and the ‘dpyinfo’ program outputs information saying which ones.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |