From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Dynerman Subject: bug#25132: 26.0.50; emacs hangs when loading org file with python source blocks Date: Wed, 07 Dec 2016 23:17:36 -0800 Message-ID: References: <4aa23451-b6cd-88b0-369e-99f6fe5f2175@gmail.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]:49877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cEsy4-0001TI-90 for emacs-orgmode@gnu.org; Thu, 08 Dec 2016 02:18:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cEsxy-00050i-Sq for emacs-orgmode@gnu.org; Thu, 08 Dec 2016 02:18:07 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <4aa23451-b6cd-88b0-369e-99f6fe5f2175@gmail.com> 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: =?UTF-8?Q?Cl=C3=A9ment?= Pit--Claudel , Glenn Morris , David Dynerman Cc: 25132@debbugs.gnu.org Dear Glenn + bug-gnu-emacs, Did you try the steps to reproduce? Indeed Cl=C3=A9ment was right! The bug = also reliably reproduces also with org 8.2.10, if you additionally set org-= src-fontify-natively to t. Please let me know if you need any more information for the bug report, David Cl=C3=A9ment Pit--Claudel writes: > On 2016-12-07 21:08, Glenn Morris wrote: >> David Dynerman wrote: >>> The bug does NOT occur with org 8.2.10. >>=20 >> Since that's the version included with Emacs, I'm confused as to why >> you've been encouraged to report this to bug-gnu-emacs. > > I can reproduce the issue in emacs -Q on master; hence my suggestion to r= eport it here. Glenn, can you try running the following after downloading = the attached file? > > emacs -Q --eval '(setq debug-on-signal t org-src-fontify-natively t)' = test.org=20 > > It hangs reproducibly for me. No idea why the OP can't reproduce it (Dav= id, are you sure it doesn't occur with org 8.2.10? Could it be that org-src= -fontify-natively isn't enabled by default in 8.2.10?) > > Cl=C3=A9ment.