Re: [O] bug in lisp code blocks

2014-08-03 Thread Eric Schulte
Hi Mark, Thanks for the example, I've just pushed up a fix. Best, Eric Mark Scala writes: > Thanks, Bastien, for helping me report this bug more effectively. > This email summarizes all the information I have about this bug and > how to reproduce it. The problem is that a comment which appears

Re: [O] bug in lisp code blocks

2014-07-30 Thread Mark Scala
Thanks, Bastien, for helping me report this bug more effectively. This email summarizes all the information I have about this bug and how to reproduce it. The problem is that a comment which appears as the _last_ line of a (common) lisp code block causes an error when that block is evaluated with C

Re: [O] bug in lisp code blocks

2014-07-28 Thread Bastien
Hi Mark, Mark Scala writes: > This is probably a bug: Can you provide a complete recipe? What "lisp"? Thanks, > #+BEGIN_SRC lisp :results output > (format t "Hello world.") > ;; comment after, causes crash when block is evaluated with C-c C-c > #+END_SRC > > Debugger message: > #+BEGIN_Q

[O] bug in lisp code blocks

2014-07-22 Thread Mark Scala
Greetings. This is probably a bug: #+BEGIN_SRC lisp :results output (format t "Hello world.") ;; comment after, causes crash when block is evaluated with C-c C-c #+END_SRC Debugger message: #+BEGIN_QUOTE end of file on # [Condition of type END-OF-FILE] #+END_QUOTE org-version: Org-mode v