<?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>Behind the Curtain &#187; twittering-mode</title>
	<atom:link href="http://behindthecurtain.us/tag/twittering-mode/feed/" rel="self" type="application/rss+xml" />
	<link>http://behindthecurtain.us</link>
	<description>Austin Seraphin's Weird Blog</description>
	<lastBuildDate>Mon, 26 Jul 2010 19:21:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<cloud domain='behindthecurtain.us' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>How to Find Peace within Twittering-mode</title>
		<link>http://behindthecurtain.us/2009/12/31/how-to-find-peace-within-twittering-mode/</link>
		<comments>http://behindthecurtain.us/2009/12/31/how-to-find-peace-within-twittering-mode/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 23:20:36 +0000</pubDate>
		<dc:creator>Austin Seraphin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twittering-mode]]></category>

		<guid isPermaLink="false">http://behindthecurtain.us/?p=634</guid>
		<description><![CDATA[I love Emacs. I love using Twittering-mode to read Twitter from within Emacs. Only one thing bothered me about twittering-mode, and quickly browsing through its source-code showed me the fix. I also modified a tip on their page to give &#8230; <a href="http://behindthecurtain.us/2009/12/31/how-to-find-peace-within-twittering-mode/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I love <a href="http://gnu.org/software/emacs">Emacs.</a> I love using <a href="http://twmode.sf.net">Twittering-mode</a> to read <a href="http://twitter.com/omeron23">Twitter</a> from within Emacs. Only one thing bothered me about twittering-mode, and quickly browsing through its source-code showed me the fix. I also modified a tip on their page to give a text notification of new tweets. Just place these lines in your .emacs and enjoy. Modify as appropriate. Send me a tweet if you found this useful.</p>
<p><code><br />
    (add-to-list 'load-path "/path/to/twittering-mode") ; if non-standard<br />
    (require 'twittering-mode)<br />
(setq twittering-username "yourtwittername") ; replace<br />
(setq twittering-notify-successful-http-get nil)<br />
(add-hook 'twittering-new-tweets-hook (lambda ()<br />
(let ((n twittering-new-tweets-count))<br />
(format "%d New Tweet%s" n (if (> n 1) "s" "")))))<br />
 </code></p>
<img src="http://behindthecurtain.us/?ak_action=api_record_view&id=634&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://behindthecurtain.us/2009/12/31/how-to-find-peace-within-twittering-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
