Augusto Stoffel

Results 171 comments of Augusto Stoffel
trafficstars

Fine. I agree that TeX is pretty unique in that the boundary between the engine code, the styling and the content is mixed up. LaTeX sort of fixes that, introducing...

I don't know Beamer's implementation details, but I assume the command you mentioned uses [`\everymath`](https://en.wikibooks.org/wiki/TeX/everymath) internally. Thus, it is executed after and hence takes priority over the tikzcd settings. I'd...

> I think that would just be having it come later in the list of functions. Yes, using the DEPTH argument of `add-hook`. > How would your customization option work?...

@jamescooke IIUC, your solution above forgets the pinned versions of any previously existing base.txt and dev.txt, since system.txt is generated afresh each time. Now, suppose we have the following files:...

That's a neat idea, the `mode-line-format`-style prompt.

@urish1, @aspiers, @ska2342 Did you try the future history, i.e., `M-n`? To me, isearch's `C-w` is one of those quircky special features that you actually don't want to replicate.

@aspiers Works for me as well. Maybe you have an old version installed? > So it kind of works like `C-w`, except you can't repeat `M-n` to expand the selection...

> What is `M-n` bound to in the `ctrlf` mini-buffer for you? `next-history-element`. "Future history" is a standard feature of `completing-read`, and the beauty of ctrlf is that nothing extra...

I don't know how Helm does it, but the `.info` files (as opposed to the `.texi` source) are already pretty much plain text, and info mode just narrows to a...

How about opening the notebook with `C-x C-f` when immediately saving a copy with `C-x C-w`. This doesn't change the original, right?