Groovy-Emacs-Modes / groovy-emacs-modes

A groovy major mode, grails minor mode, and a groovy inferior mode.
84 stars 39 forks source link

The run-groovy command assumes groovysh in /bin #89

Closed mattiasb closed 7 years ago

mattiasb commented 7 years ago

Hi!

The run-groovy interactive command assumes groovysh to reside in /bin/. This isn't the case in Ubuntu where it instead sits in /usr/bin/.

It would be great if:

  1. the groovy-program-name variable was made customizable through customize
  2. the groovy-program-name included the full path
  3. The default behaviour was to search for the executable with executable-find for minimum needed configuration. See here for how emacs-racer does this.
Wilfred commented 7 years ago

Please upgrade. groovysh is now a customizable variable that uses the full path and executable-find, so I think we do all of those now :)

mattiasb commented 7 years ago

You are correct. Sorry for the noise and thanks for the great mode!