Re: [O] named python session

2015-08-13 Thread Ken Mankoff
Hi Andreas, Glad I could help, and THANK YOU for your improvement. I had started to try to use the session name, if present, but never figured it out. It was on my TODO list. -k. On 2015-08-13 at 06:12, Andreas Leha wrote: > Hi Ken, > > Ken Mankoff writes: >> Hi Andreas, >> >> On 2015-0

Re: [O] named python session

2015-08-13 Thread Andreas Leha
Hi Ken, Ken Mankoff writes: > Hi Andreas, > > On 2015-08-12 at 08:06, Andreas Leha > wrote: >> How do I associate that with the python process in *mypy*? >> I am asked to start python when I run python-shell-send-region. > > > I have set up my system so that Org asks for a buffer name every tim

Re: [O] named python session

2015-08-12 Thread Ken Mankoff
Hi Andreas, On 2015-08-12 at 08:06, Andreas Leha wrote: > How do I associate that with the python process in *mypy*? > I am asked to start python when I run python-shell-send-region. I have set up my system so that Org asks for a buffer name every time =org-edit-special= is called. This may be

[O] named python session

2015-08-12 Thread Andreas Leha
Hi python users, I have a simple question to all python users. I have a source block with a named python session, e.g. #+begin_src python :results output :session mypy x = 1 print x #+end_src Now I - execute that source block and then I - edit that block in its own buffer via C-c '. My