Matthieu Lemerre

Results 8 comments of Matthieu Lemerre

I have emacs-27.1 on debian, and the problem also happens with emacs -Q. I now have a simpler test case: (package-initialize) (async-byte-recompile-directory "/home/matthieu/.emacs.d/elpa/counsel-0.13.4") (async-byte-recompile-directory "/home/matthieu/.emacs.d/elpa/async-20210823.528") In the latter, I also...

Hi, yes I think that some of the files were not committed because I wanted to clean them up first... I'll see what I can do to solve this issue...

Hi, I was a bit disappointed that I could not get any positive nor negative review on the language; even if I did not spent a lot of time trying...

I second this, as org-roam v2 is the default in melpa now. Thanks for nroam!

As a temporary workaround I replaced (prog1 (get-text-property (point) 'cite-key) with (prog1 (car keys) but I guess this will fail when I use multiple citations. There seems to be a...

I found out that I add (setq org-ref-activate-cite-links nil) in my config, which explains why in general the bug is not triggered. Still, the bug remains if this option is...

Thanks for the pointer! The "weak_query" function in #12251 would indeed solve my problem. And @elarnon also observed that we could bypass the API restriction by adding a redundant weak...

In my current implementation, I do hashcons the keys, so it would already be nice if the new API supported this! Though I fail to understand how this could be...