<?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: Using SLIME with Chicken Scheme</title>
	<atom:link href="http://www.doof.me.uk/2010/12/12/using-slime-with-chicken-scheme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doof.me.uk/2010/12/12/using-slime-with-chicken-scheme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-slime-with-chicken-scheme</link>
	<description>Lalalala doo</description>
	<lastBuildDate>Mon, 08 Apr 2013 17:09:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: R. Winkler</title>
		<link>http://www.doof.me.uk/2010/12/12/using-slime-with-chicken-scheme/comment-page-1/#comment-15976</link>
		<dc:creator>R. Winkler</dc:creator>
		<pubDate>Tue, 01 May 2012 09:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=1660#comment-15976</guid>
		<description><![CDATA[Hi nick,

I found library duck.el which does the job by applying function duck-tidy-up!

Best regards]]></description>
		<content:encoded><![CDATA[<p>Hi nick,</p>
<p>I found library duck.el which does the job by applying function duck-tidy-up!</p>
<p>Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://www.doof.me.uk/2010/12/12/using-slime-with-chicken-scheme/comment-page-1/#comment-15968</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Tue, 01 May 2012 06:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=1660#comment-15968</guid>
		<description><![CDATA[&gt; Does chicken-slime also support a pretty printer mode, which supports tidying up the scheme code?

No, but you can use chicken-slime with other Scheme modes. Maybe paredit supports this?]]></description>
		<content:encoded><![CDATA[<p>> Does chicken-slime also support a pretty printer mode, which supports tidying up the scheme code?</p>
<p>No, but you can use chicken-slime with other Scheme modes. Maybe paredit supports this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R. Winkler</title>
		<link>http://www.doof.me.uk/2010/12/12/using-slime-with-chicken-scheme/comment-page-1/#comment-15832</link>
		<dc:creator>R. Winkler</dc:creator>
		<pubDate>Sat, 28 Apr 2012 15:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=1660#comment-15832</guid>
		<description><![CDATA[Hi nick,

The documentation is only supported in the CSI-interpreter. It is not available in opened scheme-files. Maybe this is not supported.
Does chicken-slime also support a pretty printer mode, which supports tidying up the scheme code?

Best regards]]></description>
		<content:encoded><![CDATA[<p>Hi nick,</p>
<p>The documentation is only supported in the CSI-interpreter. It is not available in opened scheme-files. Maybe this is not supported.<br />
Does chicken-slime also support a pretty printer mode, which supports tidying up the scheme code?</p>
<p>Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://www.doof.me.uk/2010/12/12/using-slime-with-chicken-scheme/comment-page-1/#comment-15578</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Mon, 23 Apr 2012 07:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=1660#comment-15578</guid>
		<description><![CDATA[Have you installed the documentation repository for chicken-doc? See the chicken-doc-admin page for how to do this:

http://wiki.call-cc.org/eggref/4/chicken-doc-admin]]></description>
		<content:encoded><![CDATA[<p>Have you installed the documentation repository for chicken-doc? See the chicken-doc-admin page for how to do this:</p>
<p><a href="http://wiki.call-cc.org/eggref/4/chicken-doc-admin" rel="nofollow">http://wiki.call-cc.org/eggref/4/chicken-doc-admin</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R. Winkler</title>
		<link>http://www.doof.me.uk/2010/12/12/using-slime-with-chicken-scheme/comment-page-1/#comment-15257</link>
		<dc:creator>R. Winkler</dc:creator>
		<pubDate>Mon, 16 Apr 2012 19:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=1660#comment-15257</guid>
		<description><![CDATA[Hi again,

I installed the latest slime-version (2012-04-11) and the error message disappeared. I have tried the following features which also work for me:
- C-c C-c
- C-c C-l
- Hint-text in the mini-buffer showing the command structure

However autocompletion is still not working! I have installed the provided chicken-egg &quot;slime&quot;. At the moment, my .emacs-configuration-file looks as follows:

...
(add-to-list &#039;load-path &quot;/var/lib/chicken/5/&quot;)
(add-to-list &#039;load-path &quot;~/.emacs.d/slime-2012-04-16&quot;) 

(autoload &#039;chicken-slime &quot;chicken-slime&quot; &quot;SWANK backend for Chicken&quot; t)

(require &#039;slime)
(slime-setup &#039;(slime-fancy slime-banner))
(slime-setup &#039;(slime-autodoc))

(add-hook &#039;scheme-mode-hook
          (lambda ()
           (slime-mode t)))

Maybe you have an idea, why autocompletion does not work. 
I also installed the required eggs
- symbol-utils
- apropos
- chicken-doc
- fmt

Best regards!]]></description>
		<content:encoded><![CDATA[<p>Hi again,</p>
<p>I installed the latest slime-version (2012-04-11) and the error message disappeared. I have tried the following features which also work for me:<br />
- C-c C-c<br />
- C-c C-l<br />
- Hint-text in the mini-buffer showing the command structure</p>
<p>However autocompletion is still not working! I have installed the provided chicken-egg &#8220;slime&#8221;. At the moment, my .emacs-configuration-file looks as follows:</p>
<p>&#8230;<br />
(add-to-list &#8216;load-path &#8220;/var/lib/chicken/5/&#8221;)<br />
(add-to-list &#8216;load-path &#8220;~/.emacs.d/slime-2012-04-16&#8243;) </p>
<p>(autoload &#8216;chicken-slime &#8220;chicken-slime&#8221; &#8220;SWANK backend for Chicken&#8221; t)</p>
<p>(require &#8216;slime)<br />
(slime-setup &#8216;(slime-fancy slime-banner))<br />
(slime-setup &#8216;(slime-autodoc))</p>
<p>(add-hook &#8216;scheme-mode-hook<br />
          (lambda ()<br />
           (slime-mode t)))</p>
<p>Maybe you have an idea, why autocompletion does not work.<br />
I also installed the required eggs<br />
- symbol-utils<br />
- apropos<br />
- chicken-doc<br />
- fmt</p>
<p>Best regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R. Winkler</title>
		<link>http://www.doof.me.uk/2010/12/12/using-slime-with-chicken-scheme/comment-page-1/#comment-15254</link>
		<dc:creator>R. Winkler</dc:creator>
		<pubDate>Mon, 16 Apr 2012 18:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=1660#comment-15254</guid>
		<description><![CDATA[Hi nick,

I am using the following versions:

GNU Emacs 23.2.1
Chicken Scheme Version 4.7.0 
SLIME 2010-07-21

Best regards]]></description>
		<content:encoded><![CDATA[<p>Hi nick,</p>
<p>I am using the following versions:</p>
<p>GNU Emacs 23.2.1<br />
Chicken Scheme Version 4.7.0<br />
SLIME 2010-07-21</p>
<p>Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://www.doof.me.uk/2010/12/12/using-slime-with-chicken-scheme/comment-page-1/#comment-15184</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Sun, 15 Apr 2012 09:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=1660#comment-15184</guid>
		<description><![CDATA[What version of SLIME, Emacs, and Chicken are you using?]]></description>
		<content:encoded><![CDATA[<p>What version of SLIME, Emacs, and Chicken are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R. Winkler</title>
		<link>http://www.doof.me.uk/2010/12/12/using-slime-with-chicken-scheme/comment-page-1/#comment-15018</link>
		<dc:creator>R. Winkler</dc:creator>
		<pubDate>Thu, 12 Apr 2012 12:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=1660#comment-15018</guid>
		<description><![CDATA[Hi,

I have just installed your slime-plugin by downloading the corresponding chicken scheme egg. Unfortunately the following error messages occur when I use the REPL:

error in process filter: Wrong type argument: char-or-string-p, (&quot;(+ ===&gt; z1  ... &lt;===)&quot; t)

How to solve this issue?

Thank you!]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have just installed your slime-plugin by downloading the corresponding chicken scheme egg. Unfortunately the following error messages occur when I use the REPL:</p>
<p>error in process filter: Wrong type argument: char-or-string-p, (&#8220;(+ ===&gt; z1  &#8230; &lt;===)&quot; t)</p>
<p>How to solve this issue?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://www.doof.me.uk/2010/12/12/using-slime-with-chicken-scheme/comment-page-1/#comment-14884</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Sun, 08 Apr 2012 20:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=1660#comment-14884</guid>
		<description><![CDATA[Hi Matus,
Looks like this is caused by a recent change to upstream SLIME. I&#039;ve fixed this in the Egg repository and the GitHub version (see my last few commits there).]]></description>
		<content:encoded><![CDATA[<p>Hi Matus,<br />
Looks like this is caused by a recent change to upstream SLIME. I&#8217;ve fixed this in the Egg repository and the GitHub version (see my last few commits there).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matus</title>
		<link>http://www.doof.me.uk/2010/12/12/using-slime-with-chicken-scheme/comment-page-1/#comment-14757</link>
		<dc:creator>Matus</dc:creator>
		<pubDate>Wed, 04 Apr 2012 09:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=1660#comment-14757</guid>
		<description><![CDATA[Hi,

Sorry for my delayed reply. 

I can&#039;t remember anymore what exactly did it, but i was just missing some point in the tutorial on installing chicken-doc. Following the tutorial accurately solved the issue.

However, i had another problem starting chicken-slime which i reported here:  https://github.com/nickg/swank-chicken/issues/3

It seems to be OS independent problem.

Greetings
Matus]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Sorry for my delayed reply. </p>
<p>I can&#8217;t remember anymore what exactly did it, but i was just missing some point in the tutorial on installing chicken-doc. Following the tutorial accurately solved the issue.</p>
<p>However, i had another problem starting chicken-slime which i reported here:  <a href="https://github.com/nickg/swank-chicken/issues/3" rel="nofollow">https://github.com/nickg/swank-chicken/issues/3</a></p>
<p>It seems to be OS independent problem.</p>
<p>Greetings<br />
Matus</p>
]]></content:encoded>
	</item>
</channel>
</rss>
