From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Marie Gaillourdet Subject: Bug report: syntax highlighting fails with org-indent-mode and emacs 23.2 Date: Thu, 04 Nov 2010 14:33:32 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=55868 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDzwg-0002DE-NL for emacs-orgmode@gnu.org; Thu, 04 Nov 2010 09:33:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDzwf-0006T5-Hx for emacs-orgmode@gnu.org; Thu, 04 Nov 2010 09:33:38 -0400 Received: from mailgw1.uni-kl.de ([131.246.120.220]:39153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDzwe-0006SA-44 for emacs-orgmode@gnu.org; Thu, 04 Nov 2010 09:33:37 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, Thanks for this great piece of software. Today, I've realised a regression in functionality with org-indent-mode with org-mode of this morning. A file with #+STARTUP: indent isn't syntax highlighted at all. The message buffer says fontification fails with: (invalid-function with-silent-modifications) All calls to =with-silent-modifcations= have been introduced by git commit e40903a6. This commit replaces =org-unmodified= with =with-silent-modifications=. I've reverted this manually and syntax highlighting works again with org-indent-mode. Is with-silent-modifications an addition of Emacs 24? I am still using 23.2 and would prefer to continue to do so. This on Mac OS X. Regards, Jean-Marie