Roland Winkler <[EMAIL PROTECTED]> writes:
> The alist returned by bibtex-parse-entry includes the key (see
> there). So bibtex-url can use it and it seems to me that your
> command jk/bibtex-view-pdf is not needed at all. Try the scheme
> (untested)
>
> (("=key=" . ".*")
> ,jk/bibtex-pdf
Roland Winkler <[EMAIL PROTECTED]> writes:
>> Maybe the following enhanced definition can be put into emacs'
>> bibtex.el:
[...]
> Thanks a lot for these suggestions. However, I hesitate to put these
> changes into bibtex.el. It appears to me that the above value for
> bibtex-generate-url-list re
On Wed Mar 30 2005 Jochen Küpper wrote:
> Another question: I have a function, defined as below, which gets me a
> PDF from my private archive based on the entry's key (Not a "key = {}"
> item, but the actual "@Article{key," value.). Is there a way to hook
> that into the bibtex-generate-url machin
> Maybe the following enhanced definition can be put into emacs'
> bibtex.el:
> ,
> | bibtex-generate-url-list '((("doi" . "")
> | "http://dx.doi.org/";
> | ("doi" ".*" 0))
> | (("url" .
Maybe the following enhanced definition can be put into emacs'
bibtex.el:
,
| bibtex-generate-url-list '((("doi" . "")
| "http://dx.doi.org/";
| ("doi" ".*" 0))
| (("url" . ".*:.*"))
|