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