Re: [O] [PATCH] Babel: add results value support to Scala

2012-10-25 Thread Bastien
Hi Andrzej, Andrzej Lichnerowicz writes: > I'm here, but frankly the list is a bit hard to follow regularly :) You bet... > As for the patch, definitely! It's a lot more clean way, and fixes > value results. Thanks Asrail! Thanks to both of you, I've now applied the patch! Best, -- Bastie

Re: [O] [PATCH] Babel: add results value support to Scala

2012-10-25 Thread Andrzej Lichnerowicz
Hi Bastien, I'm here, but frankly the list is a bit hard to follow regularly :) As for the patch, definitely! It's a lot more clean way, and fixes value results. Thanks Asrail! --a. 2012/10/24 Bastien > Hi Andrzej, > > Asrail posted this patch against ob-scala.el a while ago. > > Can you con

Re: [O] [PATCH] Babel: add results value support to Scala

2012-10-24 Thread Bastien
Hi Andrzej, Asrail posted this patch against ob-scala.el a while ago. Can you confirm it is okay to apply it? I'm reattaching the patch in case you are not reading the Orgmode mailing list anymore. Thanks in advance! Asrail writes: > * lisp/ob-scala.el (org-babel-scala-wrapper-method): Use

Re: [O] [PATCH] Babel: add results value support to Scala

2012-10-17 Thread Eric Schulte
Asrail writes: > * lisp/ob-scala.el (org-babel-scala-wrapper-method): Use an scala > block enclosing the submitted code > > The string representing an well formed block was not an Scala > code. I put the string from the user into an block, surrounded by an > call to replace the default output

Re: [O] [PATCH] Babel: add results value support to Scala

2012-10-17 Thread Asrail
Hi, Could someone please review this patch? On Oct 15, 2012 4:39 PM, "Asrail" wrote: > * lisp/ob-scala.el (org-babel-scala-wrapper-method): Use an scala > block enclosing the submitted code > > The string representing an well formed block was not an Scala > code. I put the string from the us

[O] [PATCH] Babel: add results value support to Scala

2012-10-15 Thread Asrail
* lisp/ob-scala.el (org-babel-scala-wrapper-method): Use an scala block enclosing the submitted code The string representing an well formed block was not an Scala code. I put the string from the user into an block, surrounded by an call to replace the default output stream. 0001-Babel-add-re