Re: [ANN] Clojure Cheatsheet for Emacs

2013-08-13 Thread Kris Jenkins
Hi Phil, It looks like your package list is out of date - there's a newer version of the cheatsheet than that one. Try: M-x package-refresh-contents M-x package-install RET clojure-cheatsheet That should get your index pointing to the latest copy. Give me a shout if you still have trouble.

Re: [ANN] Clojure Cheatsheet for Emacs

2013-08-13 Thread Philip Potter
Thanks Kris! I don't know what went wrong before, because I couldn't even find it on the MELPA site, but it works great now. Phil On 13 August 2013 10:29, Kris Jenkins krisajenk...@gmail.com wrote: Hi Phil, It looks like your package list is out of date - there's a newer version of the

Re: [ANN] Clojure Cheatsheet for Emacs

2013-08-12 Thread Philip Potter
I just tried to install it from MELPA but get a 404: http://melpa.milkbox.net/packages/clojure-cheatsheet-20130808.2305.el *sadface* On 9 August 2013 22:40, Andy Fingerhut andy.finger...@gmail.com wrote: Very nice, Kris! In case anyone wants to use the Clojure cheatsheet offline using a web

Re: [ANN] Clojure Cheatsheet for Emacs

2013-08-12 Thread Michael Fogus
The number of cheatsheets is growing (this is a good thing IMO) and I wonder if it would be worth aggregating them all under one location? I have my own ClojureScript cheatsheet ( https://github.com/readevalprintlove/clojurescript-cheatsheet) and the CLJS synonyms page

Re: [ANN] Clojure Cheatsheet for Emacs

2013-08-12 Thread Andy Fingerhut
I have added links to Kris's Clojure Emacs cheatsheet, and Michael's ClojureScript cheatsheets, here: http://jafingerhut.github.io That page has had links to tooltip versions of the Clojure/JVM HTML PDF cheatsheets for some time now, and is linked from the top of

Re: [ANN] Clojure Cheatsheet for Emacs

2013-08-12 Thread Rostislav Svoboda
The number of cheatsheets is growing (this is a good thing IMO) It's not about having one brilliant cheatsheet. The ultimate goal is to get rid off them all. -- -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: [ANN] Clojure Cheatsheet for Emacs

2013-08-12 Thread Devin Walters
Could you clarify: Why is that a good goal? '(Devin Walters) On Aug 12, 2013, at 12:09 PM, Rostislav Svoboda rostislav.svob...@gmail.com wrote: The number of cheatsheets is growing (this is a good thing IMO) It's not about having one brilliant cheatsheet. The ultimate goal is to get rid

Re: [ANN] Clojure Cheatsheet for Emacs

2013-08-12 Thread Rostislav Svoboda
What would we like to have is a language easy to learn without any need for a cheatsheet. On 13 August 2013 02:10, Devin Walters dev...@gmail.com wrote: Could you clarify: Why is that a good goal? '(Devin Walters) On Aug 12, 2013, at 12:09 PM, Rostislav Svoboda rostislav.svob...@gmail.com

Re: [ANN] Clojure Cheatsheet for Emacs

2013-08-12 Thread Devin Walters
If I could plug into a machine and say I know kung-fu I would agree with you, but that is simply not reality. Steps which allow learners to rely less on cheatsheets over time are important, but curiously, cheatsheets are one of those steps. '(Devin Walters) On Aug 12, 2013, at 7:31 PM,

[ANN] Clojure Cheatsheet for Emacs

2013-08-09 Thread Kris Jenkins
Hi, I find the Clojure Cheatsheet http://clojure.org/cheatsheet really useful, but since I often need at those times I don't have wifi, I've packaged it up into an Emacs plugin: https://raw.github.com/krisajenkins/clojure-cheatsheet/master/screenshot1.png In the hope that someone else finds it

Re: [ANN] Clojure Cheatsheet for Emacs

2013-08-09 Thread Simone Mosciatti
Thank you so much... Actually was kinda funny, I typed something like clojure cheatsheet offline and your github link was one of the first, and I was very surprised... Wow, it is possible that I didn't know of it ? Well now I understand why I didn't know of it yet, it is only few hours old ;)

Re: [ANN] Clojure Cheatsheet for Emacs

2013-08-09 Thread Andy Fingerhut
Very nice, Kris! In case anyone wants to use the Clojure cheatsheet offline using a web browser, in a form similar to the on-line one that includes the tooltips, there is a git command documented at the link below to create a full local copy of it on your computer: