From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: org-src-fontify-natively stops working in 8.3 Date: Tue, 04 Aug 2015 23:49:28 -0400 Message-ID: <87r3nio0mv.fsf@kmlap.domain.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMphx-0002Lt-DW for emacs-orgmode@gnu.org; Tue, 04 Aug 2015 23:49:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMphu-0001ro-3t for emacs-orgmode@gnu.org; Tue, 04 Aug 2015 23:49:37 -0400 Received: from mail-qk0-f172.google.com ([209.85.220.172]:36373) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMpht-0001rB-Vp for emacs-orgmode@gnu.org; Tue, 04 Aug 2015 23:49:34 -0400 Received: by qkdv3 with SMTP id v3so10863887qkd.3 for ; Tue, 04 Aug 2015 20:49:30 -0700 (PDT) In-Reply-To: (Kaushal's message of "Tue, 4 Aug 2015 22:38:36 -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: Kaushal Cc: emacs-org list Kaushal wrote: > Hi, > > The source code block fontification stops working in all my org files in > version 8.3. Sorry, this was broken by my backport (d81e6b5) and the following merge to master. I should have caught this because 99f9999 ("org-src.el (org-src-font-lock-fontify-block): Do not use `font-lock-ensure'", 2014-07-27) was already in response to an earlier attempt to use font-lock-ensure here (although I've been unable to find the original ML post). I'll restore the use of font-lock-fontify-buffer and leave a comment to make sure it isn't reverted again. -- Kyle