Variable: speedbar-fetch-etags-arguments

speedbar-fetch-etags-arguments is a customizable variable defined in speedbar.el.gz.

Value

("-D" "-I" "-o" "-")

Documentation

List of arguments to use with speedbar-fetch-etags-command.

This creates an etags output buffer. Use speedbar-toggle-etags to modify this list conveniently. This variable is ignored if speedbar-use-imenu-flag is t.

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defcustom speedbar-fetch-etags-arguments '("-D" "-I" "-o" "-")
  "List of arguments to use with `speedbar-fetch-etags-command'.
This creates an etags output buffer.  Use `speedbar-toggle-etags' to
modify this list conveniently.
This variable is ignored if `speedbar-use-imenu-flag' is t."
  :group 'speedbar
  :type '(choice (const nil)
		 (repeat :tag "List of arguments" string)))