| www.delorie.com/gnu/docs/elisp-manual-21/elisp_588.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
When the syntax table is not flexible enough to specify the syntax of a
language, you can use syntax-table text properties to override
the syntax table for specific character occurrences in the buffer.
See section 32.19 Text Properties.
The valid values of syntax-table text property are:
(syntax-code . matching-char)
nil
nil, the character's syntax is determined from
the current syntax table in the usual way.
nil, the syntax scanning functions pay attention
to syntax text properties. Otherwise they use only the current syntax
table.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |