<?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: Smooth scrolling</title>
	<atom:link href="http://emacs.wordpress.com/2007/09/10/smooth-scrolling/feed/" rel="self" type="application/rss+xml" />
	<link>http://emacs.wordpress.com/2007/09/10/smooth-scrolling/</link>
	<description>wherever i put my .emacs, that's my home</description>
	<lastBuildDate>Mon, 02 Nov 2009 17:30:05 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hinrik Örn Sigurðsson</title>
		<link>http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-3689</link>
		<dc:creator>Hinrik Örn Sigurðsson</dc:creator>
		<pubDate>Thu, 30 Jul 2009 15:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-3689</guid>
		<description>Actually, centered-cursor-mode does the same thing, only better: http://www.emacswiki.org/emacs/centered-cursor-mode.el</description>
		<content:encoded><![CDATA[<p>Actually, centered-cursor-mode does the same thing, only better: <a href="http://www.emacswiki.org/emacs/centered-cursor-mode.el" rel="nofollow">http://www.emacswiki.org/emacs/centered-cursor-mode.el</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hinrik Örn Sigurðsson</title>
		<link>http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-3688</link>
		<dc:creator>Hinrik Örn Sigurðsson</dc:creator>
		<pubDate>Thu, 30 Jul 2009 14:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-3688</guid>
		<description>I found this snippet on http://www.emacswiki.org/cgi-bin/wiki?SmoothScrolling which does exactly what I was describing, no smooth-scrolling necessary:

 (add-hook &#039;post-command-hook
   (lambda ()
     (recenter &#039;(&quot;don&#039;t redraw&quot;))))</description>
		<content:encoded><![CDATA[<p>I found this snippet on <a href="http://www.emacswiki.org/cgi-bin/wiki?SmoothScrolling" rel="nofollow">http://www.emacswiki.org/cgi-bin/wiki?SmoothScrolling</a> which does exactly what I was describing, no smooth-scrolling necessary:</p>
<p> (add-hook &#8216;post-command-hook<br />
   (lambda ()<br />
     (recenter &#8216;(&#8220;don&#8217;t redraw&#8221;))))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hinrik Örn Sigurðsson</title>
		<link>http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-3687</link>
		<dc:creator>Hinrik Örn Sigurðsson</dc:creator>
		<pubDate>Thu, 30 Jul 2009 14:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-3687</guid>
		<description>Hi. Can this script be used to make the cursor always stay in the middle (except at beginning/end of file of course) ? If smooth-scroll-margin is set to half the window size, that is exactly what happens. I figured I could just set it to an arbitrarily high value so it would work with any window size, but apparently if smooth-scroll is larger than half the window size, emacs will only scroll at the edges, and by more than one line at a time, as if smooth-scrolling hadn&#039;t been loaded at all.

A workaround would be to make emacs change smooth-scroll-margin to half the window size every time a window is opened/resized, but I don&#039;t know how to do that.

To demonstrate the behavior I am looking for, try scrolling in vim after doing &quot;:set scrolloff=1000&quot;.</description>
		<content:encoded><![CDATA[<p>Hi. Can this script be used to make the cursor always stay in the middle (except at beginning/end of file of course) ? If smooth-scroll-margin is set to half the window size, that is exactly what happens. I figured I could just set it to an arbitrarily high value so it would work with any window size, but apparently if smooth-scroll is larger than half the window size, emacs will only scroll at the edges, and by more than one line at a time, as if smooth-scrolling hadn&#8217;t been loaded at all.</p>
<p>A workaround would be to make emacs change smooth-scroll-margin to half the window size every time a window is opened/resized, but I don&#8217;t know how to do that.</p>
<p>To demonstrate the behavior I am looking for, try scrolling in vim after doing &#8220;:set scrolloff=1000&#8243;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reaper</title>
		<link>http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-3631</link>
		<dc:creator>Reaper</dc:creator>
		<pubDate>Fri, 10 Jul 2009 13:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-3631</guid>
		<description>Sorry, but it seems that isn&#039;t working properly. Cursor still jumps sometimes.</description>
		<content:encoded><![CDATA[<p>Sorry, but it seems that isn&#8217;t working properly. Cursor still jumps sometimes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Interesting Emacs Links - 2009 Week 17 &#171; A Curious Programmer</title>
		<link>http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-3477</link>
		<dc:creator>Interesting Emacs Links - 2009 Week 17 &#171; A Curious Programmer</dc:creator>
		<pubDate>Sun, 26 Apr 2009 11:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-3477</guid>
		<description>[...] down C-n then the buffer frequently jumps as it re-centers. I find this very difficult to follow. This post explains how to fix it. As mentioned in the comments it is more difficult than it [...]</description>
		<content:encoded><![CDATA[<p>[...] down C-n then the buffer frequently jumps as it re-centers. I find this very difficult to follow. This post explains how to fix it. As mentioned in the comments it is more difficult than it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armchair Guy</title>
		<link>http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-3462</link>
		<dc:creator>Armchair Guy</dc:creator>
		<pubDate>Wed, 08 Apr 2009 00:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-3462</guid>
		<description>This works great, thanks for the link. I got the script from the emacsWiki page.  Exactly what I&#039;ve been looking for.

The one margin problem I still have with emacs is lack of sideways smooth scrolling *while selecting with the mouse*.  This makes it very hard to highlight what I want if part of it goes off the edge of the window.  I don&#039;t like wrapping sentences.  Any ideas?</description>
		<content:encoded><![CDATA[<p>This works great, thanks for the link. I got the script from the emacsWiki page.  Exactly what I&#8217;ve been looking for.</p>
<p>The one margin problem I still have with emacs is lack of sideways smooth scrolling *while selecting with the mouse*.  This makes it very hard to highlight what I want if part of it goes off the edge of the window.  I don&#8217;t like wrapping sentences.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angus77</title>
		<link>http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-3365</link>
		<dc:creator>Angus77</dc:creator>
		<pubDate>Mon, 04 Aug 2008 14:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-3365</guid>
		<description>Umm, John Mark Schofield&#039;s link doesn&#039;t seem to be working either, and Google doesn&#039;t seem to be coming to my rescue...</description>
		<content:encoded><![CDATA[<p>Umm, John Mark Schofield&#8217;s link doesn&#8217;t seem to be working either, and Google doesn&#8217;t seem to be coming to my rescue&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Mark Schofield</title>
		<link>http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-3341</link>
		<dc:creator>John Mark Schofield</dc:creator>
		<pubDate>Sat, 12 Jul 2008 20:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-3341</guid>
		<description>Love Adam&#039;s smooth-scrolling script. Once I got it downloaded and installed, it worked perfectly. However, it does not appear to be available from his website. Google to the rescue!

http://www.google.com/url?sa=t&amp;ct=clnk&amp;cd=1&amp;url=http%3A%2F%2F209.85.141.104%2Fsearch%3Fq%3Dcache%3AFlpvO2VoptoJ%3Awww.adamspiers.org%2Felisp%2Fsmooth-scrolling.el%2Bsite%3Aadamspiers.org%2Bemacs%2Bscrolling%26hl%3Den%26ct%3Dclnk%26cd%3D1%26gl%3Dus%26client%3Dfirefox-a&amp;ei=lA15SOmmGJyksQOVpvCNDw&amp;usg=AFQjCNE25cWFiHQemrccbR7a21OmxH5ITA&amp;sig2=ixs_hzrQL6htl8aYoZGseA</description>
		<content:encoded><![CDATA[<p>Love Adam&#8217;s smooth-scrolling script. Once I got it downloaded and installed, it worked perfectly. However, it does not appear to be available from his website. Google to the rescue!</p>
<p><a href="http://www.google.com/url?sa=t&amp;ct=clnk&amp;cd=1&amp;url=http%3A%2F%2F209.85.141.104%2Fsearch%3Fq%3Dcache%3AFlpvO2VoptoJ%3Awww.adamspiers.org%2Felisp%2Fsmooth-scrolling.el%2Bsite%3Aadamspiers.org%2Bemacs%2Bscrolling%26hl%3Den%26ct%3Dclnk%26cd%3D1%26gl%3Dus%26client%3Dfirefox-a&amp;ei=lA15SOmmGJyksQOVpvCNDw&amp;usg=AFQjCNE25cWFiHQemrccbR7a21OmxH5ITA&amp;sig2=ixs_hzrQL6htl8aYoZGseA" rel="nofollow">http://www.google.com/url?sa=t&amp;ct=clnk&amp;cd=1&amp;url=http%3A%2F%2F209.85.141.104%2Fsearch%3Fq%3Dcache%3AFlpvO2VoptoJ%3Awww.adamspiers.org%2Felisp%2Fsmooth-scrolling.el%2Bsite%3Aadamspiers.org%2Bemacs%2Bscrolling%26hl%3Den%26ct%3Dclnk%26cd%3D1%26gl%3Dus%26client%3Dfirefox-a&amp;ei=lA15SOmmGJyksQOVpvCNDw&amp;usg=AFQjCNE25cWFiHQemrccbR7a21OmxH5ITA&amp;sig2=ixs_hzrQL6htl8aYoZGseA</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reedmee</title>
		<link>http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-2535</link>
		<dc:creator>reedmee</dc:creator>
		<pubDate>Wed, 12 Sep 2007 03:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-2535</guid>
		<description>Beautiful Mind... It&#039;s nice

Good work.</description>
		<content:encoded><![CDATA[<p>Beautiful Mind&#8230; It&#8217;s nice</p>
<p>Good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Spiers</title>
		<link>http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-2532</link>
		<dc:creator>Adam Spiers</dc:creator>
		<pubDate>Tue, 11 Sep 2007 23:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://emacs.wordpress.com/2007/09/10/smooth-scrolling/#comment-2532</guid>
		<description>OK new version uploaded.  This is getting pretty close now.</description>
		<content:encoded><![CDATA[<p>OK new version uploaded.  This is getting pretty close now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
