From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: 5f095f5 is the first bad commit (for my use case) Date: Tue, 26 Feb 2013 14:00:27 +0100 Message-ID: <87hakzqlg4.fsf@gmail.com> References: <86hakzz746.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAKJN-00008R-GM for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 08:11:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAK9K-00060A-8d for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 08:01:44 -0500 Received: from plane.gmane.org ([80.91.229.3]:59966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAK9J-0005zp-V8 for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 08:00:50 -0500 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UAK9b-0005FF-R8 for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 14:01:07 +0100 In-Reply-To: <86hakzz746.fsf@somewhere.org> (Sebastien Vauban's message of "Tue, 26 Feb 2013 11:45:13 +0100") 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: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Hello, "Sebastien Vauban" writes: > Since updating to latest Org this morning, I couldn't open anymore my file > ~/org/work.org. > > Symptom? Org-mode gets loaded, but buffer remains blank, and Emacs is > (apparently) inflooping, with letting me stop it (with C-g). > > Solution? Kill Emacs through the task manager, and bisect: > > =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80 > =E2=94=82 5f095f59099e77eda5cf7cae64119f9f246c4c70 is the first bad com= mit > =E2=94=82 commit 5f095f59099e77eda5cf7cae64119f9f246c4c70 > =E2=94=82 Author: Nicolas Goaziou > =E2=94=82 Date: Sun Feb 10 00:07:48 2013 +0100 > =E2=94=82 > =E2=94=82 Fontify latex, entities and sub/superscript again > =E2=94=82 > =E2=94=82 * lisp/org-faces.el (org-latex-and-related): Renamed from > =E2=94=82 `org-latex-and-export-specials', which wasn't appropria= te anymore. > =E2=94=82 * lisp/org.el (org-highlight-latex-and-related, > =E2=94=82 org-latex-and-related-regexp): New variables. > =E2=94=82 (org-compute-latex-and-related-regexp, org-do-latex-and-r= elated): New > =E2=94=82 function, revived from a previous commit. > =E2=94=82 (org-set-regexps-and-options, org-set-font-lock-defaults)= : Use new > =E2=94=82 functions. > =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80 > > Now, having my Git tip on commit 3f95d81, everything's OK. I can work aga= in, > but the most difficult problem is that I don't see how to debug further t= he > above problem. > > Any idea why this fails? Probably an infloop, as you suggest. It would be great if you could provide an ECM (even not "M") for that problem. You can send it through private mail if you want. Also, what's your value for `org-highlight-latex-and-related'? Regards, --=20 Nicolas Goaziou