Next: Syntax Table Internals, Previous: Parsing Expressions, Up: Syntax Tables [Contents][Index]
Most of the major modes in SXEmacs have their own syntax tables. Here are several of them:
This function returns the standard syntax table, which is the syntax table used in Fundamental mode.
The value of this variable is the syntax table used in Text mode.
The value of this variable is the syntax table for C-mode buffers.
The value of this variable is the syntax table used in Emacs Lisp mode
by editing commands. (It has no effect on the Lisp read
function.)