phil-s

Results 196 comments of phil-s

The best general approach I know for running `emacs --script` is: ```el #!/bin/sh ":"; exec emacs -Q --script "$0" -- "$@" # -*-emacs-lisp-*- (pop argv) ; Remove the "--" argument...

It's undeniably a hack, but the shell part is POSIX behaviour, and Elisp isn't ever going to stop using `;` as a comment starter. IMHO it's about as safe as...

I've mentioned this thread to Po Lu, but it turns out that he doesn't have a GitHub account, and so won't be able to discuss the issue here. I'm not...

Even with `/set matrix.network.print_unconfirmed_messages 0`, I'm still seeing the occasional ```el (weechat-handle-color-codes "\31") ``` Which fails when attempting to get the `next` character after that one, as there isn't one....

As a data point, I'm running 18.04/bionic and I used gcc-10 to build Emacs with native compilation. I have the `ubuntu-toolchain-r/test` PPA in my sources, so that's likely how I...

n.b. How to disable Electrolysis: https://github.com/mooz/keysnail/issues/213#issuecomment-251791774

I just looked up how to disable this electrolysis feature, and the option name for it is quite astonishingly unintuitive. I've not yet had to do this myself, but hopefully...

Wow. I would assume that it was indeed intended as a joke, and that the author of the plugin was ignorant of how offensive it would be to many people....

pjstadig: I thought I was in the same situation, and then I noticed that Keysnail simply wasn't "enabled" any longer in my profile. Menu -> Tools -> Keysnail -> Enable...

You probably need to `sudo make install` in the olm build directory.