Groovy-Emacs-Modes / groovy-emacs-modes

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

not: Symbol's function definition is void: s-blank-str\? #96

Closed MarkSymsCtx closed 7 years ago

MarkSymsCtx commented 7 years ago

When using tab to indent (which fails), I see the message

not: Symbol's function definition is void: s-blank-str\?

in the Messages buffer.

Using 36cd834 from git@github.com:Groovy-Emacs-Modes/groovy-emacs-modes.git

Tried this with a locally entered copy of the RomanDigits enum on the README page.

Wilfred commented 7 years ago

Please update your version of s.el. I imagine that will fix it :)

MarkSymsCtx commented 7 years ago

I have 1.11.0 (which seems to be the latest available).

Wilfred commented 7 years ago

Would you mind installing the latest version from MELPA? It looks like s.el on MELPA Stable doesn't have this function.

I've filed https://github.com/magnars/s.el/issues/114 to request a new release.

Wilfred commented 7 years ago

1.12.0 is out, and I've updated groovy-mode to depend on this version. Thanks for the report!

MarkSymsCtx commented 7 years ago

Confirmed, that fixed it.