From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: named python session Date: Wed, 12 Aug 2015 16:06:20 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPXbx-0004UD-98 for emacs-orgmode@gnu.org; Wed, 12 Aug 2015 11:06:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPXbs-0000P3-A6 for emacs-orgmode@gnu.org; Wed, 12 Aug 2015 11:06:37 -0400 Received: from plane.gmane.org ([80.91.229.3]:51910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPXbs-0000Op-3h for emacs-orgmode@gnu.org; Wed, 12 Aug 2015 11:06:32 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZPXbq-0000Ak-GQ for emacs-orgmode@gnu.org; Wed, 12 Aug 2015 17:06:30 +0200 Received: from 193.63.222.18 ([193.63.222.18]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Aug 2015 17:06:30 +0200 Received: from andreas.leha by 193.63.222.18 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Aug 2015 17:06:30 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 question: How do I associate that with the python process in *mypy*? I am asked to start python when I run python-shell-send-region. Thanks, Andreas