Re: swank, clojure.repl and my fading sanity

2011-11-16 Thread Sean Corfield
On Wed, Nov 16, 2011 at 3:57 PM, Matthew Boston wrote: > Hey, that looks eerily similar to my gist! :) https://twitter.com/#!/seancorfield/status/130136793210298368 Yup, again, thank you! -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ World Singles, LLC. -- htt

Re: swank, clojure.repl and my fading sanity

2011-11-16 Thread Matthew Boston
Hey, that looks eerily similar to my gist! :) https://gist.github.com/1324048 On Nov 15, 2:06 am, Sean Corfield wrote: > Add the following to your ~/.lein/user.clj: > > ;; ~/.lein/user.clj > (if (>= (.compareTo (clojure-version) "1.3.0") 0) >   (do (use 'clojure.repl) >       (use 'clojure.java.

Re: swank, clojure.repl and my fading sanity

2011-11-15 Thread Yaron
Sean, Phil, thanks! Although now I realize that if I'm going to use Emacs then I'm going to have to learn the commands. Right now I'm trying to use http://www.pchristensen.com/blog/articles/public-beta-open-for-ultimate-n00b-slimeemacs-cheat-sheet/. We'll see how that goes. Thanks!

Re: swank, clojure.repl and my fading sanity

2011-11-15 Thread Phil Hagelberg
On Mon, Nov 14, 2011 at 11:06 PM, Sean Corfield wrote: > Add the following to your ~/.lein/user.clj: > > ;; ~/.lein/user.clj > (if (>= (.compareTo (clojure-version) "1.3.0") 0) >  (do (use 'clojure.repl) >      (use 'clojure.java.javadoc))) This will work, but most of the functionality of clojure

Re: swank, clojure.repl and my fading sanity

2011-11-14 Thread Sean Corfield
Add the following to your ~/.lein/user.clj: ;; ~/.lein/user.clj (if (>= (.compareTo (clojure-version) "1.3.0") 0) (do (use 'clojure.repl) (use 'clojure.java.javadoc))) On Mon, Nov 14, 2011 at 10:57 PM, Yaron wrote: > So when I start a repl from the command line things like doc and > sour

swank, clojure.repl and my fading sanity

2011-11-14 Thread Yaron
So when I start a repl from the command line things like doc and source work just fine. But when I start a repl inside of aquamacs and swank clojure (1.3.3) (installed via lein plugin) and clojure (1.3.0) via m-x clojure-jack- in those function/macros don't work at all. For example, if I try (doc