Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

Process management #13

Open
wavexx opened this issue Oct 4, 2017 · 1 comment
Open

Process management #13

wavexx opened this issue Oct 4, 2017 · 1 comment

Comments

@wavexx
Copy link
Owner

wavexx commented Oct 4, 2017

python.el's management of processes is too simplistic: You can either have a single global process, or a dedicated process per-buffer. Since you cannot select/associate buffers to processes, I always end up creating dedicated processes, but then have to resort to manual yanking into the process's buffer to evaluate code that I'm debugging in a library.

The simplest behavior I can think of to fix this is:

  • add a basic function to generate a process/buffer tree [which can be used for selection]
  • allow to change the associated process once a buffer is created (by reusing the above)
  • modify the prompt to create a new process to: global process/dedicated process/select existing
@wavexx
Copy link
Owner Author

wavexx commented Feb 18, 2018

Session management: vspinu/sesman#1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant