(set-face-background): If color is gray, and frame
[bpt/emacs.git] / lispref / locals.texi
CommitLineData
68e23dc9
RS
1@c -*-texinfo-*-
2@c This is part of the GNU Emacs Lisp Reference Manual.
3@c Copyright (C) 1990, 1991, 1992, 1993 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
5632e6b4
RS
11 The table below lists the general-purpose Emacs variables that are
12automatically local (when set) in each buffer. Many Lisp packages
13define such variables for their internal use; we don't list them here.
68e23dc9
RS
14
15@table @code
16@item abbrev-mode
17@pxref{Abbrevs}
18
19@item auto-fill-function
20@pxref{Auto Filling}
21
22@item buffer-auto-save-file-name
23@pxref{Auto-Saving}
24
25@item buffer-backed-up
26@pxref{Backup Files}
27
28@item buffer-display-table
29@pxref{Display Tables}
30
31@item buffer-file-name
32@pxref{Buffer File Name}
33
34@item buffer-file-number
35@pxref{Buffer File Name}
36
37@item buffer-file-truename
38@pxref{Buffer File Name}
39
40@item buffer-file-type
41@pxref{Files and MS-DOS}
42
43@item buffer-offer-save
44@pxref{Saving Buffers}
45
46@item buffer-read-only
47@pxref{Read Only Buffers}
48
49@item buffer-saved-size
50@pxref{Point}
51
52@item buffer-undo-list
53@pxref{Undo}
54
4a40123f
JB
55@item cache-long-line-scans
56@pxref{Text Lines}
57
68e23dc9
RS
58@item case-fold-search
59@pxref{Searching and Case}
60
61@item ctl-arrow
62@pxref{Usual Display}
63
64@item comment-column
65@pxref{Comments,,, emacs, The GNU Emacs Manual}
66
67@item default-directory
68@pxref{System Environment}
69
70@item defun-prompt-regexp
71@pxref{List Motion}
72
73@item fill-column
74@pxref{Auto Filling}
75
76@item goal-column
77@pxref{Moving Point,,, emacs, The GNU Emacs Manual}
78
79@item left-margin
80@pxref{Indentation}
81
82@item local-abbrev-table
83@pxref{Abbrevs}
84
85@item local-write-file-hooks
86@pxref{Saving Buffers}
87
88@item major-mode
89@pxref{Mode Help}
90
91@item mark-active
92@pxref{The Mark}
93
94@item mark-ring
95@pxref{The Mark}
96
97@item minor-modes
98@pxref{Minor Modes}
99
100@item mode-line-buffer-identification
101@pxref{Mode Line Variables}
102
103@item mode-line-format
104@pxref{Mode Line Data}
105
106@item mode-line-modified
107@pxref{Mode Line Variables}
108
109@item mode-line-process
110@pxref{Mode Line Variables}
111
112@item mode-name
113@pxref{Mode Line Variables}
114
115@item overwrite-mode
116@pxref{Insertion}
117
118@item paragraph-separate
119@pxref{Standard Regexps}
120
121@item paragraph-start
122@pxref{Standard Regexps}
123
124@item require-final-newline
125@pxref{Insertion}
126
127@item selective-display
128@pxref{Selective Display}
129
130@item selective-display-ellipses
131@pxref{Selective Display}
132
133@item tab-width
134@pxref{Usual Display}
135
136@item truncate-lines
137@pxref{Truncation}
138
139@item vc-mode
140@pxref{Mode Line Variables}
141@end table