Jorgen Schäfer

Results 141 comments of Jorgen Schäfer

Thank you – could you post the exact traceback, please? Also, what file system is this on?

@webhamster sent me the backlog in private mail, the lock happens in the same place: `process-send-string`. That's incredibly confusing. That can only mean that Elpy's input is blocked and it...

Yay. Shotgun debugging! To verify if this is really the problem, please evaluate this form. The `*Messages*` buffer then will contain messages listing the duration of each such call. Does...

Huh. That's _really_ strange. What's the value of `default-process-coding-system` in Emacs and `os.linesep` in Python?

Ok, that's not the problem, then. I remain confused! :-)

It should cause output when Elpy tries to send more stuff to the backend. As in, if you have to C-g things, evaluate that, and continue to work, it should...

Hm. Can you add `os.getpid()` to the output, to check if that's a new process every time? Also, does the following lock up after some time? ``` Lisp (let* ((buf...

> Oh, but it also never stops with just the PID written to the file, meaning that elpy does not wait for new messages, but is occupied itself. You're missing...

Emacs is doing something _very_ weird there. Does this reproduce the problem? ``` Lisp (with-temp-buffer (python-mode) (elpy-mode) (let ((n 0)) (while t (message ">>> %S" (elpy-rpc "echo" (list n))) (setq...

Hello, and thanks for the report! I'm afraid Elpy does not support Tramp at all.