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

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

MarkSymsCtx opened this issue · comments

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.

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

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

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 magnars/s.el#114 to request a new release.

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

Confirmed, that fixed it.