*** empty log message ***
[emacs.git] / lispref / locals.texi
blob942baa9dd1b772896b1dbf7009b939dbdead6659
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
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.
17 @table @code
18 @item abbrev-mode
19 @xref{Abbrevs}.
21 @item auto-fill-function
22 @xref{Auto Filling}.
24 @item buffer-auto-save-file-format
25 @xref{Format Conversion}.
27 @item buffer-auto-save-file-name
28 @xref{Auto-Saving}.
30 @item buffer-backed-up
31 @xref{Backup Files}.
33 @item buffer-display-count
34 @xref{Displaying Buffers}.
36 @item buffer-display-table
37 @xref{Display Tables}.
39 @item buffer-display-time
40 @xref{Buffers and Windows}.
42 @item buffer-file-coding-system
43 @xref{Encoding and I/O}.
45 @item buffer-file-format
46 @xref{Format Conversion}.
48 @item buffer-file-name
49 @xref{Buffer File Name}.
51 @item buffer-file-number
52 @xref{Buffer File Name}.
54 @item buffer-file-truename
55 @xref{Buffer File Name}.
57 @item buffer-file-type
58 @xref{MS-DOS File Types}.
60 @item buffer-invisibility-spec
61 @xref{Invisible Text}.
63 @item buffer-offer-save
64 @xref{Saving Buffers}.
66 @item buffer-read-only
67 @xref{Read Only Buffers}.
69 @item buffer-saved-size
70 @xref{Point}.
72 @item buffer-undo-list
73 @xref{Undo}.
75 @item cache-long-line-scans
76 @xref{Text Lines}.
78 @item case-fold-search
79 @xref{Searching and Case}.
81 @item ctl-arrow
82 @xref{Usual Display}.
84 @item cursor-type
85 @xref{Window Frame Parameters}.
87 @item comment-column
88 @xref{Comments,,, emacs, The GNU Emacs Manual}.
90 @item default-directory
91 @xref{File Name Expansion}.
93 @item defun-prompt-regexp
94 @xref{List Motion}.
96 @item desktop-save-buffer
97 @xref{Desktop Save Mode}.
99 @ignore
100 @item direction-reversed
101 Does not work yet.
102 @end ignore
104 @item enable-multibyte-characters
105 @ref{Non-ASCII Characters}.
107 @item fill-column
108 @xref{Auto Filling}.
110 @item fringes-outside-margins
111 @xref{Fringes}.
113 @item goal-column
114 @xref{Moving Point,,, emacs, The GNU Emacs Manual}.
116 @item header-line-format
117 @xref{Mode Line Data}.
119 @item indicate-buffer-boundaries
120 @xref{Usual Display}.
122 @item indicate-empty-lines
123 @xref{Usual Display}.
125 @item left-fringe-width
126 @xref{Fringes}.
128 @item left-margin
129 @xref{Indentation}.
131 @item left-margin-width
132 @xref{Display Margins}.
134 @item line-spacing
135 @xref{Line Height}.
137 @item local-abbrev-table
138 @xref{Abbrevs}.
140 @item major-mode
141 @xref{Mode Help}.
143 @item mark-active
144 @xref{The Mark}.
146 @item mark-ring
147 @xref{The Mark}.
149 @item mode-line-buffer-identification
150 @xref{Mode Line Variables}.
152 @item mode-line-format
153 @xref{Mode Line Data}.
155 @item mode-line-modified
156 @xref{Mode Line Variables}.
158 @item mode-line-process
159 @xref{Mode Line Variables}.
161 @item mode-name
162 @xref{Mode Line Variables}.
164 @item overwrite-mode
165 @xref{Insertion}.
167 @item point-before-scroll
168 Used for communication between mouse commands and scroll-bar commands.
170 @item right-fringe-width
171 @xref{Fringes}.
173 @item right-margin-width
174 @xref{Display Margins}.
176 @item scroll-bar-width
177 @xref{Scroll Bars}.
179 @item scroll-down-aggressively
180 @xref{Textual Scrolling}.
182 @item scroll-up-aggressively
183 @xref{Textual Scrolling}.
185 @item selective-display
186 @xref{Selective Display}.
188 @item selective-display-ellipses
189 @xref{Selective Display}.
191 @item tab-width
192 @xref{Usual Display}.
194 @item truncate-lines
195 @xref{Truncation}.
197 @item vc-mode
198 @xref{Mode Line Variables}.
200 @item vertical-scroll-bar
201 @xref{Scroll Bars}.
202 @end table
204 @ignore
205    arch-tag: 6baae835-b667-4447-91e2-9829ae1cf543
206 @end ignore