1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
emacs/lispref/locals.texi

232 lines
4.4 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.
2005-08-10 14:29:01 +00:00
@c Copyright (C) 1990, 1991, 1992, 1993, 1999, 2002, 2003, 2004,
2006-02-06 12:31:40 +00:00
@c 2005, 2006 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
@cindex buffer-local variables, general-purpose
1994-04-24 21:32:06 +00:00
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
Each minor modes defines a buffer-local variable named
@samp{@var{modename}-mode}. @xref{Minor Mode Conventions}. Minor
mode variables will not be listed here.
1994-04-24 21:32:06 +00:00
@table @code
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-format
@xref{Format Conversion}.
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
@xref{Making Backups}.
1998-04-20 17:43:57 +00:00
@item buffer-display-count
@xref{Buffers and Windows}.
1994-04-24 21:32:06 +00:00
@item buffer-display-table
@xref{Active Display Table}.
1994-04-24 21:32:06 +00:00
@item buffer-display-time
@xref{Buffers and Windows}.
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
@xref{Killing Buffers}.
1994-04-24 21:32:06 +00:00
@item buffer-save-without-query
@xref{Killing 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
@xref{Auto-Saving}.
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
@xref{Truncation}.
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 cursor-type
@xref{Cursor Parameters}.
@item cursor-in-non-selected-windows
@xref{Basic Windows}.
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
@xref{File Name Expansion}.
1994-04-24 21:32:06 +00:00
@item defun-prompt-regexp
1998-04-20 17:43:57 +00:00
@xref{List Motion}.
2004-05-07 18:02:50 +00:00
@item desktop-save-buffer
@xref{Desktop Save Mode}.
@ignore
@item direction-reversed
Does not work yet.
@end ignore
1998-04-20 17:43:57 +00:00
@item enable-multibyte-characters
@ref{Text Representations}.
1994-04-24 21:32:06 +00:00
@item fill-column
@xref{Margins}.
1994-04-24 21:32:06 +00:00
@item fill-prefix
@xref{Margins}.
@item font-lock-defaults
@xref{Font Lock Basics}.
@item fringe-cursor-alist
@xref{Fringe Cursors}.
@item fringe-indicator-alist
@xref{Fringe Indicators}.
@item fringes-outside-margins
@xref{Fringes}.
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{Header Lines}.
1999-11-14 12:51:38 +00:00
@item indicate-buffer-boundaries
@xref{Usual Display}.
1999-11-14 12:51:38 +00:00
@item indicate-empty-lines
@xref{Usual Display}.
@item left-fringe-width
@xref{Fringe Size/Pos}.
1994-04-24 21:32:06 +00:00
@item left-margin
@xref{Margins}.
1994-04-24 21:32:06 +00:00
1999-11-14 12:51:38 +00:00
@item left-margin-width
@xref{Display Margins}.
@item line-spacing
@xref{Line Height}.
1994-04-24 21:32:06 +00:00
@item local-abbrev-table
@xref{Standard Abbrev Tables}.
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 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
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
@item right-fringe-width
@xref{Fringe Size/Pos}.
1999-11-14 12:51:38 +00:00
@item right-margin-width
@xref{Display Margins}.
@item save-buffer-coding-system
@xref{Encoding and I/O}.
@item scroll-bar-width
@xref{Scroll Bars}.
1999-11-14 12:51:38 +00:00
@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 vertical-scroll-bar
@xref{Scroll Bars}.
@item window-size-fixed
@xref{Resizing Windows}.
@item write-contents-functions
@xref{Saving Buffers}.
1994-04-24 21:32:06 +00:00
@end table
2003-09-01 15:45:59 +00:00
2003-09-01 15:45:59 +00:00
@ignore
arch-tag: 6baae835-b667-4447-91e2-9829ae1cf543
@end ignore