From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: Indicate on collapsed code block if in "editing mode" Date: Tue, 21 Jul 2015 19:24:08 -0500 Message-ID: References: <87h9r8zy1k.fsf@nicolasgoaziou.fr> <877fs4zo55.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHhpT-0001Pr-9Z for emacs-orgmode@gnu.org; Tue, 21 Jul 2015 20:24:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHhpS-0005gD-50 for emacs-orgmode@gnu.org; Tue, 21 Jul 2015 20:24:11 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:38074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHhpR-0005dI-TV for emacs-orgmode@gnu.org; Tue, 21 Jul 2015 20:24:10 -0400 Received: by wibxm9 with SMTP id xm9so78086365wib.1 for ; Tue, 21 Jul 2015 17:24:08 -0700 (PDT) In-Reply-To: <877fs4zo55.fsf@nicolasgoaziou.fr> 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: Rainer M Krug , "emacs-orgmode@gnu.org" Very personal preference: I set `org-src-window-setup' to `'current-window' to avoid that. Grant Rettke -- gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/ =E2=80=9CWisdom begins in wonder.=E2=80=9D --Socrates =E2=80=9CAll creativity is an extended form of a joke.=E2=80=9D --Kay ((=CE=BB (x) (x x)) (=CE=BB (x) (x x))) =E2=80=9CLife has become immeasurably better since I have been forced to st= op taking it seriously.=E2=80=9D --Thompson On Tue, May 19, 2015 at 8:35 AM, Nicolas Goaziou w= rote: > Rainer M Krug writes: > >> Scrolling delays when having non-collapsed code blocks, as my document >> is relatively long and contains many code blocks (literate >> programming). >> >> I already disabled fontification for the code blocks, but it does not >> make a big difference. > > I meant: why do you need to know if a collapsed code block is being > edited? > > Regards, >