Variable: semantic-minimum-working-buffer-size

semantic-minimum-working-buffer-size is a variable defined in semantic.el.gz.

Value

5120

Documentation

The minimum size of a buffer before working messages are displayed.

Buffers smaller than this will parse silently. Buffers larger than this will display the working progress bar.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
(defvar semantic-minimum-working-buffer-size (* 1024 5)
  "The minimum size of a buffer before working messages are displayed.
Buffers smaller than this will parse silently.
Buffers larger than this will display the working progress bar.")