<?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 for The website of Lei Chen</title>
	<atom:link href="http://hide1713.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://hide1713.wordpress.com</link>
	<description>Sunshine and rain of a developer</description>
	<lastBuildDate>Wed, 23 Dec 2009 07:07:07 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Setup Perfect Python Environment In Emacs by Matthew Strand</title>
		<link>http://hide1713.wordpress.com/2009/01/30/setup-perfect-python-environment-in-emacs/#comment-95</link>
		<dc:creator>Matthew Strand</dc:creator>
		<pubDate>Wed, 23 Dec 2009 07:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://hide1713.wordpress.com/?p=129#comment-95</guid>
		<description>Well I see now that the comments add to the top so &quot;Comment 4&quot; is meaningless. It was RobC&#039;s reply to Rutku regarding auto-complete-config.el.</description>
		<content:encoded><![CDATA[<p>Well I see now that the comments add to the top so &#8220;Comment 4&#8243; is meaningless. It was RobC&#8217;s reply to Rutku regarding auto-complete-config.el.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup Perfect Python Environment In Emacs by Matthew Strand</title>
		<link>http://hide1713.wordpress.com/2009/01/30/setup-perfect-python-environment-in-emacs/#comment-94</link>
		<dc:creator>Matthew Strand</dc:creator>
		<pubDate>Mon, 21 Dec 2009 11:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://hide1713.wordpress.com/?p=129#comment-94</guid>
		<description>Thanks for posting this. It took me forever, but I finally got it setup. Here are some tips:

1. Rob C&#039;s reply to comment #4 was required. 

2. (smart-operator-mode-on) needed this file:
http://xwl.appspot.com/ref/smart-operator.el
and then (require &#039;smart-operator) near the top in .emacs</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. It took me forever, but I finally got it setup. Here are some tips:</p>
<p>1. Rob C&#8217;s reply to comment #4 was required. </p>
<p>2. (smart-operator-mode-on) needed this file:<br />
<a href="http://xwl.appspot.com/ref/smart-operator.el" rel="nofollow">http://xwl.appspot.com/ref/smart-operator.el</a><br />
and then (require &#8217;smart-operator) near the top in .emacs</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup Perfect Python Environment In Emacs by michellejw</title>
		<link>http://hide1713.wordpress.com/2009/01/30/setup-perfect-python-environment-in-emacs/#comment-92</link>
		<dc:creator>michellejw</dc:creator>
		<pubDate>Tue, 08 Dec 2009 15:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://hide1713.wordpress.com/?p=129#comment-92</guid>
		<description>Thanks - I used the heck out of this tutorial.  It was very helpful!</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; I used the heck out of this tutorial.  It was very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup Perfect Python Environment In Emacs by Emacs and Python &#171; How did I do that again?</title>
		<link>http://hide1713.wordpress.com/2009/01/30/setup-perfect-python-environment-in-emacs/#comment-91</link>
		<dc:creator>Emacs and Python &#171; How did I do that again?</dc:creator>
		<pubDate>Mon, 07 Dec 2009 05:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://hide1713.wordpress.com/?p=129#comment-91</guid>
		<description>[...] font.  Now to make it do Python stuff.  I&#8217;m following a tutorial that can be found here.  I&#8217;m starting off by downloading several packages: python-mode.el , pymacs0.24 , [...]</description>
		<content:encoded><![CDATA[<p>[...] font.  Now to make it do Python stuff.  I&#8217;m following a tutorial that can be found here.  I&#8217;m starting off by downloading several packages: python-mode.el , pymacs0.24 , [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup Perfect Python Environment In Emacs by Rob C</title>
		<link>http://hide1713.wordpress.com/2009/01/30/setup-perfect-python-environment-in-emacs/#comment-85</link>
		<dc:creator>Rob C</dc:creator>
		<pubDate>Wed, 25 Nov 2009 23:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://hide1713.wordpress.com/?p=129#comment-85</guid>
		<description>Try adding this to ~/.emacs.d/: auto-complete-config.el from github (http://github.com/m2ym/auto-complete/raw/master/auto-complete-config.el)
Then just out (require &#039;auto-complete-config) in your ~/.emacs file.

Got rid of this error for me.  I still cannot get tab to actually indent anything though :(</description>
		<content:encoded><![CDATA[<p>Try adding this to ~/.emacs.d/: auto-complete-config.el from github (<a href="http://github.com/m2ym/auto-complete/raw/master/auto-complete-config.el" rel="nofollow">http://github.com/m2ym/auto-complete/raw/master/auto-complete-config.el</a>)<br />
Then just out (require &#8216;auto-complete-config) in your ~/.emacs file.</p>
<p>Got rid of this error for me.  I still cannot get tab to actually indent anything though :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup Perfect Python Environment In Emacs by 配置Emacs下的Python开发环境 : 没头苍蝇的窝</title>
		<link>http://hide1713.wordpress.com/2009/01/30/setup-perfect-python-environment-in-emacs/#comment-58</link>
		<dc:creator>配置Emacs下的Python开发环境 : 没头苍蝇的窝</dc:creator>
		<pubDate>Mon, 02 Nov 2009 08:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://hide1713.wordpress.com/?p=129#comment-58</guid>
		<description>[...] 在Linux论坛上总有人问Python用什么IDE比较好，然后总会有人回答说Emacs。最近开始学Python，也花了点时间研究怎么配置Emacs，发现没有想象中的那么麻烦。这篇文章大致上来自于Lei Chen博客文章的翻译，完成以后的Emacs具有以下特性: [...]</description>
		<content:encoded><![CDATA[<p>[...] 在Linux论坛上总有人问Python用什么IDE比较好，然后总会有人回答说Emacs。最近开始学Python，也花了点时间研究怎么配置Emacs，发现没有想象中的那么麻烦。这篇文章大致上来自于Lei Chen博客文章的翻译，完成以后的Emacs具有以下特性: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu Stardict With Sound And HTML Parser by Wiesiek</title>
		<link>http://hide1713.wordpress.com/2008/11/29/ubuntu-stardict-with-sound-and-html-parser/#comment-57</link>
		<dc:creator>Wiesiek</dc:creator>
		<pubDate>Sat, 31 Oct 2009 16:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://hide1713.wordpress.com/?p=53#comment-57</guid>
		<description>Thanks, You solved my problem simply and effectively.</description>
		<content:encoded><![CDATA[<p>Thanks, You solved my problem simply and effectively.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup Perfect Python Environment In Emacs by Rutku</title>
		<link>http://hide1713.wordpress.com/2009/01/30/setup-perfect-python-environment-in-emacs/#comment-56</link>
		<dc:creator>Rutku</dc:creator>
		<pubDate>Thu, 29 Oct 2009 14:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://hide1713.wordpress.com/?p=129#comment-56</guid>
		<description>Hi, thank you for article,
I don&#039;t work Tab . This output :
Symbol&#039;s value as variable is void: ac-source-yasnippet</description>
		<content:encoded><![CDATA[<p>Hi, thank you for article,<br />
I don&#8217;t work Tab . This output :<br />
Symbol&#8217;s value as variable is void: ac-source-yasnippet</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup Perfect Python Environment In Emacs by Joey Liu</title>
		<link>http://hide1713.wordpress.com/2009/01/30/setup-perfect-python-environment-in-emacs/#comment-49</link>
		<dc:creator>Joey Liu</dc:creator>
		<pubDate>Fri, 14 Aug 2009 08:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://hide1713.wordpress.com/?p=129#comment-49</guid>
		<description>it works for me, but only one question

(if (eql (ac-start) 0)
(indent-for-tab-command))

it seems that ac-start will never equal to 0, so indent-for-tab-command will never run.

i&#039;m using auto-complete.el 0.2.0</description>
		<content:encoded><![CDATA[<p>it works for me, but only one question</p>
<p>(if (eql (ac-start) 0)<br />
(indent-for-tab-command))</p>
<p>it seems that ac-start will never equal to 0, so indent-for-tab-command will never run.</p>
<p>i&#8217;m using auto-complete.el 0.2.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu Stardict With Sound And HTML Parser by to tan linh</title>
		<link>http://hide1713.wordpress.com/2008/11/29/ubuntu-stardict-with-sound-and-html-parser/#comment-45</link>
		<dc:creator>to tan linh</dc:creator>
		<pubDate>Tue, 07 Jul 2009 08:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://hide1713.wordpress.com/?p=53#comment-45</guid>
		<description>Thanks, it works nicely</description>
		<content:encoded><![CDATA[<p>Thanks, it works nicely</p>
]]></content:encoded>
	</item>
</channel>
</rss>
