From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rusi Newsgroups: gmane.emacs.help Subject: Re: Python mode: make emacs use existing *Python* frame, and not open a new one Date: Fri, 6 May 2011 10:21:18 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1306268359 16239 80.91.229.12 (24 May 2011 20:19:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 May 2011 20:19:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 24 22:19:15 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QOy4R-0004Ef-Li for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 22:19:15 +0200 Original-Received: from localhost ([::1]:51792 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOy4R-0004OL-5C for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 16:19:15 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!z7g2000prh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: 116.73.35.230 Original-X-Trace: posting.google.com 1304702479 14587 127.0.0.1 (6 May 2011 17:21:19 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 6 May 2011 17:21:19 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z7g2000prh.googlegroups.com; posting-host=116.73.35.230; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:186801 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81111 Archived-At: On May 5, 7:44=A0pm, Lars Bungum wrote: > Hi, > > 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. =A0Is 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? > > --lars Looks like a bug to me.