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
|
2006-06-30 12:32:16 +00:00
|
|
|
@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
|
|
|
|
2005-09-08 Chong Yidong <cyd@stupidchicken.com>
* locals.texi (Standard Buffer-Local Variables): Don't include
mode variables for minor modes.
Fix xrefs for buffer-display-count, buffer-display-table,
buffer-offer-save, buffer-saved-size, cache-long-line-scans,
enable-multibyte-characters, fill-column, header-line-format,
left-fringe-width, left-margin, and right-fringe-width.
* hooks.texi (Standard Hooks): All hooks should conform to the
standard naming convention now.
Fix xref for `echo-area-clear-hook'.
* display.texi (Usual Display): Note that indicate-empty-lines and
tab-width are buffer-local.
* files.texi (Saving Buffers): Add xref to `Killing Buffers'.
* modes.texi (Mode Help): Note that major-mode is buffer-local.
* nonascii.texi (Encoding and I/O): Note that
buffer-file-coding-system is buffer-local.
* positions.texi (List Motion): Note that defun-prompt-regexp is
buffer-local.
* text.texi (Auto Filling): Note that auto-fill-function is
buffer-local.
(Undo): Note that buffer-undo-list is buffer-local.
* windows.texi (Buffers and Windows): Document
buffer-display-count.
2005-09-08 22:00:58 +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
|
|
|
|
2005-09-08 Chong Yidong <cyd@stupidchicken.com>
* locals.texi (Standard Buffer-Local Variables): Don't include
mode variables for minor modes.
Fix xrefs for buffer-display-count, buffer-display-table,
buffer-offer-save, buffer-saved-size, cache-long-line-scans,
enable-multibyte-characters, fill-column, header-line-format,
left-fringe-width, left-margin, and right-fringe-width.
* hooks.texi (Standard Hooks): All hooks should conform to the
standard naming convention now.
Fix xref for `echo-area-clear-hook'.
* display.texi (Usual Display): Note that indicate-empty-lines and
tab-width are buffer-local.
* files.texi (Saving Buffers): Add xref to `Killing Buffers'.
* modes.texi (Mode Help): Note that major-mode is buffer-local.
* nonascii.texi (Encoding and I/O): Note that
buffer-file-coding-system is buffer-local.
* positions.texi (List Motion): Note that defun-prompt-regexp is
buffer-local.
* text.texi (Auto Filling): Note that auto-fill-function is
buffer-local.
(Undo): Note that buffer-undo-list is buffer-local.
* windows.texi (Buffers and Windows): Document
buffer-display-count.
2005-09-08 22:00:58 +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
|
|
|
|
2004-09-08 03:07:42 +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
|
2005-09-08 Chong Yidong <cyd@stupidchicken.com>
* locals.texi (Standard Buffer-Local Variables): Don't include
mode variables for minor modes.
Fix xrefs for buffer-display-count, buffer-display-table,
buffer-offer-save, buffer-saved-size, cache-long-line-scans,
enable-multibyte-characters, fill-column, header-line-format,
left-fringe-width, left-margin, and right-fringe-width.
* hooks.texi (Standard Hooks): All hooks should conform to the
standard naming convention now.
Fix xref for `echo-area-clear-hook'.
* display.texi (Usual Display): Note that indicate-empty-lines and
tab-width are buffer-local.
* files.texi (Saving Buffers): Add xref to `Killing Buffers'.
* modes.texi (Mode Help): Note that major-mode is buffer-local.
* nonascii.texi (Encoding and I/O): Note that
buffer-file-coding-system is buffer-local.
* positions.texi (List Motion): Note that defun-prompt-regexp is
buffer-local.
* text.texi (Auto Filling): Note that auto-fill-function is
buffer-local.
(Undo): Note that buffer-undo-list is buffer-local.
* windows.texi (Buffers and Windows): Document
buffer-display-count.
2005-09-08 22:00:58 +00:00
|
|
|
@xref{Making Backups}.
|
1998-04-20 17:43:57 +00:00
|
|
|
|
|
|
|
@item buffer-display-count
|
2005-09-08 Chong Yidong <cyd@stupidchicken.com>
* locals.texi (Standard Buffer-Local Variables): Don't include
mode variables for minor modes.
Fix xrefs for buffer-display-count, buffer-display-table,
buffer-offer-save, buffer-saved-size, cache-long-line-scans,
enable-multibyte-characters, fill-column, header-line-format,
left-fringe-width, left-margin, and right-fringe-width.
* hooks.texi (Standard Hooks): All hooks should conform to the
standard naming convention now.
Fix xref for `echo-area-clear-hook'.
* display.texi (Usual Display): Note that indicate-empty-lines and
tab-width are buffer-local.
* files.texi (Saving Buffers): Add xref to `Killing Buffers'.
* modes.texi (Mode Help): Note that major-mode is buffer-local.
* nonascii.texi (Encoding and I/O): Note that
buffer-file-coding-system is buffer-local.
* positions.texi (List Motion): Note that defun-prompt-regexp is
buffer-local.
* text.texi (Auto Filling): Note that auto-fill-function is
buffer-local.
(Undo): Note that buffer-undo-list is buffer-local.
* windows.texi (Buffers and Windows): Document
buffer-display-count.
2005-09-08 22:00:58 +00:00
|
|
|
@xref{Buffers and Windows}.
|
1994-04-24 21:32:06 +00:00
|
|
|
|
|
|
|
@item buffer-display-table
|
2005-09-08 Chong Yidong <cyd@stupidchicken.com>
* locals.texi (Standard Buffer-Local Variables): Don't include
mode variables for minor modes.
Fix xrefs for buffer-display-count, buffer-display-table,
buffer-offer-save, buffer-saved-size, cache-long-line-scans,
enable-multibyte-characters, fill-column, header-line-format,
left-fringe-width, left-margin, and right-fringe-width.
* hooks.texi (Standard Hooks): All hooks should conform to the
standard naming convention now.
Fix xref for `echo-area-clear-hook'.
* display.texi (Usual Display): Note that indicate-empty-lines and
tab-width are buffer-local.
* files.texi (Saving Buffers): Add xref to `Killing Buffers'.
* modes.texi (Mode Help): Note that major-mode is buffer-local.
* nonascii.texi (Encoding and I/O): Note that
buffer-file-coding-system is buffer-local.
* positions.texi (List Motion): Note that defun-prompt-regexp is
buffer-local.
* text.texi (Auto Filling): Note that auto-fill-function is
buffer-local.
(Undo): Note that buffer-undo-list is buffer-local.
* windows.texi (Buffers and Windows): Document
buffer-display-count.
2005-09-08 22:00:58 +00:00
|
|
|
@xref{Active Display Table}.
|
1994-04-24 21:32:06 +00:00
|
|
|
|
2004-11-25 03:13:50 +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
|
2005-09-08 Chong Yidong <cyd@stupidchicken.com>
* locals.texi (Standard Buffer-Local Variables): Don't include
mode variables for minor modes.
Fix xrefs for buffer-display-count, buffer-display-table,
buffer-offer-save, buffer-saved-size, cache-long-line-scans,
enable-multibyte-characters, fill-column, header-line-format,
left-fringe-width, left-margin, and right-fringe-width.
* hooks.texi (Standard Hooks): All hooks should conform to the
standard naming convention now.
Fix xref for `echo-area-clear-hook'.
* display.texi (Usual Display): Note that indicate-empty-lines and
tab-width are buffer-local.
* files.texi (Saving Buffers): Add xref to `Killing Buffers'.
* modes.texi (Mode Help): Note that major-mode is buffer-local.
* nonascii.texi (Encoding and I/O): Note that
buffer-file-coding-system is buffer-local.
* positions.texi (List Motion): Note that defun-prompt-regexp is
buffer-local.
* text.texi (Auto Filling): Note that auto-fill-function is
buffer-local.
(Undo): Note that buffer-undo-list is buffer-local.
* windows.texi (Buffers and Windows): Document
buffer-display-count.
2005-09-08 22:00:58 +00:00
|
|
|
@xref{Killing Buffers}.
|
1994-04-24 21:32:06 +00:00
|
|
|
|
2006-06-30 12:32:16 +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
|
2005-09-08 Chong Yidong <cyd@stupidchicken.com>
* locals.texi (Standard Buffer-Local Variables): Don't include
mode variables for minor modes.
Fix xrefs for buffer-display-count, buffer-display-table,
buffer-offer-save, buffer-saved-size, cache-long-line-scans,
enable-multibyte-characters, fill-column, header-line-format,
left-fringe-width, left-margin, and right-fringe-width.
* hooks.texi (Standard Hooks): All hooks should conform to the
standard naming convention now.
Fix xref for `echo-area-clear-hook'.
* display.texi (Usual Display): Note that indicate-empty-lines and
tab-width are buffer-local.
* files.texi (Saving Buffers): Add xref to `Killing Buffers'.
* modes.texi (Mode Help): Note that major-mode is buffer-local.
* nonascii.texi (Encoding and I/O): Note that
buffer-file-coding-system is buffer-local.
* positions.texi (List Motion): Note that defun-prompt-regexp is
buffer-local.
* text.texi (Auto Filling): Note that auto-fill-function is
buffer-local.
(Undo): Note that buffer-undo-list is buffer-local.
* windows.texi (Buffers and Windows): Document
buffer-display-count.
2005-09-08 22:00:58 +00:00
|
|
|
@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
|
2005-09-08 Chong Yidong <cyd@stupidchicken.com>
* locals.texi (Standard Buffer-Local Variables): Don't include
mode variables for minor modes.
Fix xrefs for buffer-display-count, buffer-display-table,
buffer-offer-save, buffer-saved-size, cache-long-line-scans,
enable-multibyte-characters, fill-column, header-line-format,
left-fringe-width, left-margin, and right-fringe-width.
* hooks.texi (Standard Hooks): All hooks should conform to the
standard naming convention now.
Fix xref for `echo-area-clear-hook'.
* display.texi (Usual Display): Note that indicate-empty-lines and
tab-width are buffer-local.
* files.texi (Saving Buffers): Add xref to `Killing Buffers'.
* modes.texi (Mode Help): Note that major-mode is buffer-local.
* nonascii.texi (Encoding and I/O): Note that
buffer-file-coding-system is buffer-local.
* positions.texi (List Motion): Note that defun-prompt-regexp is
buffer-local.
* text.texi (Auto Filling): Note that auto-fill-function is
buffer-local.
(Undo): Note that buffer-undo-list is buffer-local.
* windows.texi (Buffers and Windows): Document
buffer-display-count.
2005-09-08 22:00:58 +00:00
|
|
|
@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
|
|
|
|
2004-11-25 03:13:50 +00:00
|
|
|
@item cursor-type
|
2005-08-09 23:31:11 +00:00
|
|
|
@xref{Cursor Parameters}.
|
2004-11-25 03:13:50 +00:00
|
|
|
|
2006-06-30 12:32:16 +00:00
|
|
|
@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
|
2004-02-18 04:56:00 +00:00
|
|
|
@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}.
|
|
|
|
|
2004-11-25 03:13:50 +00:00
|
|
|
@ignore
|
|
|
|
@item direction-reversed
|
|
|
|
Does not work yet.
|
|
|
|
@end ignore
|
|
|
|
|
1998-04-20 17:43:57 +00:00
|
|
|
@item enable-multibyte-characters
|
2005-09-08 Chong Yidong <cyd@stupidchicken.com>
* locals.texi (Standard Buffer-Local Variables): Don't include
mode variables for minor modes.
Fix xrefs for buffer-display-count, buffer-display-table,
buffer-offer-save, buffer-saved-size, cache-long-line-scans,
enable-multibyte-characters, fill-column, header-line-format,
left-fringe-width, left-margin, and right-fringe-width.
* hooks.texi (Standard Hooks): All hooks should conform to the
standard naming convention now.
Fix xref for `echo-area-clear-hook'.
* display.texi (Usual Display): Note that indicate-empty-lines and
tab-width are buffer-local.
* files.texi (Saving Buffers): Add xref to `Killing Buffers'.
* modes.texi (Mode Help): Note that major-mode is buffer-local.
* nonascii.texi (Encoding and I/O): Note that
buffer-file-coding-system is buffer-local.
* positions.texi (List Motion): Note that defun-prompt-regexp is
buffer-local.
* text.texi (Auto Filling): Note that auto-fill-function is
buffer-local.
(Undo): Note that buffer-undo-list is buffer-local.
* windows.texi (Buffers and Windows): Document
buffer-display-count.
2005-09-08 22:00:58 +00:00
|
|
|
@ref{Text Representations}.
|
1994-04-24 21:32:06 +00:00
|
|
|
|
|
|
|
@item fill-column
|
2005-09-08 Chong Yidong <cyd@stupidchicken.com>
* locals.texi (Standard Buffer-Local Variables): Don't include
mode variables for minor modes.
Fix xrefs for buffer-display-count, buffer-display-table,
buffer-offer-save, buffer-saved-size, cache-long-line-scans,
enable-multibyte-characters, fill-column, header-line-format,
left-fringe-width, left-margin, and right-fringe-width.
* hooks.texi (Standard Hooks): All hooks should conform to the
standard naming convention now.
Fix xref for `echo-area-clear-hook'.
* display.texi (Usual Display): Note that indicate-empty-lines and
tab-width are buffer-local.
* files.texi (Saving Buffers): Add xref to `Killing Buffers'.
* modes.texi (Mode Help): Note that major-mode is buffer-local.
* nonascii.texi (Encoding and I/O): Note that
buffer-file-coding-system is buffer-local.
* positions.texi (List Motion): Note that defun-prompt-regexp is
buffer-local.
* text.texi (Auto Filling): Note that auto-fill-function is
buffer-local.
(Undo): Note that buffer-undo-list is buffer-local.
* windows.texi (Buffers and Windows): Document
buffer-display-count.
2005-09-08 22:00:58 +00:00
|
|
|
@xref{Margins}.
|
1994-04-24 21:32:06 +00:00
|
|
|
|
2006-06-30 12:32:16 +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}.
|
|
|
|
|
2004-11-25 03:13:50 +00:00
|
|
|
@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
|
2005-09-08 Chong Yidong <cyd@stupidchicken.com>
* locals.texi (Standard Buffer-Local Variables): Don't include
mode variables for minor modes.
Fix xrefs for buffer-display-count, buffer-display-table,
buffer-offer-save, buffer-saved-size, cache-long-line-scans,
enable-multibyte-characters, fill-column, header-line-format,
left-fringe-width, left-margin, and right-fringe-width.
* hooks.texi (Standard Hooks): All hooks should conform to the
standard naming convention now.
Fix xref for `echo-area-clear-hook'.
* display.texi (Usual Display): Note that indicate-empty-lines and
tab-width are buffer-local.
* files.texi (Saving Buffers): Add xref to `Killing Buffers'.
* modes.texi (Mode Help): Note that major-mode is buffer-local.
* nonascii.texi (Encoding and I/O): Note that
buffer-file-coding-system is buffer-local.
* positions.texi (List Motion): Note that defun-prompt-regexp is
buffer-local.
* text.texi (Auto Filling): Note that auto-fill-function is
buffer-local.
(Undo): Note that buffer-undo-list is buffer-local.
* windows.texi (Buffers and Windows): Document
buffer-display-count.
2005-09-08 22:00:58 +00:00
|
|
|
@xref{Header Lines}.
|
1999-11-14 12:51:38 +00:00
|
|
|
|
2004-11-25 03:13:50 +00:00
|
|
|
@item indicate-buffer-boundaries
|
|
|
|
@xref{Usual Display}.
|
|
|
|
|
1999-11-14 12:51:38 +00:00
|
|
|
@item indicate-empty-lines
|
|
|
|
@xref{Usual Display}.
|
|
|
|
|
2004-11-25 03:13:50 +00:00
|
|
|
@item left-fringe-width
|
2005-09-08 Chong Yidong <cyd@stupidchicken.com>
* locals.texi (Standard Buffer-Local Variables): Don't include
mode variables for minor modes.
Fix xrefs for buffer-display-count, buffer-display-table,
buffer-offer-save, buffer-saved-size, cache-long-line-scans,
enable-multibyte-characters, fill-column, header-line-format,
left-fringe-width, left-margin, and right-fringe-width.
* hooks.texi (Standard Hooks): All hooks should conform to the
standard naming convention now.
Fix xref for `echo-area-clear-hook'.
* display.texi (Usual Display): Note that indicate-empty-lines and
tab-width are buffer-local.
* files.texi (Saving Buffers): Add xref to `Killing Buffers'.
* modes.texi (Mode Help): Note that major-mode is buffer-local.
* nonascii.texi (Encoding and I/O): Note that
buffer-file-coding-system is buffer-local.
* positions.texi (List Motion): Note that defun-prompt-regexp is
buffer-local.
* text.texi (Auto Filling): Note that auto-fill-function is
buffer-local.
(Undo): Note that buffer-undo-list is buffer-local.
* windows.texi (Buffers and Windows): Document
buffer-display-count.
2005-09-08 22:00:58 +00:00
|
|
|
@xref{Fringe Size/Pos}.
|
2004-11-25 03:13:50 +00:00
|
|
|
|
1994-04-24 21:32:06 +00:00
|
|
|
@item left-margin
|
2005-09-08 Chong Yidong <cyd@stupidchicken.com>
* locals.texi (Standard Buffer-Local Variables): Don't include
mode variables for minor modes.
Fix xrefs for buffer-display-count, buffer-display-table,
buffer-offer-save, buffer-saved-size, cache-long-line-scans,
enable-multibyte-characters, fill-column, header-line-format,
left-fringe-width, left-margin, and right-fringe-width.
* hooks.texi (Standard Hooks): All hooks should conform to the
standard naming convention now.
Fix xref for `echo-area-clear-hook'.
* display.texi (Usual Display): Note that indicate-empty-lines and
tab-width are buffer-local.
* files.texi (Saving Buffers): Add xref to `Killing Buffers'.
* modes.texi (Mode Help): Note that major-mode is buffer-local.
* nonascii.texi (Encoding and I/O): Note that
buffer-file-coding-system is buffer-local.
* positions.texi (List Motion): Note that defun-prompt-regexp is
buffer-local.
* text.texi (Auto Filling): Note that auto-fill-function is
buffer-local.
(Undo): Note that buffer-undo-list is buffer-local.
* windows.texi (Buffers and Windows): Document
buffer-display-count.
2005-09-08 22:00:58 +00:00
|
|
|
@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}.
|
|
|
|
|
2004-11-25 03:13:50 +00:00
|
|
|
@item line-spacing
|
2004-12-10 23:58:34 +00:00
|
|
|
@xref{Line Height}.
|
2004-11-25 03:13:50 +00:00
|
|
|
|
1994-04-24 21:32:06 +00:00
|
|
|
@item local-abbrev-table
|
2005-09-08 Chong Yidong <cyd@stupidchicken.com>
* locals.texi (Standard Buffer-Local Variables): Don't include
mode variables for minor modes.
Fix xrefs for buffer-display-count, buffer-display-table,
buffer-offer-save, buffer-saved-size, cache-long-line-scans,
enable-multibyte-characters, fill-column, header-line-format,
left-fringe-width, left-margin, and right-fringe-width.
* hooks.texi (Standard Hooks): All hooks should conform to the
standard naming convention now.
Fix xref for `echo-area-clear-hook'.
* display.texi (Usual Display): Note that indicate-empty-lines and
tab-width are buffer-local.
* files.texi (Saving Buffers): Add xref to `Killing Buffers'.
* modes.texi (Mode Help): Note that major-mode is buffer-local.
* nonascii.texi (Encoding and I/O): Note that
buffer-file-coding-system is buffer-local.
* positions.texi (List Motion): Note that defun-prompt-regexp is
buffer-local.
* text.texi (Auto Filling): Note that auto-fill-function is
buffer-local.
(Undo): Note that buffer-undo-list is buffer-local.
* windows.texi (Buffers and Windows): Document
buffer-display-count.
2005-09-08 22:00:58 +00:00
|
|
|
@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
|
|
|
|
2004-11-25 03:13:50 +00:00
|
|
|
@item right-fringe-width
|
2005-09-08 Chong Yidong <cyd@stupidchicken.com>
* locals.texi (Standard Buffer-Local Variables): Don't include
mode variables for minor modes.
Fix xrefs for buffer-display-count, buffer-display-table,
buffer-offer-save, buffer-saved-size, cache-long-line-scans,
enable-multibyte-characters, fill-column, header-line-format,
left-fringe-width, left-margin, and right-fringe-width.
* hooks.texi (Standard Hooks): All hooks should conform to the
standard naming convention now.
Fix xref for `echo-area-clear-hook'.
* display.texi (Usual Display): Note that indicate-empty-lines and
tab-width are buffer-local.
* files.texi (Saving Buffers): Add xref to `Killing Buffers'.
* modes.texi (Mode Help): Note that major-mode is buffer-local.
* nonascii.texi (Encoding and I/O): Note that
buffer-file-coding-system is buffer-local.
* positions.texi (List Motion): Note that defun-prompt-regexp is
buffer-local.
* text.texi (Auto Filling): Note that auto-fill-function is
buffer-local.
(Undo): Note that buffer-undo-list is buffer-local.
* windows.texi (Buffers and Windows): Document
buffer-display-count.
2005-09-08 22:00:58 +00:00
|
|
|
@xref{Fringe Size/Pos}.
|
2004-11-25 03:13:50 +00:00
|
|
|
|
1999-11-14 12:51:38 +00:00
|
|
|
@item right-margin-width
|
|
|
|
@xref{Display Margins}.
|
|
|
|
|
2006-06-30 12:32:16 +00:00
|
|
|
@item save-buffer-coding-system
|
|
|
|
@xref{Encoding and I/O}.
|
|
|
|
|
2004-11-25 03:13:50 +00:00
|
|
|
@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
|
|
|
|
2004-11-25 03:13:50 +00:00
|
|
|
@item vertical-scroll-bar
|
2004-12-10 23:58:34 +00:00
|
|
|
@xref{Scroll Bars}.
|
2006-06-30 12:32:16 +00:00
|
|
|
|
|
|
|
@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
|
|
|
|
2006-06-30 12:32:16 +00:00
|
|
|
|
2003-09-01 15:45:59 +00:00
|
|
|
@ignore
|
|
|
|
arch-tag: 6baae835-b667-4447-91e2-9829ae1cf543
|
|
|
|
@end ignore
|