You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often find myself using lpy with a Python process already running.
Using lpy indirectly uses le-python.el and I often find it spawning a new Python process (lispy-python-default).
I made a few attempts to add a hook that attaches the buffer to an existing process, but they seem to be flaky at best. Perhaps ideally this would be incorporated as a customization of lispy (and lpy).
The text was updated successfully, but these errors were encountered:
I often find myself using
lpy
with a Python process already running.Using
lpy
indirectly usesle-python.el
and I often find it spawning a new Python process (lispy-python-default
).I made a few attempts to add a hook that attaches the buffer to an existing process, but they seem to be flaky at best. Perhaps ideally this would be incorporated as a customization of lispy (and lpy).
The text was updated successfully, but these errors were encountered: