Elisp: Show Syntax Table

By Xah Lee. Date: . Last updated: .

View Current Syntax Table

Alt+x describe-syntax to see the value of current buffer's syntax table.

emacs describe-syntax 2021-07-26
Emacs Alt+x describe-syntax output. Left is char. Middle is the char's syntax class abbreviation.

Get Current Syntax Table

syntax-table

(syntax-table)

Return the current syntax table.

Emacs Lisp, character and syntax table