From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Babel doesn't like some Racket comments Date: Wed, 01 Mar 2017 14:40:19 +0100 Message-ID: <87y3wpazek.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cj4US-0004px-3L for emacs-orgmode@gnu.org; Wed, 01 Mar 2017 08:40:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cj4UR-00084j-Ec for emacs-orgmode@gnu.org; Wed, 01 Mar 2017 08:40:24 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:36293) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cj4UR-000845-8N for emacs-orgmode@gnu.org; Wed, 01 Mar 2017 08:40:23 -0500 In-Reply-To: (Lawrence Bottorff's message of "Tue, 28 Feb 2017 15:41:06 -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" To: Lawrence Bottorff Cc: emacs-orgmode Mailinglist Hello, Lawrence Bottorff writes: > C-c C-c-ing this code > > #+begin_src scheme > (define (foo x) > ;just add one > (+ 1 x)) ; comment > #+end_src > > causes Racket (geiser) to freeze up. Sometimes I see a Could you use M-x toggle-debug-on-quit, reproduce the freezing, hit C-g and paste the backtrace? Regards, -- Nicolas Goaziou