From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Indicate on collapsed code block if in "editing mode" Date: Tue, 19 May 2015 15:35:02 +0200 Message-ID: <877fs4zo55.fsf@nicolasgoaziou.fr> References: <87h9r8zy1k.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuheR-0000Fm-B6 for emacs-orgmode@gnu.org; Tue, 19 May 2015 09:33:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuheN-0005m8-JT for emacs-orgmode@gnu.org; Tue, 19 May 2015 09:33:43 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:55102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuheN-0005ls-DP for emacs-orgmode@gnu.org; Tue, 19 May 2015 09:33:39 -0400 In-Reply-To: (Rainer M. Krug's message of "Tue, 19 May 2015 15:27:59 +0200") 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 Cc: emacs-orgmode@gnu.org 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,