Re: swank-clojure/lein/emacs

2011-07-01 Thread Adam
cial or different. As a newcomer to clojure I am just struggling with > > getting a basic setup so I can use a repl in emacs and connect to swank > > launched bylein. > > > Did anybody face similar problem/error? Are there any more detailed clearer > > instructions anywhere e

Re: swank-clojure/lein/emacs

2011-06-06 Thread John Toohey
> -Original Message- > From: clojure@googlegroups.com on behalf of Ambrose Bonnaire-Sergeant > Sent: Sun 6/5/2011 3:56 PM > To: clojure@googlegroups.com > Subject: Re: swank-clojure/lein/emacs > > On Mon, Jun 6, 2011 at 3:46 AM, Bhinderwala, Shoeb < >

RE: swank-clojure/lein/emacs

2011-06-06 Thread Bhinderwala, Shoeb
ure? Thanks Shoeb -Original Message- From: clojure@googlegroups.com [mailto:clojure@googlegroups.com] On Behalf Of Phil Hagelberg Sent: Monday, June 06, 2011 12:16 AM To: Clojure Subject: Re: swank-clojure/lein/emacs On Jun 5, 9:09 am, "Bhinderwala, Shoeb" wrote: > I inst

Re: swank-clojure/lein/emacs

2011-06-05 Thread Phil Hagelberg
On Jun 5, 9:09 am, "Bhinderwala, Shoeb" wrote: > I installed clojure-mode from marmalade. I added the following to my > .emacs file: > >   (add-to-list 'load-path "~/.emacs.d/elpa/clojure-mode/") >   (require 'clojure-mode) This is not necessary; if you install via marmalade then the autoloads wi

RE: swank-clojure/lein/emacs

2011-06-05 Thread Bhinderwala, Shoeb
@googlegroups.com on behalf of Ambrose Bonnaire-Sergeant Sent: Sun 6/5/2011 3:56 PM To: clojure@googlegroups.com Subject: Re: swank-clojure/lein/emacs On Mon, Jun 6, 2011 at 3:46 AM, Bhinderwala, Shoeb < sabhinderw...@wellington.com> wrote: > > Exception in

Re: swank-clojure/lein/emacs

2011-06-05 Thread Ambrose Bonnaire-Sergeant
On Mon, Jun 6, 2011 at 3:46 AM, Bhinderwala, Shoeb < sabhinderw...@wellington.com> wrote: > > Exception in thread "main" java.lang.IllegalArgumentException: No value > supplied for key: 4005 (NO_SOURCE_FILE:1) > Might be a coincidence, isn't the swank port 4005? Ambrose -- You received this me

RE: swank-clojure/lein/emacs

2011-06-05 Thread Bhinderwala, Shoeb
l Message- From: clojure@googlegroups.com on behalf of Vijay Kiran Sent: Sun 6/5/2011 12:42 PM To: clojure@googlegroups.com Subject: Re: swank-clojure/lein/emacs I don't think you need to add the :dev-dependency, can you try again by removing the line ? ./vijay On Jun 5, 2011, at 6:09 PM,

Re: swank-clojure/lein/emacs

2011-06-05 Thread Vijay Kiran
I don't think you need to add the :dev-dependency, can you try again by removing the line ? ./vijay On Jun 5, 2011, at 6:09 PM, Bhinderwala, Shoeb wrote: > I am struggling to setup swank-clojure and connect emacs with a lein swank > session. > > I am on Windows XP. I followed the instructions