(Fcommand_execute): New arg SPECIAL. All callers changed.
[emacs.git] / lispref / buffer-local.texi
blob4c4e0ca4362fcfb330b6d52fbca80a2331a74f2a
1 @c -*-texinfo-*-
2 @setfilename ../info/locals
3 @node Standard Buffer-Local Variables, Standard Keymaps, Standard Errors, Top
4 @appendix Standard Buffer-Local Variables
6   The table below shows all of the variables that are automatically
7 local (when set) in each buffer in Emacs Version 18 with the common
8 packages loaded.
10 @table @code
11 @item abbrev-mode
12 @xref{Abbrevs}.
14 @item auto-fill-function
15 @xref{Auto Filling}.
17 @item buffer-auto-save-file-name
18 @xref{Auto-Saving}.
20 @item buffer-backed-up
21 @xref{Backup Files}.
23 @item buffer-display-table
24 @xref{Active Display Table}.
26 @item buffer-file-name
27 @xref{Buffer File Name}.
29 @item buffer-file-truename
30 @xref{Buffer File Name}.
32 @item buffer-read-only
33 @xref{Read Only Buffers}.
35 @item buffer-saved-size
36 @xref{Point}.
38 @item case-fold-search
39 @xref{Searching and Case}.
41 @item ctl-arrow
42 @xref{Control Char Display}.
44 @item default-directory
45 @xref{System Environment}.
47 @item fill-column
48 @xref{Auto Filling}.
50 @item left-margin
51 @xref{Indentation}.
53 @item list-buffers-directory
54 @xref{Buffer File Name}.
56 @item local-abbrev-table
57 @xref{Abbrevs}.
59 @item major-mode
60 @xref{Mode Help}.
62 @item mark-ring
63 @xref{The Mark}.
65 @item minor-modes
66 @xref{Minor Modes}.
68 @item mode-name
69 @xref{Mode Line Variables}.
71 @item overwrite-mode
72 @xref{Insertion}.
74 @item paragraph-separate
75 @xref{Standard Regexps}.
77 @item paragraph-start
78 @xref{Standard Regexps}.
80 @item require-final-newline
81 @xref{Insertion}.
83 @item selective-display
84 @xref{Selective Display}.
86 @item selective-display-ellipses
87 @xref{Selective Display}.
89 @item tab-width
90 @xref{Control Char Display}.
92 @item truncate-lines
93 @xref{Truncation}.
94 @end table