Groovy-Emacs-Modes / groovy-emacs-modes

A groovy major mode, grails minor mode, and a groovy inferior mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong command in groovy-load-file

ax006ho opened this issue · comments

AFAIK there are two issues in inf-groovy.el.

  1. line 140 is doubled
  2. 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.