Re: clojure 1.5.1, emacs/nrepl and clojure.repl

2013-07-08 Thread Colin Yates
That works a treat - thanks. On 8 July 2013 16:49, Neale Swinnerton wrote: > Hi Col, > > On Mon, Jul 8, 2013 at 4:43 PM, Colin Yates wrote: > >> Alternatively, in the vein of just getting things done, can I do some >> emacs fu to automatically load clojure.repl? Silly me - of course I can - >

Re: clojure 1.5.1, emacs/nrepl and clojure.repl

2013-07-08 Thread Colin Yates
Ah yes - nice find. On 8 July 2013 17:24, Tim Visher wrote: > On Mon, Jul 8, 2013 at 11:43 AM, Colin Yates > wrote: > > If using clojure 1.4.0 then when I start nrepl (CcMj) then I the > > clojure.repl namespace is automatically 'used. If I upgrade to Clojure > > 1.5.1 then it doesn't. I can

Re: clojure 1.5.1, emacs/nrepl and clojure.repl

2013-07-08 Thread Tim Visher
On Mon, Jul 8, 2013 at 11:43 AM, Colin Yates wrote: > If using clojure 1.4.0 then when I start nrepl (CcMj) then I the > clojure.repl namespace is automatically 'used. If I upgrade to Clojure > 1.5.1 then it doesn't. I can still (use 'clojure.repl) but is this a bug? > > I can't believe I would

Re: clojure 1.5.1, emacs/nrepl and clojure.repl

2013-07-08 Thread Neale Swinnerton
Hi Col, On Mon, Jul 8, 2013 at 4:43 PM, Colin Yates wrote: > Alternatively, in the vein of just getting things done, can I do some > emacs fu to automatically load clojure.repl? Silly me - of course I can - > this is emacs :). No idea what that fu would be though... Any hints? > > Since nrepl

clojure 1.5.1, emacs/nrepl and clojure.repl

2013-07-08 Thread Colin Yates
Hi all, If using clojure 1.4.0 then when I start nrepl (CcMj) then I the clojure.repl namespace is automatically 'used. If I upgrade to Clojure 1.5.1 then it doesn't. I can still (use 'clojure.repl) but is this a bug? I can't believe I would be the first to spot this but there I couldn't find