From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: `org-edit-special` doesn't respect dedicated windows Date: Sat, 07 Mar 2015 21:34:36 +0100 Message-ID: <87ioec7dib.fsf@nicolasgoaziou.fr> References: <87vbil757a.fsf@gmail.com> <877fv15b21.fsf@nicolasgoaziou.fr> <878ufhrrm2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YULPf-0002bW-0d for emacs-orgmode@gnu.org; Sat, 07 Mar 2015 15:33:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YULPZ-0005Kn-TC for emacs-orgmode@gnu.org; Sat, 07 Mar 2015 15:33:30 -0500 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:41635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YULPZ-0005KZ-NY for emacs-orgmode@gnu.org; Sat, 07 Mar 2015 15:33:25 -0500 In-Reply-To: <878ufhrrm2.fsf@gmail.com> (Alexis's message of "Sun, 01 Mar 2015 20:31:33 +1100") 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: Alexis Cc: emacs-orgmode Alexis writes: > Thanks for bringing my attention to this variable! However, setting it > to 'current-window seems to have no effect; rather than the Org buffer > being replaced by an Emacs Lisp buffer, either a new window is created > for the latter, or an existing (non-dedicated) window is taken over by > the latter. Am i missing something / doing something else wrong? > > (Btw, i'm using version 20150223 of Org from the orgmode.org ELPA - > sorry i didn't mention that in my previous message!) I cannot reproduce the problem with `current-window' on development branch. Regards,