7085
|
1 @c -*-texinfo-*-
|
|
2 @c This is part of the GNU Emacs Lisp Reference Manual.
|
|
3 @c Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
|
|
4 @c See the file elisp.texi for copying conditions.
|
|
5 @setfilename ../info/locals
|
|
6 @node Standard Buffer-Local Variables, Standard Keymaps, Standard Errors, Top
|
|
7 @appendix Buffer-Local Variables
|
|
8 @c The title "Standard Buffer-Local Variables" is too long for
|
|
9 @c smallbook. --rjc 30mar92
|
|
10
|
7600
|
11 The table below lists the general-purpose Emacs variables that are
|
|
12 automatically local (when set) in each buffer. Many Lisp packages
|
|
13 define such variables for their internal use; we don't list them here.
|
7085
|
14
|
|
15 @table @code
|
|
16 @item abbrev-mode
|
|
17 @pxref{Abbrevs}
|
|
18
|
|
19 @item auto-fill-function
|
|
20 @pxref{Auto Filling}
|
|
21
|
|
22 @item buffer-auto-save-file-name
|
|
23 @pxref{Auto-Saving}
|
|
24
|
|
25 @item buffer-backed-up
|
|
26 @pxref{Backup Files}
|
|
27
|
|
28 @item buffer-display-table
|
|
29 @pxref{Display Tables}
|
|
30
|
|
31 @item buffer-file-name
|
|
32 @pxref{Buffer File Name}
|
|
33
|
|
34 @item buffer-file-number
|
|
35 @pxref{Buffer File Name}
|
|
36
|
|
37 @item buffer-file-truename
|
|
38 @pxref{Buffer File Name}
|
|
39
|
|
40 @item buffer-file-type
|
|
41 @pxref{Files and MS-DOS}
|
|
42
|
|
43 @item buffer-offer-save
|
|
44 @pxref{Saving Buffers}
|
|
45
|
|
46 @item buffer-read-only
|
|
47 @pxref{Read Only Buffers}
|
|
48
|
|
49 @item buffer-saved-size
|
|
50 @pxref{Point}
|
|
51
|
|
52 @item buffer-undo-list
|
|
53 @pxref{Undo}
|
|
54
|
|
55 @item case-fold-search
|
|
56 @pxref{Searching and Case}
|
|
57
|
|
58 @item ctl-arrow
|
|
59 @pxref{Usual Display}
|
|
60
|
|
61 @item comment-column
|
|
62 @pxref{Comments,,, emacs, The GNU Emacs Manual}
|
|
63
|
|
64 @item default-directory
|
|
65 @pxref{System Environment}
|
|
66
|
|
67 @item defun-prompt-regexp
|
|
68 @pxref{List Motion}
|
|
69
|
|
70 @item fill-column
|
|
71 @pxref{Auto Filling}
|
|
72
|
|
73 @item goal-column
|
|
74 @pxref{Moving Point,,, emacs, The GNU Emacs Manual}
|
|
75
|
|
76 @item left-margin
|
|
77 @pxref{Indentation}
|
|
78
|
|
79 @item local-abbrev-table
|
|
80 @pxref{Abbrevs}
|
|
81
|
|
82 @item local-write-file-hooks
|
|
83 @pxref{Saving Buffers}
|
|
84
|
|
85 @item major-mode
|
|
86 @pxref{Mode Help}
|
|
87
|
|
88 @item mark-active
|
|
89 @pxref{The Mark}
|
|
90
|
|
91 @item mark-ring
|
|
92 @pxref{The Mark}
|
|
93
|
|
94 @item minor-modes
|
|
95 @pxref{Minor Modes}
|
|
96
|
|
97 @item mode-line-buffer-identification
|
|
98 @pxref{Mode Line Variables}
|
|
99
|
|
100 @item mode-line-format
|
|
101 @pxref{Mode Line Data}
|
|
102
|
|
103 @item mode-line-modified
|
|
104 @pxref{Mode Line Variables}
|
|
105
|
|
106 @item mode-line-process
|
|
107 @pxref{Mode Line Variables}
|
|
108
|
|
109 @item mode-name
|
|
110 @pxref{Mode Line Variables}
|
|
111
|
|
112 @item overwrite-mode
|
|
113 @pxref{Insertion}
|
|
114
|
|
115 @item paragraph-separate
|
|
116 @pxref{Standard Regexps}
|
|
117
|
|
118 @item paragraph-start
|
|
119 @pxref{Standard Regexps}
|
|
120
|
|
121 @item require-final-newline
|
|
122 @pxref{Insertion}
|
|
123
|
|
124 @item selective-display
|
|
125 @pxref{Selective Display}
|
|
126
|
|
127 @item selective-display-ellipses
|
|
128 @pxref{Selective Display}
|
|
129
|
|
130 @item tab-width
|
|
131 @pxref{Usual Display}
|
|
132
|
|
133 @item truncate-lines
|
|
134 @pxref{Truncation}
|
|
135
|
|
136 @item vc-mode
|
|
137 @pxref{Mode Line Variables}
|
|
138 @end table
|