<?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: Highlight Tail for Emacs</title>
	<atom:link href="http://blog.arithm.com/2008/04/12/highlight-tail-for-emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arithm.com/2008/04/12/highlight-tail-for-emacs/</link>
	<description>Software.  Politics.  Tinfoil hat conjecture.</description>
	<lastBuildDate>Mon, 30 Jan 2012 09:08:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jon Paul</title>
		<link>http://blog.arithm.com/2008/04/12/highlight-tail-for-emacs/comment-page-1/#comment-38349</link>
		<dc:creator>Jon Paul</dc:creator>
		<pubDate>Thu, 07 Apr 2011 19:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arithm.com/2008/04/12/highlight-tail-for-emacs/#comment-38349</guid>
		<description>This Script can be easily updated to update on fade out on keypresses on time rather than time by adding a removing a few lines. The changes are shown below.

~ Line 539:
(defun highlight-tail-make-new-overlay ()
  &quot;Make new highlight in the current point.&quot;
  (let* ((end-point (point))
         (start-point (1- end-point))
         (point-face-bgcolor-hex nil))
    (highlight-tail-fade-out-step)
    ;; remove any highlight-tail&#039;s overlays at point
    (let ((overlays-at-start-point (highlight-tail-overlays-at start-point))

~ Line 1051:

  (setq highlight-tail-fading-timer
        (if (featurep &#039;xemacs) ()()))
            ;(start-itimer &quot;highlight-tail-fade-out-step&quot;
            ;              &#039;highlight-tail-fade-out-step
            ;              highlight-tail-timer
            ;              highlight-tail-timer)
          ;(run-at-time nil highlight-tail-timer
           ;            &#039;highlight-tail-fade-out-step)))
  (setq highlight-tail-defaultbgcolor-timer</description>
		<content:encoded><![CDATA[<p>This Script can be easily updated to update on fade out on keypresses on time rather than time by adding a removing a few lines. The changes are shown below.</p>
<p>~ Line 539:<br />
(defun highlight-tail-make-new-overlay ()<br />
  &#8220;Make new highlight in the current point.&#8221;<br />
  (let* ((end-point (point))<br />
         (start-point (1- end-point))<br />
         (point-face-bgcolor-hex nil))<br />
    (highlight-tail-fade-out-step)<br />
    ;; remove any highlight-tail&#8217;s overlays at point<br />
    (let ((overlays-at-start-point (highlight-tail-overlays-at start-point))</p>
<p>~ Line 1051:</p>
<p>  (setq highlight-tail-fading-timer<br />
        (if (featurep &#8216;xemacs) ()()))<br />
            ;(start-itimer &#8220;highlight-tail-fade-out-step&#8221;<br />
            ;              &#8216;highlight-tail-fade-out-step<br />
            ;              highlight-tail-timer<br />
            ;              highlight-tail-timer)<br />
          ;(run-at-time nil highlight-tail-timer<br />
           ;            &#8216;highlight-tail-fade-out-step)))<br />
  (setq highlight-tail-defaultbgcolor-timer</p>
]]></content:encoded>
	</item>
</channel>
</rss>

