]> code.delx.au - gnu-emacs/blob - lispref/locals.texi
(Standard Buffer-Local Variables): Add @xref for `line-spacing'.
[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 @xref{Window Frame Parameters}.
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 mode-line-buffer-identification
150 @xref{Mode Line Variables}.
151
152 @item mode-line-format
153 @xref{Mode Line Data}.
154
155 @item mode-line-modified
156 @xref{Mode Line Variables}.
157
158 @item mode-line-process
159 @xref{Mode Line Variables}.
160
161 @item mode-name
162 @xref{Mode Line Variables}.
163
164 @item overwrite-mode
165 @xref{Insertion}.
166
167 @item point-before-scroll
168 Used for communication between mouse commands and scroll-bar commands.
169
170 @item right-fringe-width
171 @xref{Fringes}.
172
173 @item right-margin-width
174 @xref{Display Margins}.
175
176 @item scroll-bar-width
177 @xref{Scroll Bars}.
178
179 @item scroll-down-aggressively
180 @xref{Textual Scrolling}.
181
182 @item scroll-up-aggressively
183 @xref{Textual Scrolling}.
184
185 @item selective-display
186 @xref{Selective Display}.
187
188 @item selective-display-ellipses
189 @xref{Selective Display}.
190
191 @item tab-width
192 @xref{Usual Display}.
193
194 @item truncate-lines
195 @xref{Truncation}.
196
197 @item vc-mode
198 @xref{Mode Line Variables}.
199
200 @item vertical-scroll-bar
201 @xref{Yet to be written}.
202 @end table
203
204 @ignore
205 arch-tag: 6baae835-b667-4447-91e2-9829ae1cf543
206 @end ignore