Variable: antlr-slow-cache-enabling-symbol

antlr-slow-cache-enabling-symbol is a variable defined in antlr-mode.el.gz.

Value

loudly

Documentation

If value is a bound symbol, cache will be used even with text changes.

This is no user option. Used for antlr-slow-syntactic-context.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defvar antlr-slow-cache-enabling-symbol 'loudly
;; Emacs's font-lock changes buffer's tick counter, therefore this value should
;; be a parameter of a font-lock function, but not any other variable of
;; functions which call `antlr-slow-syntactic-context'.
  "If value is a bound symbol, cache will be used even with text changes.
This is no user option.  Used for `antlr-slow-syntactic-context'.")