Jorgen Schäfer
Jorgen Schäfer
> How hard, in your estimation, would be to support tramp? No idea. Tramp regularly fails for me, in any use case. I dislike it, and avoid it like the...
If you want to work on it, feel free. The biggest problem will be path translation between Emacs Lisp and Python, which _probably_ should be handled on the Emacs side....
Nice idea, thank you!
Hello, and thanks for the question! There are multiple ones, so let's address each in turn :-) > it does not seem to work (no auto-fill, or syntax error checking...
> The interesting thing though is that even before I fixed the exec-path thing, flake8 was functional after activating a virtual environment, not sure why. That would indicate that flake8...
You have to make sure that `flake8` is in your `PATH` – it's a bit tricky to figure out why it isn't remotely.
Elpy uses `/bin/bash` to run the command you specify for syntax checks. `/bin/bash` can not find `flake8`. You will have to make sure that `/bin/bash` can find `flake8`. As I...
I do not use zsh so can not help you with that tool.
Thanks for the report, and glad you like typo.el. This is a "feature" in typo.el to prevent typo from doing weird stuff inside an XML tag. If you change `typo-disable-electricity-functions`...
Thank you for the feedback :-) It would indeed make sense to activate this only in XML- or HTML-like modes. Also, restricting the regexp to match only letters and underscore...