<?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: C-Eldoc Speedups</title>
	<atom:link href="http://nflath.com/2010/01/c-eldoc-speedups/feed/" rel="self" type="application/rss+xml" />
	<link>http://nflath.com/2010/01/c-eldoc-speedups/</link>
	<description>Technology-related ideas, mainly involving Emacs</description>
	<pubDate>Tue, 22 May 2012 08:37:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nflath</title>
		<link>http://nflath.com/2010/01/c-eldoc-speedups/comment-page-1/#comment-942</link>
		<dc:creator>nflath</dc:creator>
		<pubDate>Sun, 25 Apr 2010 17:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=553#comment-942</guid>
		<description>Hi,
Yep, this is a bug!  I've fixed it in the emacs-wiki.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Yep, this is a bug!  I&#8217;ve fixed it in the emacs-wiki.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beketa</title>
		<link>http://nflath.com/2010/01/c-eldoc-speedups/comment-page-1/#comment-941</link>
		<dc:creator>beketa</dc:creator>
		<pubDate>Thu, 22 Apr 2010 01:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=553#comment-941</guid>
		<description>Hi, Nathaniel. Thank you for performance improvement of c-eldoc mode. That makes c-eldoc mode quite useful. I think I found a bug in c-eldoc.el on EmacsWiki.

(defun c-eldoc-time-difference (old-time)
  (&gt; (c-eldoc-time-diff (current-time) old-time) c-eldoc-buffer-regenerate-time)
  "Returns whether or not old-time is less than c-eldoc-buffer-regenerate-time seconds ago.")

should be

(defun c-eldoc-time-difference (old-time)
  "Returns whether or not old-time is less than c-eldoc-buffer-regenerate-time seconds ago."
  (&gt; (c-eldoc-time-diff (current-time) old-time) c-eldoc-buffer-regenerate-time))</description>
		<content:encoded><![CDATA[<p>Hi, Nathaniel. Thank you for performance improvement of c-eldoc mode. That makes c-eldoc mode quite useful. I think I found a bug in c-eldoc.el on EmacsWiki.</p>
<p>(defun c-eldoc-time-difference (old-time)<br />
  (&gt; (c-eldoc-time-diff (current-time) old-time) c-eldoc-buffer-regenerate-time)<br />
  &#8220;Returns whether or not old-time is less than c-eldoc-buffer-regenerate-time seconds ago.&#8221;)</p>
<p>should be</p>
<p>(defun c-eldoc-time-difference (old-time)<br />
  &#8220;Returns whether or not old-time is less than c-eldoc-buffer-regenerate-time seconds ago.&#8221;<br />
  (&gt; (c-eldoc-time-diff (current-time) old-time) c-eldoc-buffer-regenerate-time))</p>
]]></content:encoded>
	</item>
</channel>
</rss>

