Next: Face Resources, Previous: Resources, Up: X Resources
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 (class Background)bitmapIcon (class BitmapIcon)borderColor (class BorderColor)borderWidth (class BorderWidth)cursorColor (class Foreground)cursorBlink (class CursorBlink)font (class Font)default font.
foreground (class Foreground)geometry (class Geometry)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 (class Fullscreen)fullboth,
fullwidth or fullheight, which correspond to
the command-line options `-fs', `-fw', and `-fh'
(see Window Size X).
Note that this applies to the initial frame only.
iconName (class Title)internalBorder (class BorderWidth)lineSpacing (class LineSpacing)menuBar (class MenuBar)minibuffer (class Minibuffer)paneFont (class Font)pointerColor (class Foreground)privateColormap (class PrivateColormap)reverseVideo (class ReverseVideo)screenGamma (class ScreenGamma)screen-gamma.
scrollBarWidth (class ScrollBarWidth)scroll-bar-width.
selectionFont (class SelectionFont)selectionTimeout (class SelectionTimeout)synchronous (class Synchronous)title (class Title)toolBar (class ToolBar)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 of auto-resize-tool-bars is grow-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 (class UseXIM)verticalScrollBars (class ScrollBars)visualClass (class VisualClass)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.