File: bib-mode.el.html
GNU Emacs code to help maintain databases compatible with (troff)
refer and lookbib. The file bib-file should be set to your
bibliography file. Keys are automagically inserted as you type,
and appropriate keys are presented for various kinds of entries.
FIXME: Fix the namespace use of this library.
Defined variables (9)
bib-assoc | Describes bibliographic database format. |
bib-auto-capitalize | Non-nil to automatically capitalize appropriate fields in Bib mode. |
bib-capitalize-title-stop-words | Words not to be capitalized in a title (unless the first word). |
bib-file | Default name of file used by ‘addbib’. |
bib-mode-abbrev-table | Abbrev table for ‘bib-mode’. |
bib-mode-hook | Hook run after entering Bib mode. |
bib-mode-map | Keymap for ‘bib-mode’. |
bib-mode-syntax-table | Syntax table for ‘bib-mode’. |
unread-bib-file | Default name of file used by ‘unread-bib’ in Bib mode. |
Defined functions (8)
addbib | () |
bib-capitalize-title | (S) |
bib-capitalize-title-region | (BEGIN END) |
bib-find-key | (SLOTS) |
bib-mode | () |
mark-bib | () |
return-key-bib | () |
unread-bib | () |