From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: open a source code Date: Mon, 28 May 2012 10:36:37 -0600 Message-ID: <87fwaks1j3.fsf@gmx.com> References: <87mx4sflto.fsf@cica.cica> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZ2yq-0000W7-Ab for emacs-orgmode@gnu.org; Mon, 28 May 2012 12:39:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SZ2yo-0003MF-Id for emacs-orgmode@gnu.org; Mon, 28 May 2012 12:39:39 -0400 Received: from mailout-us.gmx.com ([74.208.5.67]:47516) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SZ2yo-0003M4-9m for emacs-orgmode@gnu.org; Mon, 28 May 2012 12:39:38 -0400 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: Petro Cc: emacs-orgmode@gnu.org Petro writes: > Hi all. > If I open a python code using "C-c '", emacs window splits into two. One > with with python mode and another with org mode. How can I prevent > splitting and make python window full screen? > Thanks. > Petro. > > > Hi Petro, Customize the `org-src-window-setup' variable to change this behavior. The following should be close to what you're after. (setq org-src-window-setup 'current-window) Best, -- Eric Schulte http://cs.unm.edu/~eschulte