Augusto Stoffel

Results 173 comments of Augusto Stoffel
trafficstars

Thanks for the comment! As a security measure (culled from direnv), that variable saves a file name and a hash of its content, so it has this shape: ``` elisp...

I actually think it's pretty reasonable to provide a file-based way to store that data. I can imagine a couple of ways to do that (single file or in the...

Okay, I think I should indeed add something like this. I would ideally use the new `multisession` API from Emacs 29, so I asked if they would be willing to...

It would be nice to fix this limitation, but this behavior stems from an important optimization tradeoff. Currently, if `main.tex` includes, say, `chapter1.tex` and `chapter2.tex`, we pretend that any new...

I guess the reason is exactly the one explained in first answer to the stackexchange question. Perhaps in the 9 years since it was written, a better solution to this...

Okay, thanks for the extra info. I'm not quite sure what do say about this, and at first sight it seems like a problem in evil. Why would people expect...

There is no LaTeX3 support as of now, but it could be done. The main issue is to generate a tags file [like one of those](https://github.com/astoff/digestif/tree/main/data). It seems possible to...

Thanks for the suggestions. Here are some questions and comments: * Eval and step: makes sense, I should add this. * Run all cells below: Should it include the current...

In your original example, I need to add `\bibliography{biblio}` somewhere to the file, but otherwise it works as expected. There is a simple integration test for citations on the CI,...

Okay, the last example doesn't work because `\textcite` is defined in biblatex and the file doesn't have the corresponding `\usepackage` call (so `\textci TAB` also doesn't complete the command name)....