<?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"
	>
<channel>
	<title>Comments for robert zubek / blog</title>
	<atom:link href="http://robert.zubek.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.zubek.net/blog</link>
	<description></description>
	<pubDate>Sat, 05 Jul 2008 21:01:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Clojure Web Server (in less than 100 lines) by Mr. Smith</title>
		<link>http://robert.zubek.net/blog/2008/04/26/clojure-web-server/#comment-88</link>
		<dc:creator>Mr. Smith</dc:creator>
		<pubDate>Tue, 24 Jun 2008 01:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=23#comment-88</guid>
		<description>all of the (. context (...)) calls can be replaced with doto</description>
		<content:encoded><![CDATA[<p>all of the (. context (&#8230;)) calls can be replaced with doto</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Commentary on &#8220;A History of Erlang&#8221; by Erlang-China &#187; [荐]《对“A History of Erlang”的评论》</title>
		<link>http://robert.zubek.net/blog/2008/06/21/commentary-on-a-history-of-erlang/#comment-87</link>
		<dc:creator>Erlang-China &#187; [荐]《对“A History of Erlang”的评论》</dc:creator>
		<pubDate>Sun, 22 Jun 2008 14:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=26#comment-87</guid>
		<description>[...] 原文在这里。貌似“功夫网”并未“河蟹”——既然能访问，俺就不盗版了。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 原文在这里。貌似“功夫网”并未“河蟹”——既然能访问，俺就不盗版了。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SBCL + Emacs + Windows Vista by robert</title>
		<link>http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/#comment-80</link>
		<dc:creator>robert</dc:creator>
		<pubDate>Wed, 11 Jun 2008 15:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=21#comment-80</guid>
		<description>Praki - I used the version of asdf-install linked above. But I have not experimented with it since then - it's possible that it has changed further.</description>
		<content:encoded><![CDATA[<p>Praki - I used the version of asdf-install linked above. But I have not experimented with it since then - it&#8217;s possible that it has changed further.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SBCL + Emacs + Windows Vista by Praki Prakash</title>
		<link>http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/#comment-79</link>
		<dc:creator>Praki Prakash</dc:creator>
		<pubDate>Wed, 11 Jun 2008 14:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=21#comment-79</guid>
		<description>Hi Robert,

After having struggled with asdf and asdf-install on WinXP, I can tell you that this subject deserves its own book! Anyway, I have been debugging the issue in using asdf-install with SBCL and WinXP. Your post proved to be a great aid. However, the version of asdf-install that I can find online doesn't have a tar-arguments function but there is a tar-argument function. The return-output-from-program returns nothing causing a read-line error.

Can you tell me where you found the asdf-install package that you were able to hack an work?

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi Robert,</p>
<p>After having struggled with asdf and asdf-install on WinXP, I can tell you that this subject deserves its own book! Anyway, I have been debugging the issue in using asdf-install with SBCL and WinXP. Your post proved to be a great aid. However, the version of asdf-install that I can find online doesn&#8217;t have a tar-arguments function but there is a tar-argument function. The return-output-from-program returns nothing causing a read-line error.</p>
<p>Can you tell me where you found the asdf-install package that you were able to hack an work?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SBCL + Emacs + Windows Vista by Peter Christensen</title>
		<link>http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/#comment-78</link>
		<dc:creator>Peter Christensen</dc:creator>
		<pubDate>Fri, 30 May 2008 19:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=21#comment-78</guid>
		<description>It's a little bit different on Windows xP: it requires a reboot to move the environment variables from user to system, but after the reboot it works fine.  Also, since the PATH and SBCL_HOME variables are populated, all you need in the .emacs file is:

(setq inferior-lisp-program "sbcl")
...

I wrote a complete setup guide for Windows XP here:

http://www.pchristensen.com/blog/articles/installing-sbcl-emacs-and-slime-on-windows-xp/</description>
		<content:encoded><![CDATA[<p>It&#8217;s a little bit different on Windows xP: it requires a reboot to move the environment variables from user to system, but after the reboot it works fine.  Also, since the PATH and SBCL_HOME variables are populated, all you need in the .emacs file is:</p>
<p>(setq inferior-lisp-program &#8220;sbcl&#8221;)<br />
&#8230;</p>
<p>I wrote a complete setup guide for Windows XP here:</p>
<p><a href="http://www.pchristensen.com/blog/articles/installing-sbcl-emacs-and-slime-on-windows-xp/" rel="nofollow">http://www.pchristensen.com/blog/articles/installing-sbcl-emacs-and-slime-on-windows-xp/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SBCL + Emacs + Windows Vista by Installing SBCL, Emacs, and SLIME on Windows XP &#187; What&#8217;s In Peter&#8217;s Head</title>
		<link>http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/#comment-77</link>
		<dc:creator>Installing SBCL, Emacs, and SLIME on Windows XP &#187; What&#8217;s In Peter&#8217;s Head</dc:creator>
		<pubDate>Fri, 30 May 2008 19:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=21#comment-77</guid>
		<description>[...] Zubek wrote a post about 2 months ago about how to setup SBCL/Emacs/SLIME on Vista, but it doesn&#8217;t work exactly right on Windows XP. If you use the .emacs settings from his [...]</description>
		<content:encoded><![CDATA[<p>[...] Zubek wrote a post about 2 months ago about how to setup SBCL/Emacs/SLIME on Vista, but it doesn&#8217;t work exactly right on Windows XP. If you use the .emacs settings from his [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SBCL + Emacs + Windows Vista by Running SBCL on Windows &#171; Brainrack Aborning - Developing a Search Engine</title>
		<link>http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/#comment-76</link>
		<dc:creator>Running SBCL on Windows &#171; Brainrack Aborning - Developing a Search Engine</dc:creator>
		<pubDate>Thu, 29 May 2008 19:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=21#comment-76</guid>
		<description>[...] http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/ http://sbcl-internals.cliki.net/Build%20on%20Windows http://www.sbcl.org/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/" rel="nofollow">http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/</a> <a href="http://sbcl-internals.cliki.net/Build%20on%20Windows" rel="nofollow">http://sbcl-internals.cliki.net/Build%20on%20Windows</a> <a href="http://www.sbcl.org/" rel="nofollow">http://www.sbcl.org/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SBCL + Emacs + Windows Vista by Neil Haven</title>
		<link>http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/#comment-37</link>
		<dc:creator>Neil Haven</dc:creator>
		<pubDate>Fri, 16 May 2008 18:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=21#comment-37</guid>
		<description>Thanks Robert!
  Posts like these are a real service to the lisp community.  (It is good to know there are other people working in SBCL under Vista.)
  Your recipe above works equally well for XEmacs ver 21.4.21 except that under XEmacs your init file will be ~/.xemacs/init.el instead of ~/.emacs.
  Also, I solved the problem of spaces in file names by reverting to the old-style MS-DOS 8.3 pathnames that are available by doing a dir /X at a command prompt instead of by using links.  Once I have convinced myself that windows links aren't going to get all microsoft-cranky on me, I'll probably switch to your method.
  Best of luck.</description>
		<content:encoded><![CDATA[<p>Thanks Robert!<br />
  Posts like these are a real service to the lisp community.  (It is good to know there are other people working in SBCL under Vista.)<br />
  Your recipe above works equally well for XEmacs ver 21.4.21 except that under XEmacs your init file will be ~/.xemacs/init.el instead of ~/.emacs.<br />
  Also, I solved the problem of spaces in file names by reverting to the old-style MS-DOS 8.3 pathnames that are available by doing a dir /X at a command prompt instead of by using links.  Once I have convinced myself that windows links aren&#8217;t going to get all microsoft-cranky on me, I&#8217;ll probably switch to your method.<br />
  Best of luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Clojure Web Server (in less than 100 lines) by robert</title>
		<link>http://robert.zubek.net/blog/2008/04/26/clojure-web-server/#comment-29</link>
		<dc:creator>robert</dc:creator>
		<pubDate>Tue, 29 Apr 2008 03:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=23#comment-29</guid>
		<description>Ah, that's right, make-contexts fell out during an edit - it's back now, right above the make-server definition. 

Thanks for the heads up! :)</description>
		<content:encoded><![CDATA[<p>Ah, that&#8217;s right, make-contexts fell out during an edit - it&#8217;s back now, right above the make-server definition. </p>
<p>Thanks for the heads up! <img src='http://robert.zubek.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Clojure Web Server (in less than 100 lines) by James Reeves</title>
		<link>http://robert.zubek.net/blog/2008/04/26/clojure-web-server/#comment-28</link>
		<dc:creator>James Reeves</dc:creator>
		<pubDate>Mon, 28 Apr 2008 19:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=23#comment-28</guid>
		<description>A really helpful article! Just one critism: you reference "make-contexts", but you don't actually define it anyway.</description>
		<content:encoded><![CDATA[<p>A really helpful article! Just one critism: you reference &#8220;make-contexts&#8221;, but you don&#8217;t actually define it anyway.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
