Re: Trying to set emacs for some clojure coding

2010-04-08 Thread Pelayo Ramón
>If you have any idea or inkling why swank-clojure wasn't able to >automatically download the jars please let me know; I'd like to get it >fixed. Seems that it didn't download swank-clojure.jar because I already had a .clojure folder. -- You received this message because you are subscribed to th

Re: Trying to set emacs for some clojure coding

2010-04-07 Thread Stefan Kamphausen
Hi, On 31 Mrz., 18:29, Stefan Kamphausen wrote: > Hi, > > On 31 Mrz., 13:52, Pelayo Ramón wrote: > > just to add one more to the list...  Note however, that this is what > worked *for me* and it means going against the grain.  So if there is > anything wrong with that setup don't ask the authors

Re: Trying to set emacs for some clojure coding

2010-04-07 Thread Phil Hagelberg
2010/4/7 Pelayo Ramón : >> If you have any idea or inkling why swank-clojure wasn't able to >> automatically download the jars please let me know; I'd like to get it >> fixed. > > I don't have any idea. My emacs knowledge tends to 0. ¿Something I > could check to give you some information? ¿Any log

Re: Trying to set emacs for some clojure coding

2010-04-07 Thread Pelayo Ramón
On Tue, Apr 6, 2010 at 6:06 PM, Phil Hagelberg wrote: > 2010/4/6 Pelayo Ramón : >> Installed with ELPA clojure-mode and swank-clojure. But slime couldn't >> find the swank-clojure.jar so I  downloaded it and setted the >> classpath in .emacs to the directory where I stored it along with >> clojure

Re: Trying to set emacs for some clojure coding

2010-04-06 Thread Phil Hagelberg
2010/4/6 Pelayo Ramón : > Installed with ELPA clojure-mode and swank-clojure. But slime couldn't > find the swank-clojure.jar so I  downloaded it and setted the > classpath in .emacs to the directory where I stored it along with > clojure.jar and clojure-contrib.jar > > the emacs line is: > > (setq

Re: Trying to set emacs for some clojure coding

2010-04-06 Thread Pelayo Ramón
Finally i did it. Installed with ELPA clojure-mode and swank-clojure. But slime couldn't find the swank-clojure.jar so I downloaded it and setted the classpath in .emacs to the directory where I stored it along with clojure.jar and clojure-contrib.jar the emacs line is: (setq swank-clojure-ext

Re: Trying to set emacs for some clojure coding

2010-03-31 Thread Stefan Kamphausen
Hi, On 31 Mrz., 13:52, Pelayo Ramón wrote: just to add one more to the list... Note however, that this is what worked *for me* and it means going against the grain. So if there is anything wrong with that setup don't ask the authors of the fine software used, go and blame me ;-) Uh, and Clojur

Re: Trying to set emacs for some clojure coding

2010-03-31 Thread Pelayo Ramón
On Wed, Mar 31, 2010 at 4:58 PM, Baishampayan Ghose wrote: > Pelayo Ramón wrote: > >> I tryied this http://riddell.us/ClojureWithEmacsSlimeSwankOnUbuntu.html >> this: >> http://freegeek.in/blog/2009/08/setting-up-emacs-clojure-with-emacs-starter-kit/ > > Since I wrote the above post and am respons

Re: Trying to set emacs for some clojure coding

2010-03-31 Thread Sankara Rameswaran
I followed the instructions in http://data-sorcery.org/2009/12/20/getting-started/ (only yesterday) and got Clojure working in Emacs quite easily. (If you are in windows and face issues installing slime follow this link http://osdir.com/ml/clojure/2010-01/msg00074.html) Thanks, Sankara Rameswaran

Re: Trying to set emacs for some clojure coding

2010-03-31 Thread Baishampayan Ghose
Pelayo Ramón wrote: I tryied this http://riddell.us/ClojureWithEmacsSlimeSwankOnUbuntu.html this: http://freegeek.in/blog/2009/08/setting-up-emacs-clojure-with-emacs-starter-kit/ Since I wrote the above post and am responsible in some way for your pain, I apologise. I have edited the post

Re: Trying to set emacs for some clojure coding

2010-03-31 Thread Phil Hagelberg
Did you try the readme for swank clojure? It is up to date and pretty comprehensive. Of course there is a lot of old documentation out there that we can't do anything about apart from asking the authors to update or remove it. On Mar 31, 2010 5:39 AM, "Pelayo Ramón" wrote: Hi all. I'm trying to

Re: Trying to set emacs for some clojure coding

2010-03-31 Thread David Nolen
Some accurate instructions here: http://www.assembla.com/wiki/show/clojure/Getting_Started_with_Emacs ? David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new membe

Trying to set emacs for some clojure coding

2010-03-31 Thread Pelayo Ramón
Hi all. I'm trying to lear some clojure. I'be been coding with plain vim but i got tired of not having any support for the laguaje in the editor so i tried to install vimclojure. I failed miserably and got tired. I saw that emacs has a better clojure support so im trying to set clojure in emacs a