]> code.delx.au - gnu-emacs/blob - lispref/locals.texi
(Standard Buffer-Local Variables): Comment out xref's to non-existent
[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-display-time
40 @xref{Buffers and Windows}.
41
42 @item buffer-file-coding-system
43 @xref{Encoding and I/O}.
44
45 @item buffer-file-format
46 @xref{Format Conversion}.
47
48 @item buffer-file-name
49 @xref{Buffer File Name}.
50
51 @item buffer-file-number
52 @xref{Buffer File Name}.
53
54 @item buffer-file-truename
55 @xref{Buffer File Name}.
56
57 @item buffer-file-type
58 @xref{MS-DOS File Types}.
59
60 @item buffer-invisibility-spec
61 @xref{Invisible Text}.
62
63 @item buffer-offer-save
64 @xref{Saving Buffers}.
65
66 @item buffer-read-only
67 @xref{Read Only Buffers}.
68
69 @item buffer-saved-size
70 @xref{Point}.
71
72 @item buffer-undo-list
73 @xref{Undo}.
74
75 @item cache-long-line-scans
76 @xref{Text Lines}.
77
78 @item case-fold-search
79 @xref{Searching and Case}.
80
81 @item ctl-arrow
82 @xref{Usual Display}.
83
84 @item cursor-type
85 @xref{Window Frame Parameters}.
86
87 @item comment-column
88 @xref{Comments,,, emacs, The GNU Emacs Manual}.
89
90 @item default-directory
91 @xref{File Name Expansion}.
92
93 @item defun-prompt-regexp
94 @xref{List Motion}.
95
96 @item desktop-save-buffer
97 @xref{Desktop Save Mode}.
98
99 @ignore
100 @item direction-reversed
101 Does not work yet.
102 @end ignore
103
104 @item enable-multibyte-characters
105 @ref{Non-ASCII Characters}.
106
107 @item fill-column
108 @xref{Auto Filling}.
109
110 @item fringes-outside-margins
111 @xref{Fringes}.
112
113 @item goal-column
114 @xref{Moving Point,,, emacs, The GNU Emacs Manual}.
115
116 @item header-line-format
117 @xref{Mode Line Data}.
118
119 @item indicate-buffer-boundaries
120 @xref{Usual Display}.
121
122 @item indicate-empty-lines
123 @xref{Usual Display}.
124
125 @item left-fringe-width
126 @xref{Fringes}.
127
128 @item left-margin
129 @xref{Indentation}.
130
131 @item left-margin-width
132 @xref{Display Margins}.
133
134 @item line-spacing
135 @c @xref{Yet to be written}.
136
137 @item local-abbrev-table
138 @xref{Abbrevs}.
139
140 @item major-mode
141 @xref{Mode Help}.
142
143 @item mark-active
144 @xref{The Mark}.
145
146 @item mark-ring
147 @xref{The Mark}.
148
149 @item minor-modes
150 @xref{Minor Modes}.
151
152 @item mode-line-buffer-identification
153 @xref{Mode Line Variables}.
154
155 @item mode-line-format
156 @xref{Mode Line Data}.
157
158 @item mode-line-modified
159 @xref{Mode Line Variables}.
160
161 @item mode-line-process
162 @xref{Mode Line Variables}.
163
164 @item mode-name
165 @xref{Mode Line Variables}.
166
167 @item overwrite-mode
168 @xref{Insertion}.
169
170 @item paragraph-separate
171 @xref{Standard Regexps}.
172
173 @item paragraph-start
174 @xref{Standard Regexps}.
175
176 @item point-before-scroll
177 Used for communication between mouse commands and scroll-bar commands.
178
179 @item require-final-newline
180 @xref{Insertion}.
181
182 @item right-fringe-width
183 @xref{Fringes}.
184
185 @item right-margin-width
186 @xref{Display Margins}.
187
188 @item scroll-bar-mode
189 @xref{Scroll Bars}.
190
191 @item scroll-bar-width
192 @xref{Scroll Bars}.
193
194 @item scroll-down-aggressively
195 @xref{Textual Scrolling}.
196
197 @item scroll-up-aggressively
198 @xref{Textual Scrolling}.
199
200 @item selective-display
201 @xref{Selective Display}.
202
203 @item selective-display-ellipses
204 @xref{Selective Display}.
205
206 @item tab-width
207 @xref{Usual Display}.
208
209 @item truncate-lines
210 @xref{Truncation}.
211
212 @item vc-mode
213 @xref{Mode Line Variables}.
214
215 @item vertical-scroll-bar
216 @c @xref{Yet to be written}.
217 @end table
218
219 @ignore
220 arch-tag: 6baae835-b667-4447-91e2-9829ae1cf543
221 @end ignore