From mboxrd@z Thu Jan 1 00:00:00 1970 From: boris martin Subject: Re: Bug: no more fontifying in org mode [9.1.14 (9.1.14-dist @ /home/abel/git-ext/org-9.1.14/lisp/)] Date: Thu, 15 Nov 2018 09:54:53 +0100 Message-ID: <092cf0aa-7eef-4c6d-f6d7-0da371f940f7@univ-rennes1.fr> References: <87k1lh3p00.fsf@nicolasgoaziou.fr> <87efbngx29.fsf@nicolasgoaziou.fr> 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]:57454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNDR9-0000hD-Jz for emacs-orgmode@gnu.org; Thu, 15 Nov 2018 03:55:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gNDR5-0002xM-9S for emacs-orgmode@gnu.org; Thu, 15 Nov 2018 03:55:43 -0500 Received: from smtpout01-ext3.partage.renater.fr ([194.254.240.34]:60218 helo=smtpout10.partage.renater.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNDR3-0002p5-QK for emacs-orgmode@gnu.org; Thu, 15 Nov 2018 03:55:39 -0500 Received: from zmtaout01.partage.renater.fr (zmtaout01.partage.renater.fr [194.254.240.30]) by smtpout10.partage.renater.fr (Postfix) with ESMTP id 1A3246031B for ; Thu, 15 Nov 2018 09:55:32 +0100 (CET) Received: from zmtaout01.partage.renater.fr (localhost [127.0.0.1]) by zmtaout01.partage.renater.fr (Postfix) with ESMTPS id EAB861A0288 for ; Thu, 15 Nov 2018 09:55:31 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by zmtaout01.partage.renater.fr (Postfix) with ESMTP id CA6E51A0262 for ; Thu, 15 Nov 2018 09:55:31 +0100 (CET) Received: from zmtaout01.partage.renater.fr ([127.0.0.1]) by localhost (zmtaout01.partage.renater.fr [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 0IV1rzsBk32m for ; Thu, 15 Nov 2018 09:55:31 +0100 (CET) Received: from [129.20.32.155][129.20.32.155] (lb01.partage.renater.fr [194.254.242.1]) by zmtaout01.partage.renater.fr (Postfix) with ESMTPA id 73B451A0124 for ; Thu, 15 Nov 2018 09:55:31 +0100 (CET) In-Reply-To: <87efbngx29.fsf@nicolasgoaziou.fr> Content-Language: fr 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@gnu.org Hello, same issue occured with the master branch of=C2=A0 https://code.orgmode.org/bzg/org-mode.git - is there a way for me to know for sure that there is not interference from any other git-org installation file ? - is there a way for me to put emacs in a verbose debug mode so i can trace what currently happened when i open a org file ? best regards Le 14/11/2018 =C3=A0 22:37, Nicolas Goaziou a =C3=A9crit=C2=A0: > Hello, > > boris martin writes: > >> ---------------- minimal-org.el ----------------------- >> >> ;;; Minimal setup to load latest 'org-mode' >> >> ;; activate debugging >> (setq debug-on-error t >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 debug-on-signal nil >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 debug-on-quit nil) >> (add-to-list 'load-path "~/git-ext/org-9.1.14/lisp") >> (add-to-list 'load-path "~/git-ext/org-9.1.14/contrib/lisp" t) >> >> ---------- en minimal-org.el -------------------------- >> >> ------------ minimal file where the bug happens ----------- >> >> *sdfsd* >> *aezraze* >> /titi/ >> >> >> ------------- end minimal file where the bug happens ----- > I cannot reproduce your issue. Could you try Org development version? > > Regards, >