Variable: semantic-flex-enable-whitespace

semantic-flex-enable-whitespace is a buffer-local variable defined in lex.el.gz.

This variable is obsolete since 28.1.

Documentation

When flexing, report whitespace as syntactic elements.

Useful for languages where the syntax is whitespace dependent. Only set this on a per mode basis, not globally.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/lex.el.gz
(defvar-local semantic-flex-enable-whitespace nil
  "When flexing, report whitespace as syntactic elements.
Useful for languages where the syntax is whitespace dependent.
Only set this on a per mode basis, not globally.")