Closed ax006ho closed 7 years ago
AFAIK there are two issues in inf-groovy.el.
commands in the groovysh are abbreviated with a starting colon, not a backslash I attach a patch which solves these issues. On Linux it can be applied by
patch inf-groovy.el -i 00diff.txt 00diff.txt -o inf-groovy.el.new
followed by
mv inf-groovy.el.new inf-groovy.el
I would appreciate this patch being applied in the repository and not on my local machine.
Thanks in advance and thank you for providing groovy-emacs-mode!
Jobst Hoffmann
@ax006ho Any chance of doing this change as a pull request?
I did it, I hope you can use it.
Closed in #69.
AFAIK there are two issues in inf-groovy.el.
commands in the groovysh are abbreviated with a starting colon, not a backslash I attach a patch which solves these issues. On Linux it can be applied by
patch inf-groovy.el -i 00diff.txt 00diff.txt -o inf-groovy.el.new
followed by
mv inf-groovy.el.new inf-groovy.el
I would appreciate this patch being applied in the repository and not on my local machine.
Thanks in advance and thank you for providing groovy-emacs-mode!
Jobst Hoffmann