From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org-activate-plain-links assumes that 'face is a list [8.3.3 (8.3.3-26-ge92a06-elpa @ /home/clement/.emacs.d/elpa/org-20160125/)] Date: Sun, 31 Jan 2016 23:07:04 +0100 Message-ID: <874mdt1jzr.fsf@nicolasgoaziou.fr> References: <56A78462.1020505@live.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQ07G-0007z5-Qt for emacs-orgmode@gnu.org; Sun, 31 Jan 2016 17:05:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQ07D-0002TY-J6 for emacs-orgmode@gnu.org; Sun, 31 Jan 2016 17:05:06 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:35358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQ07D-0002TS-CW for emacs-orgmode@gnu.org; Sun, 31 Jan 2016 17:05:03 -0500 In-Reply-To: <56A78462.1020505@live.com> (=?utf-8?Q?=22Cl=C3=A9ment?= Pit--Claudel"'s message of "Tue, 26 Jan 2016 09:36:18 -0500") 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: =?utf-8?Q?Cl=C3=A9ment?= Pit--Claudel Cc: emacs-orgmode@gnu.org Hello, Cl=C3=A9ment Pit--Claudel writes: > Updating org a few days ago broke syntax highlighting. The function > org-activate-plain-links has this snippet: > > (memq 'org-tag > (get-text-property > (max (1- (match-beginning 0)) (point-min)) 'face)) > > However, the text property that gets returned on my machine is > 'org-level-2 (which is not a list). This causes font-locking to > fail with the following message: > > Error during redisplay: (jit-lock-function 4968) signaled (wrong-type= -argument listp org-level-2) > > This started happening recently. Can I provide more information? This was fixed last Monday. ELPA is expected to contain the fix tomorrow. Regards, --=20 Nicolas Goaziou