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 Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

To unsubscribe, reply using "remove me" as the subject.


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 of the fine
> software used, go and blame me ;-)
> Uh, and Clojure 1.1 only.
>
> With that being said, here 
> goes.http://www.skamphausen.de/cgi-bin/ska/My_Clojure_Setup

just for the record: I found today that the docs on my site are not
valid anymore, since the clojure-1.1-branch of swank-clojure is not
available anymore.  The page now says so and I will see whether I can
fix it in due time.

Of course it contains a link to the Getting Started page :-)

Cheers,
Stefan

-- 
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 members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

To unsubscribe, reply using "remove me" as the subject.


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 logging file?

Try commenting out your fix, turning on M-x toggle-debug-on-error, and
then doing M-x slime. You should see a stacktrace. If not check the
*Messages* buffer. Also include which Emacs version you're using.

-Phil

-- 
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 members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

To unsubscribe, reply using "remove me" as the subject.


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.jar and clojure-contrib.jar
>>
>> the emacs line is:
>>
>> (setq swank-clojure-extra-
>>  classpaths
>>  (list
>>  "/home/user/.clojure"))
>
> 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.
>
> -Phil
>

I don't have any idea. My emacs knowledge tends to 0. ¿Something I
could check to give you some information? ¿Any logging file?

-- 
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 members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

To unsubscribe, reply using "remove me" as the subject.


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 swank-clojure-extra-
>  classpaths
>  (list
>  "/home/user/.clojure"))

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.

-Phil

-- 
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 members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

To unsubscribe, reply using "remove me" as the subject.


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-extra-
 classpaths
 (list
 "/home/user/.clojure"))


On Wed, Mar 31, 2010 at 6:29 PM, 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 of the fine
> software used, go and blame me ;-)
> Uh, and Clojure 1.1 only.
>
> With that being said, here goes.
> http://www.skamphausen.de/cgi-bin/ska/My_Clojure_Setup
>
>> Btw: im using ubuntu 9.10 and emacs23
>
> Same for me...
>
> Cheers,
> Stefan
>
> --
> 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 members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
>
> To unsubscribe, reply using "remove me" as the subject.
>

-- 
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 members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


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 Clojure 1.1 only.

With that being said, here goes.
http://www.skamphausen.de/cgi-bin/ska/My_Clojure_Setup

> Btw: im using ubuntu 9.10 and emacs23

Same for me...

Cheers,
Stefan

-- 
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 members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

To unsubscribe, reply using "remove me" as the subject.


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 responsible in some way for your pain, I
> apologise.
>
> I have edited the post and have included a notice with a link to the
> canonical instructions.
>
> Thanks,
> BG
>
> --
> Baishampayan Ghose 
> oCricket.com
>

No need to apologise. I understand that tutorials get outdated but
whith the "clojure+emacs" seems to happen really fast.

I will try the "getting started" linked above. I feel like a child
with a practice bicyclet.

> 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 members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
>
> To unsubscribe, reply using "remove me" as the subject.
>

-- 
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 members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


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

On Wed, Mar 31, 2010 at 8:28 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 responsible in some way for your pain,
> I apologise.
>
> I have edited the post and have included a notice with a link to the
> canonical instructions.
>
> Thanks,
> BG
>
> --
> Baishampayan Ghose 
> oCricket.com
>
>
> --
> 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 members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
>
> To unsubscribe, reply using "remove me" as the subject.
>

-- 
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 members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

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 and have included a notice with a link to the 
canonical instructions.


Thanks,
BG

--
Baishampayan Ghose 
oCricket.com

--
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 members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

To unsubscribe, reply using "remove me" as the subject.


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 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 and im failing again.

I've followed like 4 different tutorials to do the setup and no one
worked for me.

I tryied this http://riddell.us/ClojureWithEmacsSlimeSwankOnUbuntu.html
this:
http://freegeek.in/blog/2009/08/setting-up-emacs-clojure-with-emacs-starter-kit/
this:
http://lifeofaprogrammergeek.blogspot.com/2009/03/learning-clojure-and-emacs.html
and another one that i can't find now.

In all of them, i got stuck with different errors,
swank-clojure-autoload non existent, slime not finding swank files...

I think the problem is that there are many components, and they get
updated very frequently, so i can't find and updated tutorial to do
the install.

In don't know much about emacs, so when the installation gives me an
error it's impossible for me to fix it.

So, in the end:

¿Can someone point me to an updated guide of how to setup emacs for clojure?
Btw: im using ubuntu 9.10 and emacs23

Thanks in advance.

--
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 members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

To unsubscribe, reply using "remove me" as the subject.

-- 
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 members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

To unsubscribe from this group, send email to 
clojure+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.


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 members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

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 and im failing again.

I've followed like 4 different tutorials to do the setup and no one
worked for me.

I tryied this http://riddell.us/ClojureWithEmacsSlimeSwankOnUbuntu.html
this: 
http://freegeek.in/blog/2009/08/setting-up-emacs-clojure-with-emacs-starter-kit/
this: 
http://lifeofaprogrammergeek.blogspot.com/2009/03/learning-clojure-and-emacs.html
and another one that i can't find now.

In all of them, i got stuck with different errors,
swank-clojure-autoload non existent, slime not finding swank files...

I think the problem is that there are many components, and they get
updated very frequently, so i can't find and updated tutorial to do
the install.

In don't know much about emacs, so when the installation gives me an
error it's impossible for me to fix it.

So, in the end:

¿Can someone point me to an updated guide of how to setup emacs for clojure?
Btw: im using ubuntu 9.10 and emacs23

Thanks in advance.

-- 
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 members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

To unsubscribe, reply using "remove me" as the subject.