<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=SE701%3AEmacsSlimeLispAtHome</id>
	<title>SE701:EmacsSlimeLispAtHome - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=SE701%3AEmacsSlimeLispAtHome"/>
	<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE701:EmacsSlimeLispAtHome&amp;action=history"/>
	<updated>2026-04-29T08:47:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.kram.nz/index.php?title=SE701:EmacsSlimeLispAtHome&amp;diff=12306&amp;oldid=prev</id>
		<title>Mark: 6 revision(s)</title>
		<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE701:EmacsSlimeLispAtHome&amp;diff=12306&amp;oldid=prev"/>
		<updated>2008-11-03T05:27:41Z</updated>

		<summary type="html">&lt;p&gt;6 revision(s)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Windows ==&lt;br /&gt;
Please help expand upon this. Its currently incomplete.&lt;br /&gt;
&lt;br /&gt;
# Install SBCL&lt;br /&gt;
# Install Emacs&lt;br /&gt;
# Unzip Slime&lt;br /&gt;
# create a %HOME% env variable (Right click my computer -&amp;gt; properties -&amp;gt; Advanced system settings)&lt;br /&gt;
# Create a .emacs file (in your %HOME% dir) you might need to create a text file and use dos to rename it to .emacs (as windows does not recognise .emacs as a valid file name, type rename &amp;quot;New Text Document.txt&amp;quot; .emacs in a dos prompt, at the location of the new text file)&lt;br /&gt;
# add this code ...soon to come...&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
To run your programs&lt;br /&gt;
# Start emacs&lt;br /&gt;
# control-l to get a fresh document&lt;br /&gt;
# alt-x to run a command&lt;br /&gt;
# type &amp;quot;lisp-mode&amp;quot; enter&lt;br /&gt;
# alt-x&lt;br /&gt;
# type &amp;quot;slime&amp;quot; enter&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
== OSX ==&lt;br /&gt;
# Install [http://www.macports.org/ MacPorts]&lt;br /&gt;
# Edit your ~/.profile to include the following lines, if MacPorts didn&amp;#039;t already add them:&lt;br /&gt;
 export PATH=/opt/local/bin:/opt/local/sbin:$PATH&lt;br /&gt;
 export MANPATH=/opt/local/share/man:$MANPATH&lt;br /&gt;
# Run &amp;quot;sudo port install slime emacs sbcl&amp;quot;&lt;br /&gt;
# Add the following to your ~/.emacs&lt;br /&gt;
 (setq inferior-lisp-program &amp;quot;/opt/local/bin/sbcl --noinform&amp;quot;)&lt;br /&gt;
 (require &amp;#039;slime)&lt;br /&gt;
 (slime-setup)&lt;br /&gt;
You should now be able to fire up emacs, and M-x slime!&lt;/div&gt;</summary>
		<author><name>Mark</name></author>
	</entry>
</feed>