Reuben Thomas

Results 389 comments of Reuben Thomas

@EvanHahn-Signal Thanks for looking into this! As soon as I click Log Out, I can no longer interact with the application: the window title bar disappears, and the application does...

Well, of course I can't make it happen now. So if it does happen again and the logs look worthwhile, I'll post them…Sorry!

The nice thing about translate on point is that it works with links. (I just tried translate on click, remembering to reload the page &c., and I couldn't get it...

Note that an earlier version of the instructions used the location `/usr/share/keyrings` instead of `/etc/apt/keyrings` in the `sources.list.d` file, so I had to update that to make it work with...

Thanks for these. Patch welcome, otherwise I'll look at it some time.

Fixed. (One warning remains for me in Emacs 29.3, but it's incorrect, as it complains about a single quote character in a docstring, but the line in question is a...

It's an optional dependency, detected at runtime; see line 198. I wasn't sure what to do about this.

The point of the code here is to detect whether the current mode is based on SMIE, so a better way to do that would be the correct solution, I...

Does changing `(featurep 'smie)` to `(boundp 'smie-grammar)` fix one of the warnings, at least?

> The Emacs maintainer has commented about that warning, see here: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75876 Many thanks for this, fixed, I think.