<?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: How To Disable Ident-Tabs-Mode</title>
	<atom:link href="http://curiousprogrammer.wordpress.com/2009/01/24/how-to-disable-ident-tabs-mode/feed/" rel="self" type="application/rss+xml" />
	<link>http://curiousprogrammer.wordpress.com/2009/01/24/how-to-disable-ident-tabs-mode/</link>
	<description>Exploring programming languages</description>
	<lastBuildDate>Wed, 23 Dec 2009 06:05:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jared</title>
		<link>http://curiousprogrammer.wordpress.com/2009/01/24/how-to-disable-ident-tabs-mode/#comment-7660</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Thu, 11 Jun 2009 21:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/2009/01/24/how-to-disable-ident-tabs-mode/#comment-7660</guid>
		<description>Hi Cecil,

If you want a single tab character, use C-q &lt;TAB&gt;.  If you want to re-enable it for new buffers, put (setq-default indent-tabs-mode t) in the *scratch* buffer and the do C-x C-e to execute it.  Or you could use M-x eval-expression instead.  Let me know if that works for you.</description>
		<content:encoded><![CDATA[<p>Hi Cecil,</p>
<p>If you want a single tab character, use C-q &lt;TAB&gt;.  If you want to re-enable it for new buffers, put (setq-default indent-tabs-mode t) in the *scratch* buffer and the do C-x C-e to execute it.  Or you could use M-x eval-expression instead.  Let me know if that works for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cecil</title>
		<link>http://curiousprogrammer.wordpress.com/2009/01/24/how-to-disable-ident-tabs-mode/#comment-7653</link>
		<dc:creator>Cecil</dc:creator>
		<pubDate>Wed, 10 Jun 2009 20:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/2009/01/24/how-to-disable-ident-tabs-mode/#comment-7653</guid>
		<description>Any idea how to re-enable tabs from within emacs. I have (setq-default indent-tabs-mode nil) in my .emacs which is fine 98% of the time, but sometimes I actually need tabs which means quiting emacs, commenting out the line in my .emacs, editing the file, the uncommenting it in my .emacs when I&#039;m done. Is there any way to temporarily disable it while within emacs? So far I&#039;ve had no luck finding an answer with google.
Thanks.</description>
		<content:encoded><![CDATA[<p>Any idea how to re-enable tabs from within emacs. I have (setq-default indent-tabs-mode nil) in my .emacs which is fine 98% of the time, but sometimes I actually need tabs which means quiting emacs, commenting out the line in my .emacs, editing the file, the uncommenting it in my .emacs when I&#8217;m done. Is there any way to temporarily disable it while within emacs? So far I&#8217;ve had no luck finding an answer with google.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://curiousprogrammer.wordpress.com/2009/01/24/how-to-disable-ident-tabs-mode/#comment-7206</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Sun, 25 Jan 2009 11:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/2009/01/24/how-to-disable-ident-tabs-mode/#comment-7206</guid>
		<description>Thanks for the tip Ron.  I&#039;ve updated the post.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip Ron.  I&#8217;ve updated the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://curiousprogrammer.wordpress.com/2009/01/24/how-to-disable-ident-tabs-mode/#comment-7205</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Sat, 24 Jan 2009 21:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/2009/01/24/how-to-disable-ident-tabs-mode/#comment-7205</guid>
		<description>(setq-default indent-tabs-mode nil)  in .emacs  ?

Works for me.</description>
		<content:encoded><![CDATA[<p>(setq-default indent-tabs-mode nil)  in .emacs  ?</p>
<p>Works for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
