<?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: fillcode</title>
	<atom:link href="http://snarfed.org/fillcode/feed" rel="self" type="application/rss+xml" />
	<link>http://snarfed.org</link>
	<description>Ryan Barrett&#039;s blog</description>
	<lastBuildDate>Fri, 18 May 2012 05:50:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: hober</title>
		<link>http://snarfed.org/fillcode#comment-420</link>
		<dc:creator>hober</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/fillcode#comment-420</guid>
		<description>&lt;p&gt;FYI, fillcode.el doesn&#039;t work with the python.el in CVS Emacs.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>FYI, fillcode.el doesn&#8217;t work with the python.el in CVS Emacs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://snarfed.org/fillcode#comment-421</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/fillcode#comment-421</guid>
		<description>&lt;p&gt;thanks for the feedback! ay, really, it doesn&#039;t? i&#039;ve been testing with python-mode 4.6.18.2, and it works ok.&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;p&gt;would you mind describing in more detail what doesn&#039;t work with the python-mode in CVS?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thanks for the feedback! ay, really, it doesn&#8217;t? i&#8217;ve been testing with python-mode 4.6.18.2, and it works ok.</p>

<p class="paragraph"/>

<p>would you mind describing in more detail what doesn&#8217;t work with the python-mode in CVS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://snarfed.org/fillcode#comment-422</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/fillcode#comment-422</guid>
		<description>&lt;p&gt;in python-mode, one problem with the original fillcode i posted was that it often filled more than just the single statement under point. i&#039;ve posted a new version that is much better (and thus more polite) about determining where the current statement ends.&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;p&gt;thanks for the bug report!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>in python-mode, one problem with the original fillcode i posted was that it often filled more than just the single statement under point. i&#8217;ve posted a new version that is much better (and thus more polite) about determining where the current statement ends.</p>

<p class="paragraph"/>

