<?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; Lisp</title>
	<atom:link href="http://julianbonilla.com/category/lisp/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>
		<item>
		<title>Really Big Numbers</title>
		<link>http://julianbonilla.com/2008/01/31/really-big-numbers/</link>
		<comments>http://julianbonilla.com/2008/01/31/really-big-numbers/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 06:10:58 +0000</pubDate>
		<dc:creator>Julian Bonilla</dc:creator>
				<category><![CDATA[Lisp]]></category>

		<guid isPermaLink="false">http://julianbonilla.com/2008/02/01/really-big-numbers/</guid>
		<description><![CDATA[I always forget the names of really big numbers.  What do you call 1,000,000,000,000,000?  It&#8217;s one quadrillion.  What about 1,000,000,000,000,000,000,000,000,000,000,000,000?  One undecillion.
Checkout this nifty directive to the format function in Common Lisp.
(format nil "~r" 1606938044258990275541962092)
Which produces this string:
one octillion six hundred six septillion nine hundred thirty-eight sextillion forty-four quintillion two hundred [...]]]></description>
			<content:encoded><![CDATA[<p>I always forget the names of really big numbers.  What do you call 1,000,000,000,000,000?  It&#8217;s one quadrillion.  What about 1,000,000,000,000,000,000,000,000,000,000,000,000?  One undecillion.</p>
<p>Checkout this nifty directive to the <code><a href="http://www.gnu.org/software/mit-scheme/documentation/mit-scheme-ref/Format.html" title="format function">format</a></code> function in Common Lisp.</p>
<p><code>(format nil "~r" 1606938044258990275541962092)</code></p>
<p>Which produces this string:</p>
<blockquote><p>one octillion six hundred six septillion nine hundred thirty-eight sextillion forty-four quintillion two hundred fifty-eight quadrillion nine hundred ninety trillion two hundred seventy-five billion five hundred forty-one million nine hundred sixty-two thousand ninety-two.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://julianbonilla.com/2008/01/31/really-big-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

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