Variable: semantic-idle-work-parse-neighboring-files-flag

semantic-idle-work-parse-neighboring-files-flag is a customizable variable defined in idle.el.gz.

Value

nil

Documentation

Non-nil means to parse files in the same dir as the current buffer.

Disable to prevent lots of excessive parsing in idle time.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/idle.el.gz
;;; WORK FUNCTION
;;
;; Unlike the shorter timer, the WORK timer will kick of tasks that
;; may take a long time to complete.
(defcustom semantic-idle-work-parse-neighboring-files-flag nil
  "Non-nil means to parse files in the same dir as the current buffer.
Disable to prevent lots of excessive parsing in idle time."
  :group 'semantic
  :type 'boolean)