<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Setting Up Emacs for Lisp Hacking in Cygwin</title>
	<atom:link href="http://lispy.wordpress.com/2007/07/06/setting-up-emacs-for-lisp-hacking-in-cygwin/feed/" rel="self" type="application/rss+xml" />
	<link>http://lispy.wordpress.com/2007/07/06/setting-up-emacs-for-lisp-hacking-in-cygwin/</link>
	<description>(notes from an average programmer studying the hard stuff)</description>
	<lastBuildDate>Thu, 21 May 2009 01:17:58 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bertelli.name &#187; Blog Archive &#187; Setting Up Emacs for Lisp Hacking in Cygwin</title>
		<link>http://lispy.wordpress.com/2007/07/06/setting-up-emacs-for-lisp-hacking-in-cygwin/#comment-1776</link>
		<dc:creator>bertelli.name &#187; Blog Archive &#187; Setting Up Emacs for Lisp Hacking in Cygwin</dc:creator>
		<pubDate>Thu, 28 Feb 2008 17:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://lispy.wordpress.com/2007/07/06/setting-up-emacs-for-lisp-hacking-in-cygwin/#comment-1776</guid>
		<description>[...] Nice article about how to set up emacs under cygwin for use with Lisp (clisp). [...]</description>
		<content:encoded><![CDATA[<p>[...] Nice article about how to set up emacs under cygwin for use with Lisp (clisp). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Path to Enlightenment is Littered With Parentheses &#171; Learning Lisp</title>
		<link>http://lispy.wordpress.com/2007/07/06/setting-up-emacs-for-lisp-hacking-in-cygwin/#comment-254</link>
		<dc:creator>The Path to Enlightenment is Littered With Parentheses &#171; Learning Lisp</dc:creator>
		<pubDate>Tue, 14 Aug 2007 15:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://lispy.wordpress.com/2007/07/06/setting-up-emacs-for-lisp-hacking-in-cygwin/#comment-254</guid>
		<description>[...] of the pain out of it&#8230; and setting up Clisp with Emacs has not proven to be that difficult on Cygwin or Linux even for me. My debugging skills are pretty weak though: I generally just hit the number [...]</description>
		<content:encoded><![CDATA[<p>[...] of the pain out of it&#8230; and setting up Clisp with Emacs has not proven to be that difficult on Cygwin or Linux even for me. My debugging skills are pretty weak though: I generally just hit the number [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RomanG</title>
		<link>http://lispy.wordpress.com/2007/07/06/setting-up-emacs-for-lisp-hacking-in-cygwin/#comment-152</link>
		<dc:creator>RomanG</dc:creator>
		<pubDate>Fri, 03 Aug 2007 05:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://lispy.wordpress.com/2007/07/06/setting-up-emacs-for-lisp-hacking-in-cygwin/#comment-152</guid>
		<description>Yes, this way works, but I have to upgrade my cygwin install to the current.</description>
		<content:encoded><![CDATA[<p>Yes, this way works, but I have to upgrade my cygwin install to the current.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://lispy.wordpress.com/2007/07/06/setting-up-emacs-for-lisp-hacking-in-cygwin/#comment-145</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Thu, 02 Aug 2007 08:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://lispy.wordpress.com/2007/07/06/setting-up-emacs-for-lisp-hacking-in-cygwin/#comment-145</guid>
		<description>Looks nice, but I have got on my cygwin following at the end of this steps:

WARNING:
These Swank interfaces are unimplemented:
 
(ACTIVATE-STEPPING ADD-FD-HANDLER ADD-SIGIO-HANDLER ALL-THREADS CALLS-WHO
 DISASSEMBLE-FRAME FIND-THREAD INSPECT-FOR-EMACS INTERRUPT-THREAD RECEIVE
 REMOVE-FD-HANDLERS REMOVE-SIGIO-HANDLERS SEND SLDB-BREAK-AT-START
 SLDB-BREAK-ON-RETURN SPAWN THREAD-ID TOGGLE-TRACE WHO-MACROEXPANDS
 WHO-SPECIALIZES)
;; Loaded file /home/rtg/lisp/slime-2.0/swank-loader.lisp
T
[2]&gt; ;; Swank started at port: 2390.

Process inferior-lisp segmentation fault (core dumped)</description>
		<content:encoded><![CDATA[<p>Looks nice, but I have got on my cygwin following at the end of this steps:</p>
<p>WARNING:<br />
These Swank interfaces are unimplemented:</p>
<p>(ACTIVATE-STEPPING ADD-FD-HANDLER ADD-SIGIO-HANDLER ALL-THREADS CALLS-WHO<br />
 DISASSEMBLE-FRAME FIND-THREAD INSPECT-FOR-EMACS INTERRUPT-THREAD RECEIVE<br />
 REMOVE-FD-HANDLERS REMOVE-SIGIO-HANDLERS SEND SLDB-BREAK-AT-START<br />
 SLDB-BREAK-ON-RETURN SPAWN THREAD-ID TOGGLE-TRACE WHO-MACROEXPANDS<br />
 WHO-SPECIALIZES)<br />
;; Loaded file /home/rtg/lisp/slime-2.0/swank-loader.lisp<br />
T<br />
[2]&gt; ;; Swank started at port: 2390.</p>
<p>Process inferior-lisp segmentation fault (core dumped)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nothing happens</title>
		<link>http://lispy.wordpress.com/2007/07/06/setting-up-emacs-for-lisp-hacking-in-cygwin/#comment-132</link>
		<dc:creator>nothing happens</dc:creator>
		<pubDate>Tue, 31 Jul 2007 20:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://lispy.wordpress.com/2007/07/06/setting-up-emacs-for-lisp-hacking-in-cygwin/#comment-132</guid>
		<description>[...] a little bit here and there for some time now, especially at work, and after happening across this blog post, I got the idea to try setting up a SLIME environment on my Windows partition. To my very pleasant [...]</description>
		<content:encoded><![CDATA[<p>[...] a little bit here and there for some time now, especially at work, and after happening across this blog post, I got the idea to try setting up a SLIME environment on my Windows partition. To my very pleasant [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chuck</title>
		<link>http://lispy.wordpress.com/2007/07/06/setting-up-emacs-for-lisp-hacking-in-cygwin/#comment-111</link>
		<dc:creator>chuck</dc:creator>
		<pubDate>Sat, 28 Jul 2007 15:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://lispy.wordpress.com/2007/07/06/setting-up-emacs-for-lisp-hacking-in-cygwin/#comment-111</guid>
		<description>Basic stuff though it may be, I appreciate your putting out such a nice simple explanation for this.  I just now got my emacs/SLIME environment installed on Cygwin myself, after having been limited to only being able to hack Lisp on my Ubuntu partition (and having to reboot is just enough inconvenience to deter one).

Thought I&#039;d let you in on some things I did differently, in case it&#039;s of interest to anyone:

* installed Cygwin/X.  The Cygwin setup executable now includes all the Cygwin/X stuff, so this is much easier than it used to be!!

* installed the clisp package that is part of Cygwin.  When did they put that in there?  Apparently it&#039;s been a while since the last time I installed Cygwin.

* unpacked slime in my Cygwin home directory

This way the configuration is purely cygwin -- the load-path is ~/slime-2.0/ and the inferior-list is /usr/bin/clisp.exe</description>
		<content:encoded><![CDATA[<p>Basic stuff though it may be, I appreciate your putting out such a nice simple explanation for this.  I just now got my emacs/SLIME environment installed on Cygwin myself, after having been limited to only being able to hack Lisp on my Ubuntu partition (and having to reboot is just enough inconvenience to deter one).</p>
<p>Thought I&#8217;d let you in on some things I did differently, in case it&#8217;s of interest to anyone:</p>
<p>* installed Cygwin/X.  The Cygwin setup executable now includes all the Cygwin/X stuff, so this is much easier than it used to be!!</p>
<p>* installed the clisp package that is part of Cygwin.  When did they put that in there?  Apparently it&#8217;s been a while since the last time I installed Cygwin.</p>
<p>* unpacked slime in my Cygwin home directory</p>
<p>This way the configuration is purely cygwin &#8212; the load-path is ~/slime-2.0/ and the inferior-list is /usr/bin/clisp.exe</p>
]]></content:encoded>
	</item>
</channel>
</rss>
