From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Errors when saving from babel block [9.0.5 (9.0.5-elpa @ ~/.emacs.d/elpa/org-20170210/)] Date: Sat, 01 Apr 2017 10:29:14 +0200 Message-ID: <87pogwmsyt.fsf@nicolasgoaziou.fr> References: <87variqvre.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cuEPR-0006cB-TR for emacs-orgmode@gnu.org; Sat, 01 Apr 2017 04:29:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cuEPO-0002eI-Q7 for emacs-orgmode@gnu.org; Sat, 01 Apr 2017 04:29:21 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:47069) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cuEPO-0002cM-JN for emacs-orgmode@gnu.org; Sat, 01 Apr 2017 04:29:18 -0400 In-Reply-To: <87variqvre.fsf@gmail.com> (Alex Branham's message of "Thu, 09 Mar 2017 17:07:17 +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" To: Alex Branham Cc: emacs-orgmode@gnu.org Hello, Alex Branham writes: > In the latest org release (9.0.5), I get errors when trying to save a buffer while editing inside a babel source block. I can reproduce this using Emacs 25.1 and 25.2rc2. > > Using: > > emacs -Q -l ~/org-debug.el > > where org-debug.el just consists of (package-initialize) since I've previously installed org 9.0.5 using ELPA: > > Open an org file, > > Try to edit an org file: > > #+BEGIN_SRC emacs-lisp > (+ 1 2) > #+END_SRC > > Navigate inside the source block, press C-c ' > > Then try to save: C-x C-s > > I get a fontification error at that point and the file does not save. If I use my whole config, this apparently snowballs into larger errors which sometimes cause Emacs to crash. If I'm not mistaken. This was fixed about two weeks ago, in commit 0ccd8286a1973f3efc51c3ffe4329fa676e0e937. So, it should land in Org 9.0.6. Regards, -- Nicolas Goaziou