Variable: vhdl-progress-interval
vhdl-progress-interval is a variable defined in vhdl-mode.el.gz.
Value
1
Documentation
Interval used to update progress status during long operations.
If a number, percentage complete gets updated after each interval of that many seconds. To inhibit all messages, set this option to nil.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defvar vhdl-progress-interval 1
"Interval used to update progress status during long operations.
If a number, percentage complete gets updated after each interval of
that many seconds. To inhibit all messages, set this option to nil.")