<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tapdancing Goats &#187; KPAX</title>
	<atom:link href="http://www.tapdancinggoats.com/tag/kpax/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tapdancinggoats.com</link>
	<description>A parfait of physics, Linux, LaTeX, and coding tips large and small.</description>
	<lastBuildDate>Wed, 25 Jan 2012 03:14:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>KPAX, SLIME, and SBCL</title>
		<link>http://www.tapdancinggoats.com/kpax-slime-and-sbcl.htm</link>
		<comments>http://www.tapdancinggoats.com/kpax-slime-and-sbcl.htm#comments</comments>
		<pubDate>Sun, 24 Sep 2006 03:56:19 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Lisp]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[KPAX]]></category>
		<category><![CDATA[SBCL]]></category>
		<category><![CDATA[SLIME]]></category>

		<guid isPermaLink="false">http://tapdancinggoats.com/?p=5</guid>
		<description><![CDATA[I&#8217;ve been struggling on and off to get KPAX to work for the past few days. It turns out that the default method SLIME uses to communicate with the Lisp interpreter causes problems with the way s-sysdeps sets up the socket listening function in SBCL. The workaround is to set swank:communication-style to :fd-handler, but it [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been struggling on and off to get KPAX to work for the past few days.  It turns out that the default method SLIME uses to communicate with the Lisp interpreter causes problems with the way s-sysdeps sets up the socket listening function in SBCL.  The workaround is to set swank:<em>communication-style</em> to :fd-handler, but it has to be set before SLIME starts, so put the following form in ~/.swank.lisp</p>

<p><code>(defparameter swank:<em>communication-style</em> :fd-handler)</code></p>

<p>Now to get KPAX to work with mod_lisp&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tapdancinggoats.com/kpax-slime-and-sbcl.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

