From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Westlake Subject: Org mode fontification broken Date: Mon, 12 Nov 2018 14:52:30 +0000 Message-ID: <1542034350.3654769.1574056248.703B68E7@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMDa7-0004RJ-0x for emacs-orgmode@gnu.org; Mon, 12 Nov 2018 09:52:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMDa4-0006sE-BM for emacs-orgmode@gnu.org; Mon, 12 Nov 2018 09:52:50 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:36563) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gMDZw-0006nh-Qw for emacs-orgmode@gnu.org; Mon, 12 Nov 2018 09:52:42 -0500 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id B6DBA21B5A for ; Mon, 12 Nov 2018 09:52:30 -0500 (EST) 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" To: emacs-orgmode Since upgrading from Fedora 27 to Fedora 28, Emacs 26.1-3.fc28.x86_64, links and other fontified text in Org files appear as the underlying plain text. A few of them look correct, and deleting a marker character (e.g. square bracket) and reinserting it makes the link appear correctly for a while. The Messages buffer is full of things like this: Error during redisplay: (jit-lock-function 501) signaled (wrong-type-argument listp org-level-4) Error during redisplay: (jit-lock-function 1001) signaled (wrong-type-argument listp org-level-4) Error during redisplay: (jit-lock-function 1501) signaled (wrong-type-argument listp org-level-3) Error during redisplay: (jit-lock-function 2001) signaled (wrong-type-argument listp org-level-3) Error during redisplay: (jit-lock-function 1152403) signaled (wrong-type-argument listp org-level-2) I've attempted to set jit-lock-mode to nil in .emacs, with no success. This Emacs has a built-in version of Org, 9.1.14, and I've tried 20181125 installed through Melpa. Nothing makes a difference. Any ideas? Peter.