Variable: bib-string-ignored-warning

bib-string-ignored-warning is a customizable variable defined in bib-cite.el.

Value

("jan" "feb" "mar" "apr" "may" "jun" "jul" "aug" "sep" "sept" "oct"
 "nov" "dec" "acmcs" "acta" "cacm" "ibmjrd" "ibmjs" "ieeese"
 "ieeetcad" "ieeetc" "ipl" "jacm" "jcss" "scp" "sicomp" "tcs" "tocs"
 "tods" "tog" "toms" "toois" "toplas")

Documentation

@string abbreviations for which a warning is not given if not defined.

These are usually month abbreviations (or journals) defined in a style file.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/bib-cite.el
(defcustom bib-string-ignored-warning
  '("jan" "feb" "mar" "apr" "may" "jun" "jul" "aug" "sep" "sept" "oct" "nov"
    "dec" "acmcs" "acta" "cacm" "ibmjrd" "ibmjs" "ieeese" "ieeetcad"
    "ieeetc" "ipl" "jacm" "jcss" "scp" "sicomp" "tcs" "tocs" "tods" "tog"
    "toms" "toois" "toplas" )
  "@string abbreviations for which a warning is not given if not defined.
These are usually month abbreviations (or journals) defined in a style file."
  :type '(repeat (string :tag "Entry")))