12129
|
1 @c -*-texinfo-*-
|
|
2 @setfilename ../info/locals
|
|
3 @node Standard Buffer-Local Variables, Standard Keymaps, Standard Errors, Top
|
|
4 @appendix Standard Buffer-Local Variables
|
|
5
|
|
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.
|
|
9
|
|
10 @table @code
|
|
11 @item abbrev-mode
|
|
12 @xref{Abbrevs}.
|
|
13
|
|
14 @item auto-fill-function
|
|
15 @xref{Auto Filling}.
|
|
16
|
|
17 @item buffer-auto-save-file-name
|
|
18 @xref{Auto-Saving}.
|
|
19
|
|
20 @item buffer-backed-up
|
|
21 @xref{Backup Files}.
|
|
22
|
|
23 @item buffer-display-table
|
|
24 @xref{Active Display Table}.
|
|
25
|
|
26 @item buffer-file-name
|
|
27 @xref{Buffer File Name}.
|
|
28
|
|
29 @item buffer-file-truename
|
|
30 @xref{Buffer File Name}.
|
|
31
|
|
32 @item buffer-read-only
|
|
33 @xref{Read Only Buffers}.
|
|
34
|
|
35 @item buffer-saved-size
|
|
36 @xref{Point}.
|
|
37
|
|
38 @item case-fold-search
|
|
39 @xref{Searching and Case}.
|
|
40
|
|
41 @item ctl-arrow
|
|
42 @xref{Control Char Display}.
|
|
43
|
|
44 @item default-directory
|
|
45 @xref{System Environment}.
|
|
46
|
|
47 @item fill-column
|
|
48 @xref{Auto Filling}.
|
|
49
|
|
50 @item left-margin
|
|
51 @xref{Indentation}.
|
|
52
|
|
53 @item list-buffers-directory
|
|
54 @xref{Buffer File Name}.
|
|
55
|
|
56 @item local-abbrev-table
|
|
57 @xref{Abbrevs}.
|
|
58
|
|
59 @item major-mode
|
|
60 @xref{Mode Help}.
|
|
61
|
|
62 @item mark-ring
|
|
63 @xref{The Mark}.
|
|
64
|
|
65 @item minor-modes
|
|
66 @xref{Minor Modes}.
|
|
67
|
|
68 @item mode-name
|
|
69 @xref{Mode Line Variables}.
|
|
70
|
|
71 @item overwrite-mode
|
|
72 @xref{Insertion}.
|
|
73
|
|
74 @item paragraph-separate
|
|
75 @xref{Standard Regexps}.
|
|
76
|
|
77 @item paragraph-start
|
|
78 @xref{Standard Regexps}.
|
|
79
|
|
80 @item require-final-newline
|
|
81 @xref{Insertion}.
|
|
82
|
|
83 @item selective-display
|
|
84 @xref{Selective Display}.
|
|
85
|
|
86 @item selective-display-ellipses
|
|
87 @xref{Selective Display}.
|
|
88
|
|
89 @item tab-width
|
|
90 @xref{Control Char Display}.
|
|
91
|
|
92 @item truncate-lines
|
|
93 @xref{Truncation}.
|
|
94 @end table
|