<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Like Slime, for Vim</title>
	<atom:link href="http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/</link>
	<description>no magic - just tricks</description>
	<lastBuildDate>Fri, 06 Nov 2009 19:50:06 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chow</title>
		<link>http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-341</link>
		<dc:creator>Chow</dc:creator>
		<pubDate>Fri, 06 Nov 2009 19:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-341</guid>
		<description>Awesome awesome awesome. I am a novice Vim user, but appreciating its power. I remember using EMACS and enjoying its built in interpreter, and wishing for an equivalent in VIM. This solves everything!

Also great stuff on the screencasts, including the &quot;Taking control of the command-line&quot;.</description>
		<content:encoded><![CDATA[<p>Awesome awesome awesome. I am a novice Vim user, but appreciating its power. I remember using EMACS and enjoying its built in interpreter, and wishing for an equivalent in VIM. This solves everything!</p>
<p>Also great stuff on the screencasts, including the &#8220;Taking control of the command-line&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Watt</title>
		<link>http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-340</link>
		<dc:creator>Watt</dc:creator>
		<pubDate>Sun, 01 Nov 2009 15:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-340</guid>
		<description>Jonathan,

Thank you for your reply.  Really appreciate your help.  I look at the error again and I see that it is actually working but the spaces does not get sent over correctly.  And there I get the IndentationError: unexpected indent.  I am sorry for the confusion as I am stepping up my coding in Python.  I hope you don&#039;t mind I ask if there is anything that I have to set to be able to do get the screen to get the spaces over correctly?  Thanks for your help.


Watt Poosanguansit</description>
		<content:encoded><![CDATA[<p>Jonathan,</p>
<p>Thank you for your reply.  Really appreciate your help.  I look at the error again and I see that it is actually working but the spaces does not get sent over correctly.  And there I get the IndentationError: unexpected indent.  I am sorry for the confusion as I am stepping up my coding in Python.  I hope you don&#8217;t mind I ask if there is anything that I have to set to be able to do get the screen to get the spaces over correctly?  Thanks for your help.</p>
<p>Watt Poosanguansit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hannes Röst</title>
		<link>http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-339</link>
		<dc:creator>Hannes Röst</dc:creator>
		<pubDate>Fri, 30 Oct 2009 10:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-339</guid>
		<description>another thing that annoyed me: after using C-c C-c it will always jump to the position on top of the block that was just executed instead of going back to where the cursor orignally was.
Thus I might some more minor changes and put the thing here:
http://n.ethz.ch/~hroest/download/slime.vim</description>
		<content:encoded><![CDATA[<p>another thing that annoyed me: after using C-c C-c it will always jump to the position on top of the block that was just executed instead of going back to where the cursor orignally was.<br />
Thus I might some more minor changes and put the thing here:<br />
<a href="http://n.ethz.ch/~hroest/download/slime.vim" rel="nofollow">http://n.ethz.ch/~hroest/download/slime.vim</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trptcolin</title>
		<link>http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-336</link>
		<dc:creator>trptcolin</dc:creator>
		<pubDate>Thu, 29 Oct 2009 23:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-336</guid>
		<description>oh, man, this rules. thanks.</description>
		<content:encoded><![CDATA[<p>oh, man, this rules. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hannes Röst</title>
		<link>http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-335</link>
		<dc:creator>Hannes Röst</dc:creator>
		<pubDate>Thu, 29 Oct 2009 15:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-335</guid>
		<description>that should be 
C-c C-c vip&quot;ry :call Send_to_Screen(@r.&quot;\n&quot;) CR

and 
C-x C-x V C-c C-c

just image in the &quot;&gt;&quot; and &quot;&lt;&quot;</description>
		<content:encoded><![CDATA[<p>that should be<br />
C-c C-c vip&#8221;ry :call Send_to_Screen(@r.&#8221;\n&#8221;) CR</p>
<p>and<br />
C-x C-x V C-c C-c</p>
<p>just image in the &#8220;&gt;&#8221; and &#8220;&lt;&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hannes Röst</title>
		<link>http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-334</link>
		<dc:creator>Hannes Röst</dc:creator>
		<pubDate>Thu, 29 Oct 2009 15:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-334</guid>
		<description>Hey, this works great! Just what I need and yet it&#039;s so simple. I just changed three things: If you always use the same name for your screen session and window, you can hardcode it into slime.vim.
Another more substantial thing: I noticed with python that it doesn&#039;t work as expected since python will faithfully accept the input but then wait for more. Since its based on indent it will not notice that the input is over. Here is an easy fix: just add a trailing new line like this:

nmap  vip&quot;ry :call Send_to_Screen(@r.&quot;\n&quot;)

I believe that will help all python users and not hurt anybody else. There is also another feature that might come in handy -- execute the one line of text under the cursor: 

nmap  V</description>
		<content:encoded><![CDATA[<p>Hey, this works great! Just what I need and yet it&#8217;s so simple. I just changed three things: If you always use the same name for your screen session and window, you can hardcode it into slime.vim.<br />
Another more substantial thing: I noticed with python that it doesn&#8217;t work as expected since python will faithfully accept the input but then wait for more. Since its based on indent it will not notice that the input is over. Here is an easy fix: just add a trailing new line like this:</p>
<p>nmap  vip&#8221;ry :call Send_to_Screen(@r.&#8221;\n&#8221;)</p>
<p>I believe that will help all python users and not hurt anybody else. There is also another feature that might come in handy &#8212; execute the one line of text under the cursor: </p>
<p>nmap  V</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Palardy</title>
		<link>http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-325</link>
		<dc:creator>Jonathan Palardy</dc:creator>
		<pubDate>Thu, 22 Oct 2009 01:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-325</guid>
		<description>Not sure what to say …

I tried it and it worked. I typed a paragraph, selected it and type Ctrl-C, Ctrl-C and (after I was prompt for the screen session and window) it got sent over to the screen.

You can look in the plugin, it&#039;s a 32-line file. If you find anything, let me know.</description>
		<content:encoded><![CDATA[<p>Not sure what to say …</p>
<p>I tried it and it worked. I typed a paragraph, selected it and type Ctrl-C, Ctrl-C and (after I was prompt for the screen session and window) it got sent over to the screen.</p>
<p>You can look in the plugin, it&#8217;s a 32-line file. If you find anything, let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: watt</title>
		<link>http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-324</link>
		<dc:creator>watt</dc:creator>
		<pubDate>Mon, 19 Oct 2009 15:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-324</guid>
		<description>Thanks for your reply.  Probably it is better that I rephrase the question I have.  If I like to select the whole class or function to the python shell at once, how do I accomplish that in a step by step manner?  I can select the text with the key: vip, but I can&#039;t seem to find the way to send the selected files over to the shell.  Right now, I have to select line by line which is very inconvenient at best.  Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Thanks for your reply.  Probably it is better that I rephrase the question I have.  If I like to select the whole class or function to the python shell at once, how do I accomplish that in a step by step manner?  I can select the text with the key: vip, but I can&#8217;t seem to find the way to send the selected files over to the shell.  Right now, I have to select line by line which is very inconvenient at best.  Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Palardy</title>
		<link>http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-321</link>
		<dc:creator>Jonathan Palardy</dc:creator>
		<pubDate>Thu, 08 Oct 2009 00:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-321</guid>
		<description>Are you able to do it from the command-line?

Maybe watching the screencast will point to something that was not clear: http://technotales.wordpress.com/2008/10/17/screencast-like-slime-for-vim/</description>
		<content:encoded><![CDATA[<p>Are you able to do it from the command-line?</p>
<p>Maybe watching the screencast will point to something that was not clear: <a href="http://technotales.wordpress.com/2008/10/17/screencast-like-slime-for-vim/" rel="nofollow">http://technotales.wordpress.com/2008/10/17/screencast-like-slime-for-vim/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: watt</title>
		<link>http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-320</link>
		<dc:creator>watt</dc:creator>
		<pubDate>Wed, 07 Oct 2009 16:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/#comment-320</guid>
		<description>#but you can make your own selection first, and send it over with C-c C-c

Can you elaborate on how to selection multiple lines to send over to the other screen?  I tried the keys

vip
Ctr c Ctr c

but that does not seem to work with the complaint of X: stuff: one or two arguments required.


Thanks</description>
		<content:encoded><![CDATA[<p>#but you can make your own selection first, and send it over with C-c C-c</p>
<p>Can you elaborate on how to selection multiple lines to send over to the other screen?  I tried the keys</p>
<p>vip<br />
Ctr c Ctr c</p>
<p>but that does not seem to work with the complaint of X: stuff: one or two arguments required.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
