Mercurial > emacs
view lispref/=buffer-local.texi @ 17464:36483a1ada24
(SYNTAX_ENTRY_VIA_PROPERTY): Set to take `syntax-table'
text property into account when doing SYNTAX (c).
(ST_COMMENT_STYLE, ST_STRING_STYLE): New codes to denote
delimiters for new types of strings and comments.
(Vparse_sexp_lookup_properties): New variable.
(struct lisp_parse_state): Comment updated.
(gl_state): New global variable.
(update_syntax_table): New function.
(char_quoted): Move earlier, update gl_state when needed.
(find_defun_start): Update gl_state when needed.
(back_comment): New function.
(Scomment_fence, Sstring_fence): New delimeter char classes
denoted by `!' and `|'.
(Fchar_syntax, Fmatching_paren): Update gl_state to whole-bufferstate.
(scan_words): update gl_state when needed.
(Fskip_chars_forward): Move from search.c.
(Fskip_chars_backward): Move from search.c.
(Fskip_syntax_forward): Move from search.c.
(Fskip_syntax_backward): Move from search.c.
(skip_chars): Move from search.c.
(Fforward_comment, scan_lists): Update gl_state when needed.
Handle Scomment_fence, Sstring_fence.
(Fbackward_prefix_chars) Update gl_state when needed.
(scan_sexps_forward): Update gl_state when needed.
Handle Scomment_fence, Sstring_fence. If comment_stop==-1, stop at start
or end of comment or string.
(Fparse-partial-sexp): Doc fix.
(syms_of_syntax): Move initialization of skip* from search.c.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 15 Apr 1997 04:53:58 +0000 |
parents | ff534fe68eca |
children |
line wrap: on
line source
@c -*-texinfo-*- @setfilename ../info/locals @node Standard Buffer-Local Variables, Standard Keymaps, Standard Errors, Top @appendix Standard Buffer-Local Variables The table below shows all of the variables that are automatically local (when set) in each buffer in Emacs Version 18 with the common packages loaded. @table @code @item abbrev-mode @xref{Abbrevs}. @item auto-fill-function @xref{Auto Filling}. @item buffer-auto-save-file-name @xref{Auto-Saving}. @item buffer-backed-up @xref{Backup Files}. @item buffer-display-table @xref{Active Display Table}. @item buffer-file-name @xref{Buffer File Name}. @item buffer-file-truename @xref{Buffer File Name}. @item buffer-read-only @xref{Read Only Buffers}. @item buffer-saved-size @xref{Point}. @item case-fold-search @xref{Searching and Case}. @item ctl-arrow @xref{Control Char Display}. @item default-directory @xref{System Environment}. @item fill-column @xref{Auto Filling}. @item left-margin @xref{Indentation}. @item list-buffers-directory @xref{Buffer File Name}. @item local-abbrev-table @xref{Abbrevs}. @item major-mode @xref{Mode Help}. @item mark-ring @xref{The Mark}. @item minor-modes @xref{Minor Modes}. @item mode-name @xref{Mode Line Variables}. @item overwrite-mode @xref{Insertion}. @item paragraph-separate @xref{Standard Regexps}. @item paragraph-start @xref{Standard Regexps}. @item require-final-newline @xref{Insertion}. @item selective-display @xref{Selective Display}. @item selective-display-ellipses @xref{Selective Display}. @item tab-width @xref{Control Char Display}. @item truncate-lines @xref{Truncation}. @end table