Chris Rayner
Chris Rayner
Thanks! There might be a way to get shx to cooperate with these modes, but for now I'll add sly to the exceptions too.
I wasn't able to locate the definition of sly-mrepl-mode to confirm, but I think the root cause was that shx shadows the RET binding which these modes (and probably others)...
Thanks for reporting this! I believe I'm mistakenly matching case-insensitively, so I need to set `case-fold-search` to nil.
Hey! Thanks for saying so, I think it's starting to come together. The "Building container..." step can sometimes take a couple of minutes -- it's downloading a big fat Ubuntu...
Yeah -- there is a `--quiet` flag that is enabled. If you edit the Makefile and remove it and then type "make test" you should see the output scroll. Two...
Try using "make test" instead -- the python subprocess module unfortunately buffers all the output, so you won't see what's going on in the container. Don't worry, "make test" will...
Also, I'm excited to get this working for you too, so don't hesitate to ask lots of questions here! I'd also like to incorporate the indentation checks you added.
Agreed -- I'd like to see less python and more elisp where possible so that it can be run as a script. Actually you may have seen that the Docker...
> As melpa/melpa#6728, melpa have no python 3.6. Incidentally, it turned out that it was easy to switch to Python 3.6, since none of the build was relying on the...
Thanks, you're right -- and yeah, those regexps are a bit sloppy, so should be tidied up. I do think the lint will act correctly only the second operand is...