Re: [[email protected]: bibtex-generate-url-list enhancement]

2005-03-30 Thread Jochen Küpper
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

Re: [[email protected]: bibtex-generate-url-list enhancement]

2005-03-30 Thread Jochen Küpper
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

Re: [[email protected]: bibtex-generate-url-list enhancement]

2005-03-30 Thread Roland Winkler
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

Re: [[email protected]: bibtex-generate-url-list enhancement]

2005-03-30 Thread Roland Winkler
> Maybe the following enhanced definition can be put into emacs' > bibtex.el: > , > | bibtex-generate-url-list '((("doi" . "") > | "http://dx.doi.org/"; > | ("doi" ".*" 0)) > | (("url" .

bibtex-generate-url-list enhancement

2005-03-21 Thread Jochen Küpper
Maybe the following enhanced definition can be put into emacs' bibtex.el: , | bibtex-generate-url-list '((("doi" . "") | "http://dx.doi.org/"; | ("doi" ".*" 0)) | (("url" . ".*:.*")) |