<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Julian Bonilla &#187; Emacs</title>
	<atom:link href="http://julianbonilla.com/category/emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://julianbonilla.com</link>
	<description></description>
	<lastBuildDate>Wed, 06 Aug 2008 15:45:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Emacs Shell Scrolling</title>
		<link>http://julianbonilla.com/2008/04/06/emacs-shell-scrolling/</link>
		<comments>http://julianbonilla.com/2008/04/06/emacs-shell-scrolling/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 05:07:39 +0000</pubDate>
		<dc:creator>Julian Bonilla</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Lisp]]></category>

		<guid isPermaLink="false">http://julianbonilla.com/?p=27</guid>
		<description><![CDATA[I always have several bash shells running in Emacs (M-x shell).  The default scrolling behavior drives me crazy.
If comint-scroll-show-maximum-output is non-nil, then arrival of output when point is at the end tries to scroll the last line of text to the bottom line of the window, showing as much useful text as possible.  (This [...]]]></description>
			<content:encoded><![CDATA[<p>I always have several bash shells running in Emacs (M-x shell).  The default scrolling behavior drives me crazy.</p>
<p>If <code>comint-scroll-show-maximum-output</code> is non-<code>nil</code>, then arrival of output when point is at the end tries to scroll the last line of text to the bottom line of the window, showing as much useful text as possible.  (This mimics the scrolling behavior of most terminals.)  The default is <code>set to True.</code></p>
<p>I don&#8217;t like chasing the output of shell commands to the bottom of the window.  You can add this to your  .emacs to keep the window from scrolling.</p>
<p><code>;; Don't scroll to bottom for shell output<br />
(setq comint-scroll-show-maximum-output nil)</code></p>
]]></content:encoded>
			<wfw:commentRss>http://julianbonilla.com/2008/04/06/emacs-shell-scrolling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.363 seconds -->
