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 the

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 p...@hagelb.org wrote: 2010/4/6 Pelayo Ramón pela...@gmail.com: 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

Re: Trying to set emacs for some clojure coding

2010-04-07 Thread Phil Hagelberg
2010/4/7 Pelayo Ramón pela...@gmail.com: 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?

Re: Trying to set emacs for some clojure coding

2010-04-07 Thread Stefan Kamphausen
Hi, On 31 Mrz., 18:29, Stefan Kamphausen ska2...@googlemail.com wrote: Hi, On 31 Mrz., 13:52, Pelayo Ramón pela...@gmail.com 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

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

Re: Trying to set emacs for some clojure coding

2010-04-06 Thread Phil Hagelberg
2010/4/6 Pelayo Ramón pela...@gmail.com: 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

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

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

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 pela...@gmail.com wrote: Hi

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 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 Stefan Kamphausen
Hi, On 31 Mrz., 13:52, Pelayo Ramón pela...@gmail.com 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