Steve Purcell
Steve Purcell
I wanted to note here that it seems there was an `auto-complete` issue (auto-complete/auto-complete#153) which caused similar hanging issues with EDTS (an Erlang helper mode with a similar socket-based backend...
Same here, but with a different flag: ``` [14:32:30] [info] [
Yep, sorry. If you are interested in helping make it work, I'm sure that would be appreciated. I personally use Intero these days.
Tbh, in the end I [rolled my own code for this](https://github.com/purcell/nix-emacs-ci/blob/d78de6883eb7c54e24018b1a030a2ba40e116efa/flake.nix#L102-L123), because the nix snippet with my own preferences is pretty trivial: it's the YAML workflow incantation for generating the...
Actually, it looks like this is a reasonable workaround: ```nix githubActions = nix-github-actions.lib.mkGithubMatrix { checks = { inherit (self.checks) "x86_64-linux" "x86_64-darwin"; }; }; ``` so I wonder if a change...
I looked at this a little just now and didn't figure it out either, sorry.
My 2c. would be to not try to be clever about the bash regions. This is quite an early stage for the major mode, probably best to get the basics...
> the most recent release on MELPA of ledger-mode Yes, but these are explicitly snapshot packages, so the request for a fresh stable release is still broadly reasonable — only...
I think first I'd like to see whether we can build with a gcc7 and maintain support for 24.x. It took a while to figure this out the first time...