Re: [O] Babel doesn't like some Racket comments

2017-03-01 Thread Lawrence Bottorff
This produces no Backtrace. Here's my *Messages* Debug on Quit enabled globally executing Scheme code block (set-example1)... Starting Geiser REPL for racket ... There is no ElDoc support in this buffer Starting Geiser REPL for racket ... [2 times] Racket REPL up and running! => "" Quit . . .

Re: [O] Babel doesn't like some Racket comments

2017-03-01 Thread Nicolas Goaziou
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,

[O] Babel doesn't like some Racket comments

2017-02-28 Thread Lawrence Bottorff
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