From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rustom Mody Subject: Re: odd behaviour in a function - looking for advice Date: Fri, 17 Jun 2011 18:24:37 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXZbA-0007vy-2B for emacs-orgmode@gnu.org; Fri, 17 Jun 2011 10:00:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXZaw-0007vM-HP for emacs-orgmode@gnu.org; Fri, 17 Jun 2011 10:00:35 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:49381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXZav-0007uD-7H for emacs-orgmode@gnu.org; Fri, 17 Jun 2011 10:00:21 -0400 Received: by iyl8 with SMTP id 8so2714253iyl.0 for ; Fri, 17 Jun 2011 07:00:20 -0700 (PDT) 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 Cc: kjambunathan@gmail.com [OT for this discussion but just wondering if Jambunathan's suggestions may work here] There has been this question asked both on the emacs and on the python list Just excerpting from http://groups.google.com/group/comp.lang.python/browse_thread/thread/acb0f2a01fe50151# I am using python-mode to write python code in Emacs, and when I use the useful C-c C-c key combination to interpret the buffer, Emacs always opens another window inside the window I am using. I prefer using Emacs split in two windows (one on each physical screen) where I program in one of them and use the Python interpreter in the other. Is there a way I can tell Emacs to use the *Python* buffer in the Window that is already open instead of creating a new one?