[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-src-fontify-natively stops working in 8.3
From: |
Kyle Meyer |
Subject: |
Re: [O] org-src-fontify-natively stops working in 8.3 |
Date: |
Tue, 04 Aug 2015 23:49:28 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Kaushal <address@hidden> 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