<?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: SBCL + Emacs + Windows Vista</title>
	<atom:link href="http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/</link>
	<description></description>
	<lastBuildDate>Thu, 03 Dec 2009 21:50:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sasha Shipka</title>
		<link>http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/comment-page-1/#comment-373</link>
		<dc:creator>Sasha Shipka</dc:creator>
		<pubDate>Wed, 04 Nov 2009 18:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=21#comment-373</guid>
		<description>Hello, I&#039;m a newcomer to Lisp and I would like to make asdf-install work on windows also. I followed your instructions, return-output-from-program was changed this way already. However when I try to invoke (asdf-install:install :) error jumps out right away:

The value ECHO is not of type LIST.
   [Condition of type TYPE-ERROR]

Backtrace:
  0: (COPY-LIST ASDF-INSTALL:ECHO)[:EXTERNAL]
  1: (ASDF-INSTALL:INSTALL :CLOSER-MOP :PROPAGATE NIL :WHERE NIL)
...
I tried to find (copy-list echo) anywhere in asdf-install code and failed (perhaps it has something with that :external).</description>
		<content:encoded><![CDATA[<p>Hello, I&#8217;m a newcomer to Lisp and I would like to make asdf-install work on windows also. I followed your instructions, return-output-from-program was changed this way already. However when I try to invoke (asdf-install:install <img src='http://robert.zubek.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  error jumps out right away:</p>
<p>The value ECHO is not of type LIST.<br />
   [Condition of type TYPE-ERROR]</p>
<p>Backtrace:<br />
  0: (COPY-LIST ASDF-INSTALL:ECHO)[:EXTERNAL]<br />
  1: (ASDF-INSTALL:INSTALL :CLOSER-MOP <img src='http://robert.zubek.net/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ROPAGATE NIL :WHERE NIL)<br />
&#8230;<br />
I tried to find (copy-list echo) anywhere in asdf-install code and failed (perhaps it has something with that :external).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Connors</title>
		<link>http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/comment-page-1/#comment-315</link>
		<dc:creator>John Connors</dc:creator>
		<pubDate>Thu, 02 Jul 2009 08:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=21#comment-315</guid>
		<description>Thank  you for this, I needed it to get SBCL running on a Vista box, coming back to it after a long break. Building it will be a whole other experience, but there you go..</description>
		<content:encoded><![CDATA[<p>Thank  you for this, I needed it to get SBCL running on a Vista box, coming back to it after a long break. Building it will be a whole other experience, but there you go..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emacs + Slime + SBCL on Windows Vista :: nklein software</title>
		<link>http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/comment-page-1/#comment-314</link>
		<dc:creator>Emacs + Slime + SBCL on Windows Vista :: nklein software</dc:creator>
		<pubDate>Wed, 27 May 2009 22:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=21#comment-314</guid>
		<description>[...] the most part, I followed Robert Zubek&#8217;s gameplan. However, I quickly ran into a problem with swank&#8217;s temporary files not being in a writable [...]</description>
		<content:encoded><![CDATA[<p>[...] the most part, I followed Robert Zubek&#8217;s gameplan. However, I quickly ran into a problem with swank&#8217;s temporary files not being in a writable [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christph Amort</title>
		<link>http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/comment-page-1/#comment-310</link>
		<dc:creator>Christph Amort</dc:creator>
		<pubDate>Sun, 18 Jan 2009 22:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=21#comment-310</guid>
		<description>the guide is great! some stumble upons (that newbees like me fall in):
- extract the slime directly into the emacs/site-lisp folder (no subdirectory needed!)
- copying the dirs from your webpage made 
(setq inferior-lisp-program “c:/u... ...re”)
instead of &quot; &lt;- can you see the difference!
(require ’slime) and also here &#039;&lt;- emacs complains about that strage quote on my vista! 

I think post 10 Sean is asking for it!!


On my Vista version HOME was on C:\Users\hp02\AppData\Roaming

chris</description>
		<content:encoded><![CDATA[<p>the guide is great! some stumble upons (that newbees like me fall in):<br />
- extract the slime directly into the emacs/site-lisp folder (no subdirectory needed!)<br />
- copying the dirs from your webpage made<br />
(setq inferior-lisp-program “c:/u&#8230; &#8230;re”)<br />
instead of &#8221; &lt;- can you see the difference!<br />
(require ’slime) and also here &#8216;&lt;- emacs complains about that strage quote on my vista! </p>
<p>I think post 10 Sean is asking for it!!</p>
<p>On my Vista version HOME was on C:\Users\hp02\AppData\Roaming</p>
<p>chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: found .emacs, but doesnt work running lisp &#124; keyongtech</title>
		<link>http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/comment-page-1/#comment-309</link>
		<dc:creator>found .emacs, but doesnt work running lisp &#124; keyongtech</dc:creator>
		<pubDate>Sun, 18 Jan 2009 16:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=21#comment-309</guid>
		<description>[...] .emacs, but doesnt work running lisp     http://robert.zubek.net/blog/2008/04...windows-vista/  followed every step exactly but when i try to run it:  # Restart Emacs, and then run M-x run-lisp [...]</description>
		<content:encoded><![CDATA[<p>[...] .emacs, but doesnt work running lisp     <a href="http://robert.zubek.net/blog/2008/04...windows-vista/" rel="nofollow">http://robert.zubek.net/blog/2008/04&#8230;windows-vista/</a>  followed every step exactly but when i try to run it:  # Restart Emacs, and then run M-x run-lisp [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recent Links Tagged With "sbcl" - JabberTags</title>
		<link>http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/comment-page-1/#comment-306</link>
		<dc:creator>Recent Links Tagged With "sbcl" - JabberTags</dc:creator>
		<pubDate>Wed, 17 Dec 2008 19:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=21#comment-306</guid>
		<description>[...] &gt;&gt; sbcl   SBCL v1.0i-TPS ετοιμο σεταρισμενο Saved by j2n4me on Thu 04-12-2008   SBCL + Emacs + Windows Vista Saved by viriromero on Tue 02-12-2008   Sbcl on dreambox Saved by Mitchelmussoissohot on Thu [...]</description>
		<content:encoded><![CDATA[<p>[...] &gt;&gt; sbcl   SBCL v1.0i-TPS ετοιμο σεταρισμενο Saved by j2n4me on Thu 04-12-2008   SBCL + Emacs + Windows Vista Saved by viriromero on Tue 02-12-2008   Sbcl on dreambox Saved by Mitchelmussoissohot on Thu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/comment-page-1/#comment-262</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 11 Sep 2008 22:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=21#comment-262</guid>
		<description>I followed this exactly using the versions given but I get an error in the _emacs file while loading emacs. It sasy &quot;Symbol&#039;s value as variable is void: \223c:/sbcl/sbcl.exe&quot;

Note that I mklink&#039;d the SBCL directory to one just under C:. 

Can anybody help?  I&#039;ve tried emacs 21 and 22 and also tried SBCL 1.0.13 and 1.0.19.</description>
		<content:encoded><![CDATA[<p>I followed this exactly using the versions given but I get an error in the _emacs file while loading emacs. It sasy &#8220;Symbol&#8217;s value as variable is void: \223c:/sbcl/sbcl.exe&#8221;</p>
<p>Note that I mklink&#8217;d the SBCL directory to one just under C:. </p>
<p>Can anybody help?  I&#8217;ve tried emacs 21 and 22 and also tried SBCL 1.0.13 and 1.0.19.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/comment-page-1/#comment-256</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 08 Aug 2008 06:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=21#comment-256</guid>
		<description>Chris,  I&#039;ve seen that problem before.  IIRC, it was something to do with Xemacs.  Try Emacs.</description>
		<content:encoded><![CDATA[<p>Chris,  I&#8217;ve seen that problem before.  IIRC, it was something to do with Xemacs.  Try Emacs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hagan</title>
		<link>http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/comment-page-1/#comment-159</link>
		<dc:creator>Chris Hagan</dc:creator>
		<pubDate>Fri, 11 Jul 2008 10:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://robert.zubek.net/blog/?p=21#comment-159</guid>
		<description>Thanks for publishing this tutorial.  I wonder if anybody else has gotten to the stage of installing SLIME and had this error generated on M-x run-lisp?  I&#039;d hate to give up on Vista or SBCL.

VirtualAlloc: 0x1e7.
ensure_space: failed to validate 536870912 bytes at 0x09000000
(hint: Try &quot;ulimit -a&quot;; maybe you should increase memory limits.)

Process inferior-lisp exited abnormally with code 1</description>
		<content:encoded><![CDATA[<p>Thanks for publishing this tutorial.  I wonder if anybody else has gotten to the stage of installing SLIME and had this error generated on M-x run-lisp?  I&#8217;d hate to give up on Vista or SBCL.</p>
<p>VirtualAlloc: 0&#215;1e7.<br />
ensure_space: failed to validate 536870912 bytes at 0&#215;09000000<br />
(hint: Try &#8220;ulimit -a&#8221;; maybe you should increase memory limits.)</p>
<p>Process inferior-lisp exited abnormally with code 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert</title>
		<link>http://robert.zubek.net/blog/2008/04/09/sbcl-emacs-windows-vista/comment-page-1/#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&#039;s possible that it has changed further.</description>
		<content:encoded><![CDATA[<p>Praki &#8211; I used the version of asdf-install linked above. But I have not experimented with it since then &#8211; it&#8217;s possible that it has changed further.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
