<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Setting up Emacs &amp; Clojure with Emacs Starter Kit</title>
	<atom:link href="http://freegeek.in/blog/2009/08/setting-up-emacs-clojure-with-emacs-starter-kit/feed/" rel="self" type="application/rss+xml" />
	<link>http://freegeek.in/blog/2009/08/setting-up-emacs-clojure-with-emacs-starter-kit/</link>
	<description>The Chronicles of Nerd-nia</description>
	<lastBuildDate>Sun, 27 Jun 2010 07:58:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Baishampayan</title>
		<link>http://freegeek.in/blog/2009/08/setting-up-emacs-clojure-with-emacs-starter-kit/comment-page-1/#comment-401</link>
		<dc:creator>Baishampayan</dc:creator>
		<pubDate>Tue, 15 Jun 2010 05:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://freegeek.in/blog/?p=63#comment-401</guid>
		<description>The instructions have changed now. Check the comment above by Sidhant. Also, read this - http://www.assembla.com/wiki/show/clojure/Getting_Started_with_Emacs</description>
		<content:encoded><![CDATA[<p>The instructions have changed now. Check the comment above by Sidhant. Also, read this &#8211; <a href="http://www.assembla.com/wiki/show/clojure/Getting_Started_with_Emacs" rel="nofollow">http://www.assembla.com/wiki/show/clojure/Getting_Started_with_Emacs</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://freegeek.in/blog/2009/08/setting-up-emacs-clojure-with-emacs-starter-kit/comment-page-1/#comment-400</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Mon, 14 Jun 2010 17:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://freegeek.in/blog/?p=63#comment-400</guid>
		<description>Did all, but &quot;M-x clojure-install&quot; didn&#039;t work. (&quot;No match&quot;, i.e. this function did not exist.)

System: fairly recent stable release of Linux Mint.
Emacs: 23.1.50.1</description>
		<content:encoded><![CDATA[<p>Did all, but &#8220;M-x clojure-install&#8221; didn&#8217;t work. (&#8220;No match&#8221;, i.e. this function did not exist.)</p>
<p>System: fairly recent stable release of Linux Mint.<br />
Emacs: 23.1.50.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sidhant</title>
		<link>http://freegeek.in/blog/2009/08/setting-up-emacs-clojure-with-emacs-starter-kit/comment-page-1/#comment-298</link>
		<dc:creator>Sidhant</dc:creator>
		<pubDate>Fri, 19 Feb 2010 11:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://freegeek.in/blog/?p=63#comment-298</guid>
		<description>Just to get this up to date,

After installing the starter-kit, start emacs, let it complete processing and then restart emacs

Instead of clojure-mode, install swank-clojure

M-x slime and it should automatically download clojure.

I also like using leiningen as my project builder</description>
		<content:encoded><![CDATA[<p>Just to get this up to date,</p>
<p>After installing the starter-kit, start emacs, let it complete processing and then restart emacs</p>
<p>Instead of clojure-mode, install swank-clojure</p>
<p>M-x slime and it should automatically download clojure.</p>
<p>I also like using leiningen as my project builder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivant</title>
		<link>http://freegeek.in/blog/2009/08/setting-up-emacs-clojure-with-emacs-starter-kit/comment-page-1/#comment-257</link>
		<dc:creator>ivant</dc:creator>
		<pubDate>Thu, 06 Aug 2009 12:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://freegeek.in/blog/?p=63#comment-257</guid>
		<description>It works when I explicitly provide the path, even though it is the default one:

  (clojure-slime-config &quot;/home/ivant/src&quot;)

Thanks!</description>
		<content:encoded><![CDATA[<p>It works when I explicitly provide the path, even though it is the default one:</p>
<p>  (clojure-slime-config &#8220;/home/ivant/src&#8221;)</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baishampayan Ghose</title>
		<link>http://freegeek.in/blog/2009/08/setting-up-emacs-clojure-with-emacs-starter-kit/comment-page-1/#comment-256</link>
		<dc:creator>Baishampayan Ghose</dc:creator>
		<pubDate>Thu, 06 Aug 2009 11:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://freegeek.in/blog/?p=63#comment-256</guid>
		<description>Ivant: Create a file with your username (for eg. ivant.el) and put it in your ~/.emacs.d/ folder.

In that file put this (clojure-slime-config). That would work if you had chosen to install Clojure in the default directory (~/src/). Else put this in the file instead (clojure-slime-config &quot;/path/to/root/of/clojure&quot;).

That should do the trick.</description>
		<content:encoded><![CDATA[<p>Ivant: Create a file with your username (for eg. ivant.el) and put it in your ~/.emacs.d/ folder.</p>
<p>In that file put this (clojure-slime-config). That would work if you had chosen to install Clojure in the default directory (~/src/). Else put this in the file instead (clojure-slime-config &#8220;/path/to/root/of/clojure&#8221;).</p>
<p>That should do the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivant</title>
		<link>http://freegeek.in/blog/2009/08/setting-up-emacs-clojure-with-emacs-starter-kit/comment-page-1/#comment-255</link>
		<dc:creator>ivant</dc:creator>
		<pubDate>Wed, 05 Aug 2009 20:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://freegeek.in/blog/?p=63#comment-255</guid>
		<description>Thank you for this description.  However, I ran in some problems and it would be great if you can help me with them.

I tried the steps above and managed to get working clojure under slime, however when I restarted emacs M-x slime didn&#039;t work anymore.  Perhaps I need to put something in the init files?  I tried to put (clojure-slime-config) in my init file, but it didn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Thank you for this description.  However, I ran in some problems and it would be great if you can help me with them.</p>
<p>I tried the steps above and managed to get working clojure under slime, however when I restarted emacs M-x slime didn&#8217;t work anymore.  Perhaps I need to put something in the init files?  I tried to put (clojure-slime-config) in my init file, but it didn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitted by larrywright</title>
		<link>http://freegeek.in/blog/2009/08/setting-up-emacs-clojure-with-emacs-starter-kit/comment-page-1/#comment-254</link>
		<dc:creator>Twitted by larrywright</dc:creator>
		<pubDate>Sun, 02 Aug 2009 14:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://freegeek.in/blog/?p=63#comment-254</guid>
		<description>[...] This post was Twitted by larrywright [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by larrywright [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baishampayan</title>
		<link>http://freegeek.in/blog/2009/08/setting-up-emacs-clojure-with-emacs-starter-kit/comment-page-1/#comment-253</link>
		<dc:creator>Baishampayan</dc:creator>
		<pubDate>Sat, 01 Aug 2009 07:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://freegeek.in/blog/?p=63#comment-253</guid>
		<description>Phil: Whoops! That just slipped off my mind. I didn&#039;t intend to write that :) I guess I was too sleepy.

Thanks a lot for pointing it out. I will fix it right-away.</description>
		<content:encoded><![CDATA[<p>Phil: Whoops! That just slipped off my mind. I didn&#8217;t intend to write that <img src='http://freegeek.in/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I guess I was too sleepy.</p>
<p>Thanks a lot for pointing it out. I will fix it right-away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://freegeek.in/blog/2009/08/setting-up-emacs-clojure-with-emacs-starter-kit/comment-page-1/#comment-252</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 31 Jul 2009 21:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://freegeek.in/blog/?p=63#comment-252</guid>
		<description>Thanks for this detailed overview!

One thing I&#039;d clarify is that generally you don&#039;t use lib/ and target/dependency together; lib is meant for when you want to manually manage your deps, and target/dependency is for if you are using mvn or corkscrew to handle dependent jarfiles. Of course, there&#039;s nothing stopping you from using them together, it&#039;s just not the intended use. Otherwise it seems right-on.</description>
		<content:encoded><![CDATA[<p>Thanks for this detailed overview!</p>
<p>One thing I&#8217;d clarify is that generally you don&#8217;t use lib/ and target/dependency together; lib is meant for when you want to manually manage your deps, and target/dependency is for if you are using mvn or corkscrew to handle dependent jarfiles. Of course, there&#8217;s nothing stopping you from using them together, it&#8217;s just not the intended use. Otherwise it seems right-on.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.225 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-06-29 17:53:47 -->

