Re: Emacs Groovy Mode

2017-03-17 Thread Mario Garcia
Great news!!! I'm using Groovy and emacs daily basis so I'll try to keep an eye on this github repository. Thanks guys On 17 Mar 2017 20:26, "Balachandran Sivakumar" wrote: Hi Dr. Russel, Thanks to you and Wilfred for the groovy-mode in emacs :) I do use it quite extensively and will

Re: Emacs Groovy Mode

2017-03-17 Thread Balachandran Sivakumar
Hi Dr. Russel, Thanks to you and Wilfred for the groovy-mode in emacs :) I do use it quite extensively and will be able to provide feedback. Thanks On Fri, Mar 17, 2017 at 8:56 PM, Russel Winder wrote: > I am not sure how many people use Emacs and the Emacs Groovy mode, but > for all tho

Emacs Groovy Mode

2017-03-17 Thread Russel Winder
I am not sure how many people use Emacs and the Emacs Groovy mode, but for all those that do a bit of news. It has been decided that trying to make the Groovy mode do groovy things with the mode being based on CC Mode, is becoming impossible – there are features of Groovy that are effectively inco

Re: ScriptException does not prints actual file name

2017-03-17 Thread Edmond Kemokai
Hi Harish, The should be the line number where the problem is. How are you setting context that doesn't show file name? The code you're running that has the error can't possibly extract something from the context since there is an error (I am guessing syntax error?). I am the developer of HiveMi

ScriptException does not prints actual file name

2017-03-17 Thread Harish Dewan
Hi All, I am trying to run a groovy script from my Java code using JSR223 and I am using 'groovy-all-2.4.9.jar' . In case of any exception occurring, it gives a generic name as Script.groovy , where as the script file name was differently given. I checked for possible solutions, like I need to set