abbrev-mode | Non-nil if Abbrev mode is enabled. |
after-change-functions | List of functions to call after each text change. |
auto-fill-function | Function called (if non-nil) to perform auto-fill. |
before-change-functions | List of functions to call before each text change. |
bidi-display-reordering | Non-nil means reorder bidirectional text for display in the visual order. |
bidi-paragraph-direction | If non-nil, forces directionality of text paragraphs in the buffer. |
bidi-paragraph-separate-re | If non-nil, a regexp matching a line that separates paragraphs. |
bidi-paragraph-start-re | If non-nil, a regexp matching a line that starts OR separates paragraphs. |
buffer-auto-save-file-format | Format in which to write auto-save files. |
buffer-auto-save-file-name | Name of file for auto-saving current buffer. |
buffer-backed-up | Non-nil if this buffer’s file has been backed up. |
buffer-display-count | A number incremented each time this buffer is displayed in a window. |
buffer-display-table | Display table that controls display of the contents of current buffer. |
buffer-display-time | Time stamp updated each time this buffer is displayed in a window. |
buffer-file-coding-system | Coding system to be used for encoding the buffer contents on saving. |
buffer-file-format | List of formats to use when saving this buffer. |
buffer-file-name | Name of file visited in current buffer, or nil if not visiting a file. |
buffer-file-truename | Abbreviated truename of file visited in current buffer, or nil if none. |
buffer-invisibility-spec | Invisibility spec of this buffer. |
buffer-list-update-hook | Hook run when the buffer list changes. |
buffer-read-only | Non-nil if this buffer is read-only. |
buffer-saved-size | Length of current buffer when last read in, saved or auto-saved. |
buffer-undo-list | List of undo entries in current buffer. |
cache-long-scans | Non-nil means that Emacs should use caches in attempt to speedup buffer scans. |
case-fold-search | Non-nil if searches and matches should ignore case. |
change-major-mode-hook | Normal hook run before changing the major mode of a buffer. |
ctl-arrow | Non-nil means display control chars with uparrow ‘^’. |
cursor-in-non-selected-windows | Non-nil means show a cursor in non-selected windows. |
cursor-type | Cursor to use when this buffer is in the selected window. |
default-directory | Name of default directory of current buffer. |
delete-auto-save-files | Non-nil means delete auto-save file when a buffer is saved. |
enable-multibyte-characters | Non-nil means the buffer contents are regarded as multi-byte characters. |
fill-column | Column beyond which automatic line-wrapping should happen. |
first-change-hook | A list of functions to call before changing a buffer which is unmodified. |
fringe-cursor-alist | Mapping from logical to physical fringe cursor bitmaps. |
fringe-indicator-alist | Mapping from logical to physical fringe indicator bitmaps. |
fringes-outside-margins | Non-nil means to display fringes outside display margins. |
header-line-format | Analogous to ‘mode-line-format’, but controls the header line. |
horizontal-scroll-bar | Position of this buffer’s horizontal scroll bar. |
indicate-buffer-boundaries | Visually indicate buffer boundaries and scrolling. |
indicate-empty-lines | Visually indicate unused ("empty") screen lines after the buffer end. |
inhibit-read-only | Non-nil means disregard read-only status of buffers or characters. |
kill-buffer-delete-auto-save-files | If non-nil, offer to delete any autosave file when killing a buffer. |
kill-buffer-query-functions | List of functions called with no args to query before killing a buffer. |
left-fringe-width | Width of this buffer’s left fringe (in pixels). |
left-margin | Column for the default ‘indent-line-function’ to indent to. |
left-margin-width | Width in columns of left marginal area for display of a buffer. |
line-spacing | Additional space to put between lines when displaying a buffer. |
local-abbrev-table | Local (mode-specific) abbrev table of current buffer. |
local-minor-modes | Minor modes currently active in the current buffer. |
major-mode | Symbol for current buffer’s major mode. |
mark-active | Non-nil means the mark and region are currently active in this buffer. |
mode-line-format | Template for displaying mode line for a window’s buffer. |
mode-name | Pretty name of current buffer’s major mode. |
overwrite-mode | Non-nil if self-insertion should replace existing text. |
point-before-scroll | Value of point before the last series of scroll operations, or nil. |
right-fringe-width | Width of this buffer’s right fringe (in pixels). |
right-margin-width | Width in columns of right marginal area for display of a buffer. |
scroll-bar-height | Height of this buffer’s horizontal scroll bars in pixels. |
scroll-bar-width | Width of this buffer’s vertical scroll bars in pixels. |
scroll-down-aggressively | How far to scroll windows downward. |
scroll-up-aggressively | How far to scroll windows upward. |
selective-display | Non-nil enables selective display. |
selective-display-ellipses | Non-nil means display ... on previous line when a line is invisible. |
tab-line-format | Analogous to ‘mode-line-format’, but controls the tab line. |
tab-width | Distance between tab stops (for display of tab characters), in columns. |
transient-mark-mode | Non-nil if Transient Mark mode is enabled. |
truncate-lines | Non-nil means do not display continuation lines. |
vertical-scroll-bar | Position of this buffer’s vertical scroll bar. |
word-wrap | Non-nil means to use word-wrapping for continuation lines. |