]> code.delx.au - gnu-emacs/blob - lispref/locals.texi
(syms_of_coding): Doc fix for inhibit-eol-conversion.
[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 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-name
25 @xref{Auto-Saving}.
26
27 @item buffer-backed-up
28 @xref{Backup Files}.
29
30 @item buffer-display-count
31 @xref{Displaying Buffers}.
32
33 @item buffer-display-table
34 @xref{Display Tables}.
35
36 @item buffer-file-format
37 @xref{Format Conversion}.
38
39 @item buffer-file-name
40 @xref{Buffer File Name}.
41
42 @item buffer-file-number
43 @xref{Buffer File Name}.
44
45 @item buffer-file-truename
46 @xref{Buffer File Name}.
47
48 @item buffer-file-type
49 @xref{MS-DOS File Types}.
50
51 @item buffer-invisibility-spec
52 @xref{Invisible Text}.
53
54 @item buffer-offer-save
55 @xref{Saving Buffers}.
56
57 @item buffer-read-only
58 @xref{Read Only Buffers}.
59
60 @item buffer-saved-size
61 @xref{Point}.
62
63 @item buffer-undo-list
64 @xref{Undo}.
65
66 @item cache-long-line-scans
67 @xref{Text Lines}.
68
69 @item case-fold-search
70 @xref{Searching and Case}.
71
72 @item ctl-arrow
73 @xref{Usual Display}.
74
75 @item comment-column
76 @xref{Comments,,, emacs, The GNU Emacs Manual}.
77
78 @item default-directory
79 @xref{System Environment}.
80
81 @item defun-prompt-regexp
82 @xref{List Motion}.
83
84 @item enable-multibyte-characters
85 @ref{Non-ASCII Characters}.
86
87 @item fill-column
88 @xref{Auto Filling}.
89
90 @item goal-column
91 @xref{Moving Point,,, emacs, The GNU Emacs Manual}.
92
93 @item left-margin
94 @xref{Indentation}.
95
96 @item local-abbrev-table
97 @xref{Abbrevs}.
98
99 @item local-write-file-hooks
100 @xref{Saving Buffers}.
101
102 @item major-mode
103 @xref{Mode Help}.
104
105 @item mark-active
106 @xref{The Mark}.
107
108 @item mark-ring
109 @xref{The Mark}.
110
111 @item minor-modes
112 @xref{Minor Modes}.
113
114 @item mode-line-buffer-identification
115 @xref{Mode Line Variables}.
116
117 @item mode-line-format
118 @xref{Mode Line Data}.
119
120 @item mode-line-modified
121 @xref{Mode Line Variables}.
122
123 @item mode-line-process
124 @xref{Mode Line Variables}.
125
126 @item mode-name
127 @xref{Mode Line Variables}.
128
129 @item overwrite-mode
130 @xref{Insertion}.
131
132 @item paragraph-separate
133 @xref{Standard Regexps}.
134
135 @item paragraph-start
136 @xref{Standard Regexps}.
137
138 @item point-before-scroll
139 Ued for communication between mouse commands and scroll-bar commands..
140
141 @item require-final-newline
142 @xref{Insertion}.
143
144 @item selective-display
145 @xref{Selective Display}.
146
147 @item selective-display-ellipses
148 @xref{Selective Display}.
149
150 @item tab-width
151 @xref{Usual Display}.
152
153 @item truncate-lines
154 @xref{Truncation}.
155
156 @item vc-mode
157 @xref{Mode Line Variables}.
158 @end table