clojure-emacs / clojure-cheatsheet

[DEPRECATED] The Clojure Cheatsheet for Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package depends on cl

fvides opened this issue · comments

Whenever I try to use, it fails with a "clojure-cheatsheet/treewalk: Symbol's value as variable is void: &rest" message. If I (require 'cl), then it works just fine. It should be declared and/or documented as a dependency, IMHO.

Thanks for this useful package anyway!

Hi @fvides - thanks for reporting this. Sorry I seemed to miss it first time around.

Can I ask, does it work if you (require 'cl-lib) instead? IIRC, that's the alternative we're "supposed" to use.

If cl-lib works for you, I'll include it in the next release. :-)

@krisajenkins : I had the same issue as @fvides . Requiring cl-lib fixed it.

Cool. Thanks for confirming @nenorbot. I'll add that in.

Yes, I confirm addind cl-lib fixes the issue. Thanks!

This is now up on MELPA. :-)