Rainer Gemulla

Results 98 comments of Rainer Gemulla

Here is a summary of what this PR fixes and what's still open. I am not sure where to look for fixing the open issues, but I do think that...

In my point of view, this PR can be merged. There are still some problems open with LaTeX, but the PR nevertheless fixes many of the problems regarding backslashes.

Not sure why the checks fail; it does not seem to be related to this PR though.

I noticed this too. Elpy does use the venv correctly to start interactive Python shells, but RPC python does not use the interpreter of the venv (which may also be...

It doesn't. ```pyvenv-workon``` seems to only add the Scripts subdirectory to ```exec-path``` (which is where ```ipython``` and ```jupyter``` is), but not the main directory (which is where ```python``` is). For...

In a system shell, the correct paths are added to the ```PATH``` environment variable, which is why it works there.

Well, in my case it's not technically Windows but Anaconda. Not sure how Anaconda does it on Linux.

Anyway, @pascal-niklaus, it may help to check if ```exec-path``` does contain the path to the venv's executables.

I like this idea! I did a quick try & it did not work in my setup, however. In particular, it seems to break when continuation lines are used (```elpy-shell-echo-input-cont-prompt```...

Yes, it's the call to the python font lock hook that breaks.