diff options
| author | Melissa Weisshaus | 1995-06-08 15:39:07 +0000 |
|---|---|---|
| committer | Melissa Weisshaus | 1995-06-08 15:39:07 +0000 |
| commit | 52fa3b2fae1cce79d95d79a41942f3bddcd9a6f4 (patch) | |
| tree | 4f13487626cd5ab7cee53335eef432e52bbb3160 | |
| parent | cc8c51f1c002fe823c45608b3c9a3d8a85f6f99e (diff) | |
| download | emacs-52fa3b2fae1cce79d95d79a41942f3bddcd9a6f4.tar.gz emacs-52fa3b2fae1cce79d95d79a41942f3bddcd9a6f4.zip | |
Initial revision
| -rw-r--r-- | lispref/buffer-local.texi | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/lispref/buffer-local.texi b/lispref/buffer-local.texi new file mode 100644 index 00000000000..4c4e0ca4362 --- /dev/null +++ b/lispref/buffer-local.texi | |||
| @@ -0,0 +1,94 @@ | |||
| 1 | @c -*-texinfo-*- | ||
| 2 | @setfilename ../info/locals | ||
| 3 | @node Standard Buffer-Local Variables, Standard Keymaps, Standard Errors, Top | ||
| 4 | @appendix Standard Buffer-Local Variables | ||
| 5 | |||
| 6 | The table below shows all of the variables that are automatically | ||
| 7 | local (when set) in each buffer in Emacs Version 18 with the common | ||
| 8 | packages loaded. | ||
| 9 | |||
| 10 | @table @code | ||
| 11 | @item abbrev-mode | ||
| 12 | @xref{Abbrevs}. | ||
| 13 | |||
| 14 | @item auto-fill-function | ||
| 15 | @xref{Auto Filling}. | ||
| 16 | |||
| 17 | @item buffer-auto-save-file-name | ||
| 18 | @xref{Auto-Saving}. | ||
| 19 | |||
| 20 | @item buffer-backed-up | ||
| 21 | @xref{Backup Files}. | ||
| 22 | |||
| 23 | @item buffer-display-table | ||
| 24 | @xref{Active Display Table}. | ||
| 25 | |||
| 26 | @item buffer-file-name | ||
| 27 | @xref{Buffer File Name}. | ||
| 28 | |||
| 29 | @item buffer-file-truename | ||
| 30 | @xref{Buffer File Name}. | ||
| 31 | |||
| 32 | @item buffer-read-only | ||
| 33 | @xref{Read Only Buffers}. | ||
| 34 | |||
| 35 | @item buffer-saved-size | ||
| 36 | @xref{Point}. | ||
| 37 | |||
| 38 | @item case-fold-search | ||
| 39 | @xref{Searching and Case}. | ||
| 40 | |||
| 41 | @item ctl-arrow | ||
| 42 | @xref{Control Char Display}. | ||
| 43 | |||
| 44 | @item default-directory | ||
| 45 | @xref{System Environment}. | ||
| 46 | |||
| 47 | @item fill-column | ||
| 48 | @xref{Auto Filling}. | ||
| 49 | |||
| 50 | @item left-margin | ||
| 51 | @xref{Indentation}. | ||
| 52 | |||
| 53 | @item list-buffers-directory | ||
| 54 | @xref{Buffer File Name}. | ||
| 55 | |||
| 56 | @item local-abbrev-table | ||
| 57 | @xref{Abbrevs}. | ||
| 58 | |||
| 59 | @item major-mode | ||
| 60 | @xref{Mode Help}. | ||
| 61 | |||
| 62 | @item mark-ring | ||
| 63 | @xref{The Mark}. | ||
| 64 | |||
| 65 | @item minor-modes | ||
| 66 | @xref{Minor Modes}. | ||
| 67 | |||
| 68 | @item mode-name | ||
| 69 | @xref{Mode Line Variables}. | ||
| 70 | |||
| 71 | @item overwrite-mode | ||
| 72 | @xref{Insertion}. | ||
| 73 | |||
| 74 | @item paragraph-separate | ||
| 75 | @xref{Standard Regexps}. | ||
| 76 | |||
| 77 | @item paragraph-start | ||
| 78 | @xref{Standard Regexps}. | ||
| 79 | |||
| 80 | @item require-final-newline | ||
| 81 | @xref{Insertion}. | ||
| 82 | |||
| 83 | @item selective-display | ||
| 84 | @xref{Selective Display}. | ||
| 85 | |||
| 86 | @item selective-display-ellipses | ||
| 87 | @xref{Selective Display}. | ||
| 88 | |||
| 89 | @item tab-width | ||
| 90 | @xref{Control Char Display}. | ||
| 91 | |||
| 92 | @item truncate-lines | ||
| 93 | @xref{Truncation}. | ||
| 94 | @end table | ||