Omar Antolín Camarena

Results 379 comments of Omar Antolín Camarena

This is a good idea! I don't think pdf-tools belongs in embark proper, because Embark only supports only built-in Emacs packages (with the exception of completion frameworks: Vertico and Ivy,...

Sounds good, but I have zero clue what that option does. 😁

Huh, I thought we already did use full paths, but I guess that's just because `read-file-name` candidates are full paths, not because we were taking any steps to ensure it...

I like that idea. I already have that `abbreviate-file-name` & `expand-file-name` combo sprinkled all over the embark source code. I think putting in the transformer might actually allow me to...

I'll look into pixel scrolling, but what problem exactly did you have with scroll-other-window? The code for scroll-other-window is intended to be the keyboard-based solution to this problem; and if...

Embark is supposed to ensure that scroll-other-window scrolls the action list. If there are circumstances in which it does not work, I'd love to have a recipe to reproduce those...

Thanks, I'll give that seeing a try.

OK, so I think I've fixed the problem with `pixel-scroll-precision-mode`, by adding the oddly named `pixel-scroll-precision` to the list of commands considered as scrolling commands. 194c042ef450db7f3b77e3400e1f2e6a80a71ef8 Please test. As for...