<?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: Installing SBCL, Emacs, and SLIME on Windows XP</title>
	<atom:link href="http://www.pchristensen.com/blog/articles/installing-sbcl-emacs-and-slime-on-windows-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pchristensen.com/blog/articles/installing-sbcl-emacs-and-slime-on-windows-xp/</link>
	<description>Peter Christensen's Blog</description>
	<lastBuildDate>Mon, 09 Jan 2012 19:25:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Matus</title>
		<link>http://www.pchristensen.com/blog/articles/installing-sbcl-emacs-and-slime-on-windows-xp/comment-page-1/#comment-4496</link>
		<dc:creator>Matus</dc:creator>
		<pubDate>Tue, 22 Nov 2011 11:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.pchristensen.com/blog/?p=261#comment-4496</guid>
		<description>Thanks. It works on Windows 7.

Greetings,
Matus</description>
		<content:encoded><![CDATA[<p>Thanks. It works on Windows 7.</p>
<p>Greetings,<br />
Matus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.pchristensen.com/blog/articles/installing-sbcl-emacs-and-slime-on-windows-xp/comment-page-1/#comment-2644</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 30 May 2011 15:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.pchristensen.com/blog/?p=261#comment-2644</guid>
		<description>Hi Peter
just to thank you as well, found it relatively easy to set up.. Was using Lisp in a box a few years ago, but that has suffered from bit rot. Am using vista 64 bit, I used the msi installer for SBCL and it went into the C:\Program Files (x86)\Steel Bank Common Lisp\1.0.48&gt; directory. Everything now working fine.
regards
Paul H</description>
		<content:encoded><![CDATA[<p>Hi Peter<br />
just to thank you as well, found it relatively easy to set up.. Was using Lisp in a box a few years ago, but that has suffered from bit rot. Am using vista 64 bit, I used the msi installer for SBCL and it went into the C:\Program Files (x86)\Steel Bank Common Lisp\1.0.48&gt; directory. Everything now working fine.<br />
regards<br />
Paul H</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tedd</title>
		<link>http://www.pchristensen.com/blog/articles/installing-sbcl-emacs-and-slime-on-windows-xp/comment-page-1/#comment-1957</link>
		<dc:creator>Tedd</dc:creator>
		<pubDate>Fri, 25 Feb 2011 05:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.pchristensen.com/blog/?p=261#comment-1957</guid>
		<description>@Jud

I just ran into the exact same issue and was able to fix it.  The problem is that the copy of slime that emacs was using was out of date.  You can download a new one here:
http://common-lisp.net/project/slime/#downloading

Then in your .emacs file update the load-path to point to where ever you have unpacked this latest copy of slime.

Once I did that I was up and running in Emacs with slime using SBCL on WindowsXP.

HTH,

- Tedd</description>
		<content:encoded><![CDATA[<p>@Jud</p>
<p>I just ran into the exact same issue and was able to fix it.  The problem is that the copy of slime that emacs was using was out of date.  You can download a new one here:<br />
<a href="http://common-lisp.net/project/slime/#downloading" rel="nofollow">http://common-lisp.net/project/slime/#downloading</a></p>
<p>Then in your .emacs file update the load-path to point to where ever you have unpacked this latest copy of slime.</p>
<p>Once I did that I was up and running in Emacs with slime using SBCL on WindowsXP.</p>
<p>HTH,</p>
<p>- Tedd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shiplu</title>
		<link>http://www.pchristensen.com/blog/articles/installing-sbcl-emacs-and-slime-on-windows-xp/comment-page-1/#comment-1813</link>
		<dc:creator>Shiplu</dc:creator>
		<pubDate>Fri, 04 Feb 2011 21:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.pchristensen.com/blog/?p=261#comment-1813</guid>
		<description>To avoid &quot;can’t find core file at /user/local/lib/sbcl//sbcl.core&quot; error, I have created a .cmd (aka batch) file in the same directory where sbcl.exe resides.  It contains

-------------------------------------
Rem SCBL launcher
sbcl.exe --core sbcl.core
-------------------------------------

Here sbcl.core and sbcl.exe both exists in the same directory.</description>
		<content:encoded><![CDATA[<p>To avoid &#8220;can’t find core file at /user/local/lib/sbcl//sbcl.core&#8221; error, I have created a .cmd (aka batch) file in the same directory where sbcl.exe resides.  It contains</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Rem SCBL launcher<br />
sbcl.exe &#8211;core sbcl.core<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Here sbcl.core and sbcl.exe both exists in the same directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jud</title>
		<link>http://www.pchristensen.com/blog/articles/installing-sbcl-emacs-and-slime-on-windows-xp/comment-page-1/#comment-1471</link>
		<dc:creator>Jud</dc:creator>
		<pubDate>Tue, 21 Dec 2010 02:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.pchristensen.com/blog/?p=261#comment-1471</guid>
		<description>Peter,

Thanks for sharing your knowledge.  I have been trying to get SBCL/SLIME set up on Windows XP, and can get EMACS to work, but run into a problem with M-x slime, as below.

This smells like a ridiculously simple problem, but one I do not know how to fix.

I will really appreciate any help.

Thanks.

(load &quot;c:/home/bin/emacs/site-lisp/slime/swank-loader.lisp&quot; :verbose t)
(swank:start-server &quot;c:/DOCUME~1/USER/LOCALS~1/Temp/slime.8068&quot; :external-format :iso-latin-1-unix)

This is SBCL 1.0.37, an implementation of ANSI Common Lisp.
More information about SBCL is available at .

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.

This is experimental prerelease support for the Windows platform: use
at your own risk.  &quot;Your Kitten of Death awaits!&quot;
* 
; loading #P&quot;c:\\home\\bin\\emacs\\site-lisp\\slime\\swank-loader.lisp&quot;
;; loading #P&quot;C:\\Documents and Settings\\USER\\.slime\\fasl\\2006-04-20\\sbcl-1.0.37-win32-x86\\swank-backend.fasl&quot;
;; loading #P&quot;C:\\Documents and Settings\\USER\\.slime\\fasl\\2006-04-20\\sbcl-1.0.37-win32-x86\\nregex.fasl&quot;

; compiling file &quot;c:\\home\\bin\\emacs\\site-lisp\\slime\\swank-sbcl.lisp&quot; (written 19 APR 2006 06:18:54 PM):

; file: c:\home\bin\emacs\site-lisp\slime\swank-sbcl.lisp
; in: DEFIMPLEMENTATION ARGLIST
;     (SB-INTROSPECT:FUNCTION-ARGLIST SWANK-BACKEND::FNAME)
; 
; caught WARNING:
;   (in macroexpansion of (SB-INTROSPECT:FUNCTION-ARGLIST FNAME))
;   (hint: For more precise location, try *BREAK-ON-SIGNALS*.)
;   using deprecated SB-INTROSPECT:FUNCTION-ARGLIST, should use SB-INTROSPECT:FUNCTION-LAMBDA-LIST instead
;
; compilation aborted because of fatal error:
;   SB-INT:SIMPLE-READER-PACKAGE-ERROR at 31205 (line 793, column 39) on #:
;     Symbol &quot;DEBUG-SOURCE-FROM&quot; not found in the SB-DI package.
;   ; compilation aborted after 0:00:01.860


debugger invoked on a SB-INT:SIMPLE-FILE-ERROR:
  Couldn&#039;t load
  #P&quot;C:\\Documents and Settings\\USER\\.slime\\fasl\\2006-04-20\\sbcl-1.0.37-win32-x86\\swank-sbcl.fas&quot;l:
  file does not exist.

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [ABORT] Exit debugger, returning to top level.

(LOAD
 #P&quot;C:\\Documents and Settings\\USER\\.slime\\fasl\\2006-04-20\\sbcl-1.0.37-win32-x86\\swank-sbcl.fasl&quot;)[:EXTERNAL]
0] swank-sbcl.fas  C-c C-c
Process inferior-lisp interrupt</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>Thanks for sharing your knowledge.  I have been trying to get SBCL/SLIME set up on Windows XP, and can get EMACS to work, but run into a problem with M-x slime, as below.</p>
<p>This smells like a ridiculously simple problem, but one I do not know how to fix.</p>
<p>I will really appreciate any help.</p>
<p>Thanks.</p>
<p>(load &#8220;c:/home/bin/emacs/site-lisp/slime/swank-loader.lisp&#8221; :verbose t)<br />
(swank:start-server &#8220;c:/DOCUME~1/USER/LOCALS~1/Temp/slime.8068&#8243; :external-format :iso-latin-1-unix)</p>
<p>This is SBCL 1.0.37, an implementation of ANSI Common Lisp.<br />
More information about SBCL is available at .</p>
<p>SBCL is free software, provided as is, with absolutely no warranty.<br />
It is mostly in the public domain; some portions are provided under<br />
BSD-style licenses.  See the CREDITS and COPYING files in the<br />
distribution for more information.</p>
<p>This is experimental prerelease support for the Windows platform: use<br />
at your own risk.  &#8220;Your Kitten of Death awaits!&#8221;<br />
*<br />
; loading #P&#8221;c:\\home\\bin\\emacs\\site-lisp\\slime\\swank-loader.lisp&#8221;<br />
;; loading #P&#8221;C:\\Documents and Settings\\USER\\.slime\\fasl\\2006-04-20\\sbcl-1.0.37-win32-x86\\swank-backend.fasl&#8221;<br />
;; loading #P&#8221;C:\\Documents and Settings\\USER\\.slime\\fasl\\2006-04-20\\sbcl-1.0.37-win32-x86\\nregex.fasl&#8221;</p>
<p>; compiling file &#8220;c:\\home\\bin\\emacs\\site-lisp\\slime\\swank-sbcl.lisp&#8221; (written 19 APR 2006 06:18:54 PM):</p>
<p>; file: c:\home\bin\emacs\site-lisp\slime\swank-sbcl.lisp<br />
; in: DEFIMPLEMENTATION ARGLIST<br />
;     (SB-INTROSPECT:FUNCTION-ARGLIST SWANK-BACKEND::FNAME)<br />
;<br />
; caught WARNING:<br />
;   (in macroexpansion of (SB-INTROSPECT:FUNCTION-ARGLIST FNAME))<br />
;   (hint: For more precise location, try *BREAK-ON-SIGNALS*.)<br />
;   using deprecated SB-INTROSPECT:FUNCTION-ARGLIST, should use SB-INTROSPECT:FUNCTION-LAMBDA-LIST instead<br />
;<br />
; compilation aborted because of fatal error:<br />
;   SB-INT:SIMPLE-READER-PACKAGE-ERROR at 31205 (line 793, column 39) on #:<br />
;     Symbol &#8220;DEBUG-SOURCE-FROM&#8221; not found in the SB-DI package.<br />
;   ; compilation aborted after 0:00:01.860</p>
<p>debugger invoked on a SB-INT:SIMPLE-FILE-ERROR:<br />
  Couldn&#8217;t load<br />
  #P&#8221;C:\\Documents and Settings\\USER\\.slime\\fasl\\2006-04-20\\sbcl-1.0.37-win32-x86\\swank-sbcl.fas&#8221;l:<br />
  file does not exist.</p>
<p>Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.</p>
<p>restarts (invokable by number or by possibly-abbreviated name):<br />
  0: [ABORT] Exit debugger, returning to top level.</p>
<p>(LOAD<br />
 #P&#8221;C:\\Documents and Settings\\USER\\.slime\\fasl\\2006-04-20\\sbcl-1.0.37-win32-x86\\swank-sbcl.fasl&#8221;)[:EXTERNAL]<br />
0] swank-sbcl.fas  C-c C-c<br />
Process inferior-lisp interrupt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.pchristensen.com/blog/articles/installing-sbcl-emacs-and-slime-on-windows-xp/comment-page-1/#comment-1449</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Tue, 26 Oct 2010 03:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.pchristensen.com/blog/?p=261#comment-1449</guid>
		<description>As to 

I’m using XP, Slime, Emacs ...
Great blog BTW

It works without using the full path I amazed maybe I should stop hating XP, No that would be silly.

Great Blog -f</description>
		<content:encoded><![CDATA[<p>As to </p>
<p>I’m using XP, Slime, Emacs &#8230;<br />
Great blog BTW</p>
<p>It works without using the full path I amazed maybe I should stop hating XP, No that would be silly.</p>
<p>Great Blog -f</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.pchristensen.com/blog/articles/installing-sbcl-emacs-and-slime-on-windows-xp/comment-page-1/#comment-1448</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Tue, 26 Oct 2010 03:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.pchristensen.com/blog/?p=261#comment-1448</guid>
		<description>I&#039;m using XP, Slime, Emacs, SBCL and I&#039;m having an error based on my misunderstanding of setting the correct path. I&#039;m new to XP and finding the .emacs file in the Applications Data directory was a little strange. My problem has to do with the loading of Slime. In my .emacs I defined the full path name rather than sbcl. Could it be choking on something in the long path? 

when I M-x slime
I get 
apply: Spawning child process: invalid argument
 My .emacs is 

(setq inferior-lisp-program &quot;c:/Program Files/Steel Bank Common Lisp/1.0.37/sbcl&quot;)
(add-to-list &#039;load-path &quot;c:/Program Files/slime/&quot;)
(require &#039;slime)
(slime-setup)

Great blog BTW</description>
		<content:encoded><![CDATA[<p>I&#8217;m using XP, Slime, Emacs, SBCL and I&#8217;m having an error based on my misunderstanding of setting the correct path. I&#8217;m new to XP and finding the .emacs file in the Applications Data directory was a little strange. My problem has to do with the loading of Slime. In my .emacs I defined the full path name rather than sbcl. Could it be choking on something in the long path? </p>
<p>when I M-x slime<br />
I get<br />
apply: Spawning child process: invalid argument<br />
 My .emacs is </p>
<p>(setq inferior-lisp-program &#8220;c:/Program Files/Steel Bank Common Lisp/1.0.37/sbcl&#8221;)<br />
(add-to-list &#8216;load-path &#8220;c:/Program Files/slime/&#8221;)<br />
(require &#8216;slime)<br />
(slime-setup)</p>
<p>Great blog BTW</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: __Mario__</title>
		<link>http://www.pchristensen.com/blog/articles/installing-sbcl-emacs-and-slime-on-windows-xp/comment-page-1/#comment-858</link>
		<dc:creator>__Mario__</dc:creator>
		<pubDate>Mon, 27 Oct 2008 13:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.pchristensen.com/blog/?p=261#comment-858</guid>
		<description>Edit src/compiler/x86/parms.lisp, find the section for your OS and change one of the lines to read:

(def!constant dynamic-space-end        #x10000000)

Hope that helps !

-- Mario</description>
		<content:encoded><![CDATA[<p>Edit src/compiler/x86/parms.lisp, find the section for your OS and change one of the lines to read:</p>
<p>(def!constant dynamic-space-end        #x10000000)</p>
<p>Hope that helps !</p>
<p>&#8211; Mario</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tonio2</title>
		<link>http://www.pchristensen.com/blog/articles/installing-sbcl-emacs-and-slime-on-windows-xp/comment-page-1/#comment-857</link>
		<dc:creator>tonio2</dc:creator>
		<pubDate>Mon, 27 Oct 2008 13:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.pchristensen.com/blog/?p=261#comment-857</guid>
		<description>Thanks, a great useful site !</description>
		<content:encoded><![CDATA[<p>Thanks, a great useful site !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nelson</title>
		<link>http://www.pchristensen.com/blog/articles/installing-sbcl-emacs-and-slime-on-windows-xp/comment-page-1/#comment-821</link>
		<dc:creator>Nelson</dc:creator>
		<pubDate>Sat, 04 Oct 2008 02:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.pchristensen.com/blog/?p=261#comment-821</guid>
		<description>Following the instructions, I am unable to get SBCL to run. When launching slime I get the following start up error:

(progn (load &quot;d:/home/bin/emacs/site-lisp/slime/swank-loader.lisp&quot; :verbose t) (funcall (read-from-string &quot;swank-loader:init&quot;)) (funcall (read-from-string &quot;swank:start-server&quot;) &quot;d:/DOCUME~1/e127778/LOCALS~1/Temp/slime.3684&quot; :coding-system &quot;iso-latin-1-unix&quot;))

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>Following the instructions, I am unable to get SBCL to run. When launching slime I get the following start up error:</p>
<p>(progn (load &#8220;d:/home/bin/emacs/site-lisp/slime/swank-loader.lisp&#8221; :verbose t) (funcall (read-from-string &#8220;swank-loader:init&#8221;)) (funcall (read-from-string &#8220;swank:start-server&#8221;) &#8220;d:/DOCUME~1/e127778/LOCALS~1/Temp/slime.3684&#8243; :coding-system &#8220;iso-latin-1-unix&#8221;))</p>
<p>VirtualAlloc: 0x1e7.<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>
</channel>
</rss>

