Titus von der Malsburg

Results 42 issues of Titus von der Malsburg

This is such a great feature. One of those things that you've always missed without knowing it. One question, though: Does it make sense that this has it's own mode?...

While developing another package which is using font-lock for displaying links, I noticed an issue where Emacs runs under 100% CPU load. I couldn't nail down the root cause of...

Recipe: 1. `M-x doi-insert-bibtex RET` 2. Enter `10.1111/lnc3.12398 RET` Result is: ``` Fetching https://doi.org/10.1111/Inc3.12398 Contacting host: doi.org:443 Error while processing request: (biblio--url-error http . 404) ``` Tested with ``` GNU...

First off, thank you for this amazing package. I know I will use this a lot. I'd also like to add an action for `biblio-crossref-lookup` in [helm-bibtex](https://github.com/tmalsburg/helm-bibtex) where I already...

We already have some support for this particular field, so it would make sense to consistently support it. See #343 for context.

For instance company names which should not be reduced to the last token. See #336 for relevant discussion.

I'd like to refresh this discussion. I have the problem that I cannot add notes to reference entries which are not books, because they lack author and editor, yet these...

Instead it hard-codes a key pattern. That's in `bibtex-completion-candidates`.

The idea is to have a set of functions for finding documents associated with a bibliographic entry: * Find documents following the scheme `BibTeX-key.[pdf|djvu|docx|...]`. * Find documents referenced in the...