]> code.delx.au - gnu-emacs/blob - lispref/locals.texi
(compilation-start): In cd command use substitute-env-vars -- not quite shell compati...
[gnu-emacs] / lispref / locals.texi
1 @c -*-texinfo-*-
2 @c This is part of the GNU Emacs Lisp Reference Manual.
3 @c Copyright (C) 1990, 1991, 1992, 1993, 1999 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
11 The table below lists the general-purpose Emacs variables that
12 automatically become buffer-local in each buffer. Most become
13 buffer-local only when set; a few of them are always local in every
14 buffer. Many Lisp packages define such variables for their internal
15 use, but we don't try to list them all here.
16
17 @table @code
18 @item abbrev-mode
19 @xref{Abbrevs}.
20
21 @item auto-fill-function
22 @xref{Auto Filling}.
23
24 @item buffer-auto-save-file-format
25 @xref{Format Conversion}.
26
27 @item buffer-auto-save-file-name
28 @xref{Auto-Saving}.
29
30 @item buffer-backed-up
31 @xref{Backup Files}.
32
33 @item buffer-display-count
34 @xref{Displaying Buffers}.
35
36 @item buffer-display-table
37 @xref{Display Tables}.
38
39 @item buffer-file-coding-system
40 @xref{Encoding and I/O}.
41
42 @item buffer-file-format
43 @xref{Format Conversion}.
44
45 @item buffer-file-name
46 @xref{Buffer File Name}.
47
48 @item buffer-file-number
49 @xref{Buffer File Name}.
50
51 @item buffer-file-truename
52 @xref{Buffer File Name}.
53
54 @item buffer-file-type
55 @xref{MS-DOS File Types}.
56
57 @item buffer-invisibility-spec
58 @xref{Invisible Text}.
59
60 @item buffer-offer-save
61 @xref{Saving Buffers}.
62
63 @item buffer-read-only
64 @xref{Read Only Buffers}.
65
66 @item buffer-saved-size
67 @xref{Point}.
68
69 @item buffer-undo-list
70 @xref{Undo}.
71
72 @item cache-long-line-scans
73 @xref{Text Lines}.
74
75 @item case-fold-search
76 @xref{Searching and Case}.
77
78 @item ctl-arrow
79 @xref{Usual Display}.
80
81 @item comment-column
82 @xref{Comments,,, emacs, The GNU Emacs Manual}.
83
84 @item default-directory
85 @xref{File Name Expansion}.
86
87 @item defun-prompt-regexp
88 @xref{List Motion}.
89
90 @item desktop-save-buffer
91 @xref{Desktop Save Mode}.
92
93 @item enable-multibyte-characters
94 @ref{Non-ASCII Characters}.
95
96 @item fill-column
97 @xref{Auto Filling}.
98
99 @item goal-column
100 @xref{Moving Point,,, emacs, The GNU Emacs Manual}.
101
102 @item header-line-format
103 @xref{Mode Line Data}.
104
105 @item indicate-empty-lines
106 @xref{Usual Display}.
107
108 @item left-margin
109 @xref{Indentation}.
110
111 @item left-margin-width
112 @xref{Display Margins}.
113
114 @item local-abbrev-table
115 @xref{Abbrevs}.
116
117 @item major-mode
118 @xref{Mode Help}.
119
120 @item mark-active
121 @xref{The Mark}.
122
123 @item mark-ring
124 @xref{The Mark}.
125
126 @item minor-modes
127 @xref{Minor Modes}.
128
129 @item mode-line-buffer-identification
130 @xref{Mode Line Variables}.
131
132 @item mode-line-format
133 @xref{Mode Line Data}.
134
135 @item mode-line-modified
136 @xref{Mode Line Variables}.
137
138 @item mode-line-process
139 @xref{Mode Line Variables}.
140
141 @item mode-name
142 @xref{Mode Line Variables}.
143
144 @item overwrite-mode
145 @xref{Insertion}.
146
147 @item paragraph-separate
148 @xref{Standard Regexps}.
149
150 @item paragraph-start
151 @xref{Standard Regexps}.
152
153 @item point-before-scroll
154 Used for communication between mouse commands and scroll-bar commands.
155
156 @item require-final-newline
157 @xref{Insertion}.
158
159 @item right-margin-width
160 @xref{Display Margins}.
161
162 @item scroll-down-aggressively
163 @xref{Textual Scrolling}.
164
165 @item scroll-up-aggressively
166 @xref{Textual Scrolling}.
167
168 @item selective-display
169 @xref{Selective Display}.
170
171 @item selective-display-ellipses
172 @xref{Selective Display}.
173
174 @item tab-width
175 @xref{Usual Display}.
176
177 @item truncate-lines
178 @xref{Truncation}.
179
180 @item vc-mode
181 @xref{Mode Line Variables}.
182 @end table
183
184 @ignore
185 arch-tag: 6baae835-b667-4447-91e2-9829ae1cf543
186 @end ignore