From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: Babel doesn't like some Racket comments Date: Tue, 28 Feb 2017 15:41:06 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c18c5821a448405499d371b Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cioa6-0000yH-DJ for emacs-orgmode@gnu.org; Tue, 28 Feb 2017 15:41:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cioa5-0001N5-IF for emacs-orgmode@gnu.org; Tue, 28 Feb 2017 15:41:10 -0500 Received: from mail-oi0-x230.google.com ([2607:f8b0:4003:c06::230]:34920) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cioa5-0001Mi-CY for emacs-orgmode@gnu.org; Tue, 28 Feb 2017 15:41:09 -0500 Received: by mail-oi0-x230.google.com with SMTP id 62so12160549oih.2 for ; Tue, 28 Feb 2017 12:41:07 -0800 (PST) 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 Mailinglist --94eb2c18c5821a448405499d371b Content-Type: text/plain; charset=UTF-8 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 Code block evaluation complete. geiser-repl--maybe-send: Args out of range: 61, 62 -like message. The culprit is the *; comment *next to the `(+ 1 x))` line. If I take it out the *; just add one* doesn't cause a problem. This behavior doesn't happen in naked racket or regular geiser on racket. LB --94eb2c18c5821a448405499d371b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
C-c C-c-ing this code

#+begin_src = scheme
(define (foo x)
=C2=A0 ;just add one
= =C2=A0 (+ 1 x)) ; comment
#+end_src

causes Racket (geiser) to freeze up. Sometimes I see a

Code block evaluation complete.
geiser-repl--maybe-se= nd: Args out of range: 61, 62

-like message.= The culprit is the ; comment next to the `(+ 1 x))` line. If I take= it out the ; just add one doesn't cause a problem. This behavio= r doesn't happen in naked racket or regular geiser on racket.

LB
--94eb2c18c5821a448405499d371b--