Variable: semantic-flex-enable-bol

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

This variable is obsolete since 28.1.

Documentation

When flexing, report beginning of lines as syntactic elements.

Useful for languages like python which are indentation sensitive. 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-bol nil
  "When flexing, report beginning of lines as syntactic elements.
Useful for languages like python which are indentation sensitive.
Only set this on a per mode basis, not globally.")