<p>thanks for the bug report!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hober</title>
		<link>http://snarfed.org/fillcode#comment-423</link>
		<dc:creator>hober</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/fillcode#comment-423</guid>
		<description>&lt;p&gt;&lt;pre&gt;Debugger entered--Lisp error: (void-function py-in-literal)
  py-in-literal()
  funcall(py-in-literal)
  (or (funcall in-literal-fn) (eval (cons &#8230; ...)))
  (let ((in-literal-fn ...) (literal-start-tokens ...)) (or (funcall in-literal-fn) (eval ...)))
  fillcode-in-literal()
  (cond ((fillcode-in-literal) (forward-char)) ((eolp) (delete-indentation t)) ((looking-at ...) (delete-horizontal-space) (if &#8230; ...)) ((and &#8230; ...) (progn &#8230; ...)) ((and &#8230; ... ...) (progn &#8230; ...)) (t (forward-char)))
  fillcode-collapse-whitespace-forward()
  fillcode()
  call-interactively(fillcode)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)&lt;/pre&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#60;pre&#62;Debugger entered&#8211;Lisp error: (void-function py-in-literal)
  py-in-literal()
  funcall(py-in-literal)
  (or (funcall in-literal-fn) (eval (cons &#8230; &#8230;)))
  (let ((in-literal-fn &#8230;) (literal-start-tokens &#8230;)) (or (funcall in-literal-fn) (eval &#8230;)))
  fillcode-in-literal()
  (cond ((fillcode-in-literal) (forward-char)) ((eolp) (delete-indentation t)) ((looking-at &#8230;) (delete-horizontal-space) (if &#8230; &#8230;)) ((and &#8230; &#8230;) (progn &#8230; &#8230;)) ((and &#8230; &#8230; &#8230;) (progn &#8230; &#8230;)) (t (forward-char)))
  fillcode-collapse-whitespace-forward()
  fillcode()
  call-interactively(fillcode)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)&#60;/pre&#62;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hober</title>
		<link>http://snarfed.org/fillcode#comment-424</link>
		<dc:creator>hober</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/fillcode#comment-424</guid>
		<description>&lt;p&gt;(python.el in CVS Emacs is completely different than python-mode.el from python.org.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>(python.el in CVS Emacs is completely different than python-mode.el from python.org.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://snarfed.org/fillcode#comment-425</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/fillcode#comment-425</guid>
		<description>&lt;p&gt;yeah, i do remember that. sigh. thanks for the info.&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;p&gt;i just downloaded and built CVS emacs, and it breaks the fillcode unit tests spectacularly. that&#039;ll be a good place for me to start.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>yeah, i do remember that. sigh. thanks for the info.</p>

<p class="paragraph"/>

<p>i just downloaded and built CVS emacs, and it breaks the fillcode unit tests spectacularly. that&#8217;ll be a good place for me to start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashawley</title>
		<link>http://snarfed.org/fillcode#comment-426</link>
		<dc:creator>ashawley</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/fillcode#comment-426</guid>
		<description>&lt;p&gt;Rather than defining a mode and using hooks you can just set &lt;code&gt;fill-paragraph-function&#039; to the desired &quot;fillcode&quot; function.
See the command help on&lt;/code&gt;fill-paragraph&#039; at `C-h f fill-paragraph&#039;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Rather than defining a mode and using hooks you can just set <code>fill-paragraph-function' to the desired "fillcode" function.
See the command help on</code>fill-paragraph&#8217; at `C-h f fill-paragraph&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://snarfed.org/fillcode#comment-427</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/fillcode#comment-427</guid>
		<description>&lt;p&gt;good point. that&#039;s true for all major modes that respect &lt;code&gt;fill-paragraph-function&#039;.&lt;p class=&quot;paragraph&quot;/&gt;unfortunately, cc-mode doesn&#039;t. it replaces&lt;/code&gt;fill-paragraph&#039; with &lt;code&gt;c-fill-paragraph&#039;, which it binds M-q to.&lt;/code&gt;c-fill-paragraph&#039; ignores &lt;code&gt;fill-paragraph-function&#039; entirely. :/&lt;p class=&quot;paragraph&quot;/&gt;so, for fillcode to work in cc-mode major modes, it has to do something like advise&lt;/code&gt;c-fill-paragraph&#039;...which it does. still, you&#039;re probably right, it doesn&#039;t need a whole minor mode. i&#039;ll consider removing that in the future.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>good point. that&#8217;s true for all major modes that respect <code>fill-paragraph-function'.&lt;p class="paragraph"/&gt;unfortunately, cc-mode doesn't. it replaces</code>fill-paragraph&#8217; with <code>c-fill-paragraph', which it binds M-q to.</code>c-fill-paragraph&#8217; ignores <code>fill-paragraph-function' entirely. :/&lt;p class="paragraph"/&gt;so, for fillcode to work in cc-mode major modes, it has to do something like advise</code>c-fill-paragraph&#8217;&#8230;which it does. still, you&#8217;re probably right, it doesn&#8217;t need a whole minor mode. i&#8217;ll consider removing that in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MartinG</title>
		<link>http://snarfed.org/fillcode#comment-428</link>
		<dc:creator>MartinG</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/fillcode#comment-428</guid>
		<description>&lt;p&gt;Thanks for this very nice emacs mode!&lt;br /&gt;
&lt;br /&gt;
I think I found one bug though - when filling this string:&lt;br /&gt;
&#160; &lt;code&gt;for (iy = 0; iy &lt; dLy; iy++)&lt;/code&gt;&lt;br /&gt;
it becomes&lt;br /&gt;
&#160; &lt;code&gt;for (iy = 0; iy &lt; dLy; iy+ +)&lt;/code&gt;&lt;br /&gt;
i.e. it separates the &quot;+&quot; signs. This is in cc-mode.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for this very nice emacs mode!<br />
<br />
I think I found one bug though &#8211; when filling this string:<br />
&nbsp; &lt;code&gt;for (iy = 0; iy &lt; dLy; iy++)&lt;/code&gt;<br />
it becomes<br />
&nbsp; &lt;code&gt;for (iy = 0; iy &lt; dLy; iy+ +)&lt;/code&gt;<br />
i.e. it separates the &#8220;+&#8221; signs. This is in cc-mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vomicae</title>
		<link>http://snarfed.org/fillcode#comment-429</link>
		<dc:creator>Vomicae</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/fillcode#comment-429</guid>
		<description>&lt;p&gt;Fillcode is Perl the best&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Fillcode is Perl the best</p>
]]></content:encoded>
	</item>
</channel>
</rss>

