Variable: bib-etags-append-command

bib-etags-append-command is a customizable variable defined in bib-cite.el.

Value

"etags -r '/.*\\\\\\(eq\\|page\\|[fvF]\\)ref.*/' -a -o "

Documentation

Variable for the etags command and its append and output option.

In unix, this is usually "etags -r '/.*\\\\\\(eq\\|page\\|[fvF]\\)ref.*/' -a -o "
In DOS and OS/2, this *may* be "etags /a /o=" If so, set it this variable.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/bib-cite.el
(defcustom bib-etags-append-command "etags -r '/.*\\\\\\(eq\\|page\\|[fvF]\\)ref.*/' -a -o "
  "Variable for the etags command and its append and output option.
In unix, this is usually \"etags -r '/.*\\\\\\(eq\\|page\\|[fvF]\\)ref.*/' -a -o \"
In DOS and OS/2, this *may* be \"etags /a /o=\"  If so, set it this variable."
  :type 'string)