Maybe the following enhanced definition can be put into emacs' bibtex.el: ,---- | bibtex-generate-url-list '((("doi" . "") | "http://dx.doi.org/" | ("doi" ".*" 0)) | (("url" . ".*:.*")) | (("journal" . "\\<\\(PR[ABCDEL]?\\|RMP\\)\\>") | "http://link.aps.org/abstract/" | ("journal" ".*" downcase) | "/v" ("volume" ".*" 0) | "/p" ("pages" "\\`\\([0-9]+\\)" 1)) | (("journal" . "\\<\\(APL\\|JAP\\|JCP\\|JMP\\|JPCRD\\|RSI\\)\\>") | "http://link.aip.org/link/?" | ("journal" ".*" upcase) | "/" ("volume" ".*" 0) | "/" ("pages" "\\`\\([0-9]+\\)" 1) | "/" "1")) `---- It adds support for journal from one additional publisher (AIP) and also the more general case of using a DOI [1], which are really what should be used today in a database to refer to online content.
It would also be nice to have DOI in bibtex-entry-field-alist (as optional entry for all entry types) and to have the field buttonized if available (just like url or journal (if prl/jcp/or such). Please cc: me on replies. Greetings, Jochen Footnotes: [1] See http://www.doi.org/index.html for more information on DOIs. -- Einigkeit und Recht und Freiheit http://www.Jochen-Kuepper.de Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D (Part 3 you find in my messages before fall 2003.) _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel