A follow up on this question - if I have two python shells running in emacs, how can I designate which shell commands from each python script buffer is sent to? I suspect it has something to do with python-buffer
and python-set-proc
but setting these variables to the name of the shell is apparently not the solution.
Edit: actually since I am using python-mode
rather than loveshack python, it probably does not have to do with python-buffer
and python-set-proc
.