1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
emacs/lispref/locals.texi

177 lines
3.3 KiB
Plaintext
Raw Normal View History

1994-04-24 21:32:06 +00:00
@c -*-texinfo-*-
@c This is part of the GNU Emacs Lisp Reference Manual.
2003-02-04 14:56:31 +00:00
@c Copyright (C) 1990, 1991, 1992, 1993, 1999 Free Software Foundation, Inc.
1994-04-24 21:32:06 +00:00
@c See the file elisp.texi for copying conditions.
@setfilename ../info/locals
@node Standard Buffer-Local Variables, Standard Keymaps, Standard Errors, Top
@appendix Buffer-Local Variables
@c The title "Standard Buffer-Local Variables" is too long for
@c smallbook. --rjc 30mar92
1998-04-20 17:43:57 +00:00
The table below lists the general-purpose Emacs variables that
automatically become buffer-local in each buffer. Most become
buffer-local only when set; a few of them are always local in every
buffer. Many Lisp packages define such variables for their internal
use, but we don't try to list them all here.
1994-04-24 21:32:06 +00:00
@table @code
@item abbrev-mode
1998-04-20 17:43:57 +00:00
@xref{Abbrevs}.
1994-04-24 21:32:06 +00:00
@item auto-fill-function
1998-04-20 17:43:57 +00:00
@xref{Auto Filling}.
1994-04-24 21:32:06 +00:00
@item buffer-auto-save-file-name
1998-04-20 17:43:57 +00:00
@xref{Auto-Saving}.
1994-04-24 21:32:06 +00:00
@item buffer-backed-up
1998-04-20 17:43:57 +00:00
@xref{Backup Files}.
@item buffer-display-count
@xref{Displaying Buffers}.
1994-04-24 21:32:06 +00:00
@item buffer-display-table
1998-04-20 17:43:57 +00:00
@xref{Display Tables}.
1994-04-24 21:32:06 +00:00
1999-11-14 12:51:38 +00:00
@item buffer-file-coding-system
@xref{Encoding and I/O}.
1995-06-06 19:21:15 +00:00
@item buffer-file-format
1998-04-20 17:43:57 +00:00
@xref{Format Conversion}.
1995-06-06 19:21:15 +00:00
1994-04-24 21:32:06 +00:00
@item buffer-file-name
1998-04-20 17:43:57 +00:00
@xref{Buffer File Name}.
1994-04-24 21:32:06 +00:00
@item buffer-file-number
1998-04-20 17:43:57 +00:00
@xref{Buffer File Name}.
1994-04-24 21:32:06 +00:00
@item buffer-file-truename
1998-04-20 17:43:57 +00:00
@xref{Buffer File Name}.
1994-04-24 21:32:06 +00:00
@item buffer-file-type
1998-04-20 17:43:57 +00:00
@xref{MS-DOS File Types}.
1994-04-24 21:32:06 +00:00
1995-06-06 19:21:15 +00:00
@item buffer-invisibility-spec
1998-04-20 17:43:57 +00:00
@xref{Invisible Text}.
1995-06-06 19:21:15 +00:00
1994-04-24 21:32:06 +00:00
@item buffer-offer-save
1998-04-20 17:43:57 +00:00
@xref{Saving Buffers}.
1994-04-24 21:32:06 +00:00
@item buffer-read-only
1998-04-20 17:43:57 +00:00
@xref{Read Only Buffers}.
1994-04-24 21:32:06 +00:00
@item buffer-saved-size
1998-04-20 17:43:57 +00:00
@xref{Point}.
1994-04-24 21:32:06 +00:00
@item buffer-undo-list
1998-04-20 17:43:57 +00:00
@xref{Undo}.
1994-04-24 21:32:06 +00:00
1994-10-08 22:06:23 +00:00
@item cache-long-line-scans
1998-04-20 17:43:57 +00:00
@xref{Text Lines}.
1994-10-08 22:06:23 +00:00
1994-04-24 21:32:06 +00:00
@item case-fold-search
1998-04-20 17:43:57 +00:00
@xref{Searching and Case}.
1994-04-24 21:32:06 +00:00
@item ctl-arrow
1998-04-20 17:43:57 +00:00
@xref{Usual Display}.
1994-04-24 21:32:06 +00:00
@item comment-column
1998-04-20 17:43:57 +00:00
@xref{Comments,,, emacs, The GNU Emacs Manual}.
1994-04-24 21:32:06 +00:00
@item default-directory
1998-04-20 17:43:57 +00:00
@xref{System Environment}.
1994-04-24 21:32:06 +00:00
@item defun-prompt-regexp
1998-04-20 17:43:57 +00:00
@xref{List Motion}.
@item enable-multibyte-characters
@ref{Non-ASCII Characters}.
1994-04-24 21:32:06 +00:00
@item fill-column
1998-04-20 17:43:57 +00:00
@xref{Auto Filling}.
1994-04-24 21:32:06 +00:00
@item goal-column
1998-04-20 17:43:57 +00:00
@xref{Moving Point,,, emacs, The GNU Emacs Manual}.
1994-04-24 21:32:06 +00:00
1999-11-14 12:51:38 +00:00
@item header-line-format
@xref{Mode Line Data}.
@item indicate-empty-lines
@xref{Usual Display}.
1994-04-24 21:32:06 +00:00
@item left-margin
1998-04-20 17:43:57 +00:00
@xref{Indentation}.
1994-04-24 21:32:06 +00:00
1999-11-14 12:51:38 +00:00
@item left-margin-width
@xref{Display Margins}.
1994-04-24 21:32:06 +00:00
@item local-abbrev-table
1998-04-20 17:43:57 +00:00
@xref{Abbrevs}.
1994-04-24 21:32:06 +00:00
@item major-mode
1998-04-20 17:43:57 +00:00
@xref{Mode Help}.
1994-04-24 21:32:06 +00:00
@item mark-active
1998-04-20 17:43:57 +00:00
@xref{The Mark}.
1994-04-24 21:32:06 +00:00
@item mark-ring
1998-04-20 17:43:57 +00:00
@xref{The Mark}.
1994-04-24 21:32:06 +00:00
@item minor-modes
1998-04-20 17:43:57 +00:00
@xref{Minor Modes}.
1994-04-24 21:32:06 +00:00
@item mode-line-buffer-identification
1998-04-20 17:43:57 +00:00
@xref{Mode Line Variables}.
1994-04-24 21:32:06 +00:00
@item mode-line-format
1998-04-20 17:43:57 +00:00
@xref{Mode Line Data}.
1994-04-24 21:32:06 +00:00
@item mode-line-modified
1998-04-20 17:43:57 +00:00
@xref{Mode Line Variables}.
1994-04-24 21:32:06 +00:00
@item mode-line-process
1998-04-20 17:43:57 +00:00
@xref{Mode Line Variables}.
1994-04-24 21:32:06 +00:00
@item mode-name
1998-04-20 17:43:57 +00:00
@xref{Mode Line Variables}.
1994-04-24 21:32:06 +00:00
@item overwrite-mode
1998-04-20 17:43:57 +00:00
@xref{Insertion}.
1994-04-24 21:32:06 +00:00
@item paragraph-separate
1998-04-20 17:43:57 +00:00
@xref{Standard Regexps}.
1994-04-24 21:32:06 +00:00
@item paragraph-start
1998-04-20 17:43:57 +00:00
@xref{Standard Regexps}.
1994-04-24 21:32:06 +00:00
1995-06-06 19:21:15 +00:00
@item point-before-scroll
1999-12-03 19:11:12 +00:00
Used for communication between mouse commands and scroll-bar commands.
1995-06-06 19:21:15 +00:00
1994-04-24 21:32:06 +00:00
@item require-final-newline
1998-04-20 17:43:57 +00:00
@xref{Insertion}.
1994-04-24 21:32:06 +00:00
1999-11-14 12:51:38 +00:00
@item right-margin-width
@xref{Display Margins}.
@item scroll-down-aggressively
@xref{Textual Scrolling}.
@item scroll-up-aggressively
@xref{Textual Scrolling}.
1994-04-24 21:32:06 +00:00
@item selective-display
1998-04-20 17:43:57 +00:00
@xref{Selective Display}.
1994-04-24 21:32:06 +00:00
@item selective-display-ellipses
1998-04-20 17:43:57 +00:00
@xref{Selective Display}.
1994-04-24 21:32:06 +00:00
@item tab-width
1998-04-20 17:43:57 +00:00
@xref{Usual Display}.
1994-04-24 21:32:06 +00:00
@item truncate-lines
1998-04-20 17:43:57 +00:00
@xref{Truncation}.
1994-04-24 21:32:06 +00:00
@item vc-mode
1998-04-20 17:43:57 +00:00
@xref{Mode Line Variables}.
1994-04-24 21:32:06 +00:00
@end table