ein-jupyter: We really need accept-process-output on Windows.

This commit is contained in:
John Miller 2017-10-23 19:40:06 -05:00
parent 9c2e6fe7c8
commit 08a021781f

View file

@ -156,6 +156,8 @@ the log of the running jupyter server."
(proc (ein:jupyter-server--run ein:jupyter-server-buffer-name
*ein:last-jupyter-command*
*ein:last-jupyter-directory*)))
(when (eql system-type 'windows-nt)
(accept-process-output proc ein:jupyter-server-run-timeout))
(deferred:$
(deferred:timeout
ein:jupyter-server-run-timeout 'ein:jupyter-timeout-sentinel