<?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>Non Geek Recipes &#187; Emacs and friends</title>
	<atom:link href="http://nongeekrecipes.org/category/emacs-and-friends/feed/" rel="self" type="application/rss+xml" />
	<link>http://nongeekrecipes.org</link>
	<description>We solve problems, the easy way.</description>
	<lastBuildDate>Tue, 19 Feb 2013 04:55:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How do I visualize nicely a CSV file in *macs?</title>
		<link>http://nongeekrecipes.org/2012/01/31/how-do-i-visualize-nicely-a-csv-file-in-macs/</link>
		<comments>http://nongeekrecipes.org/2012/01/31/how-do-i-visualize-nicely-a-csv-file-in-macs/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 17:38:12 +0000</pubDate>
		<dc:creator>Marco Zuliani</dc:creator>
				<category><![CDATA[Emacs and friends]]></category>
		<category><![CDATA[Recipes]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[Emacs]]></category>

		<guid isPermaLink="false">https://nongeekrecipes.wordpress.com/?p=209</guid>
		<description><![CDATA[Once you load the CSV file enter the org-mode: M-x org-mode. Then select the entire data and create a table: C-u C-c &#124;.]]></description>
		<wfw:commentRss>http://nongeekrecipes.org/2012/01/31/how-do-i-visualize-nicely-a-csv-file-in-macs/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How do I make *macs automatically refresh the opened files when changed on disk?</title>
		<link>http://nongeekrecipes.org/2011/06/21/how-do-i-make-macs-automatically-refresh-the-opened-files-when-changed-on-disk/</link>
		<comments>http://nongeekrecipes.org/2011/06/21/how-do-i-make-macs-automatically-refresh-the-opened-files-when-changed-on-disk/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 16:35:01 +0000</pubDate>
		<dc:creator>Marco Zuliani</dc:creator>
				<category><![CDATA[Emacs and friends]]></category>
		<category><![CDATA[Recipes]]></category>
		<category><![CDATA[Emacs]]></category>
		<category><![CDATA[refresh files]]></category>

		<guid isPermaLink="false">http://nongeekrecipes.wordpress.com/?p=154</guid>
		<description><![CDATA[Add (global-auto-revert-mode t) to your configuration file.]]></description>
		<wfw:commentRss>http://nongeekrecipes.org/2011/06/21/how-do-i-make-macs-automatically-refresh-the-opened-files-when-changed-on-disk/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Any good word completion tool for Emacs?</title>
		<link>http://nongeekrecipes.org/2010/12/05/any-good-word-completion-tool-for-emacs/</link>
		<comments>http://nongeekrecipes.org/2010/12/05/any-good-word-completion-tool-for-emacs/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 22:15:54 +0000</pubDate>
		<dc:creator>Marco Zuliani</dc:creator>
				<category><![CDATA[Emacs and friends]]></category>
		<category><![CDATA[Recipes]]></category>
		<category><![CDATA[pabbrev]]></category>
		<category><![CDATA[word completion]]></category>
		<category><![CDATA[yet-another-emacs-post]]></category>

		<guid isPermaLink="false">http://nongeekrecipes.wordpress.com/?p=70</guid>
		<description><![CDATA[I really like pabbrev. Refer to this blog for a thorough discussion. This is the stuff I added in my configuration file: (require 'pabbrev) (global-pabbrev-mode t) (setq pabbrev-read-only-error nil)]]></description>
		<wfw:commentRss>http://nongeekrecipes.org/2010/12/05/any-good-word-completion-tool-for-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I integrate SVN with Emacs?</title>
		<link>http://nongeekrecipes.org/2010/12/05/how-do-i-integrate-svn-with-emacs/</link>
		<comments>http://nongeekrecipes.org/2010/12/05/how-do-i-integrate-svn-with-emacs/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 22:08:36 +0000</pubDate>
		<dc:creator>Marco Zuliani</dc:creator>
				<category><![CDATA[Emacs and friends]]></category>
		<category><![CDATA[Recipes]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[AnthroSpace]]></category>
		<category><![CDATA[Emacs]]></category>
		<category><![CDATA[psvn]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://nongeekrecipes.wordpress.com/?p=67</guid>
		<description><![CDATA[So far, I found the package psvn quite useful. Refer to Anthorspace blog for how to set it up. This is the only stuff I added to my configuration file: (require 'psvn)]]></description>
		<wfw:commentRss>http://nongeekrecipes.org/2010/12/05/how-do-i-integrate-svn-with-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where is the Aquamacs configuration file located?</title>
		<link>http://nongeekrecipes.org/2010/12/05/where-is-the-aquamacs-configuration-file-located/</link>
		<comments>http://nongeekrecipes.org/2010/12/05/where-is-the-aquamacs-configuration-file-located/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 22:03:02 +0000</pubDate>
		<dc:creator>Marco Zuliani</dc:creator>
				<category><![CDATA[Emacs and friends]]></category>
		<category><![CDATA[Recipes]]></category>
		<category><![CDATA[Aquamacs]]></category>
		<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://nongeekrecipes.wordpress.com/?p=65</guid>
		<description><![CDATA[Usually in the folder: /Users/user_name/Library/Preferences/Aquamacs Emacs Where user_name denotes the home folder of the user. Look for the file called Preferences.el]]></description>
		<wfw:commentRss>http://nongeekrecipes.org/2010/12/05/where-is-the-aquamacs-configuration-file-located/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set the default column width in Emacs?</title>
		<link>http://nongeekrecipes.org/2010/12/04/how-to-set-the-default-column-width-in-emacs/</link>
		<comments>http://nongeekrecipes.org/2010/12/04/how-to-set-the-default-column-width-in-emacs/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 21:32:52 +0000</pubDate>
		<dc:creator>Marco Zuliani</dc:creator>
				<category><![CDATA[Emacs and friends]]></category>
		<category><![CDATA[Recipes]]></category>
		<category><![CDATA[Column width]]></category>

		<guid isPermaLink="false">http://nongeekrecipes.wordpress.com/?p=21</guid>
		<description><![CDATA[C-u 100 C-xf will set the default column width to 100 characters.]]></description>
		<wfw:commentRss>http://nongeekrecipes.org/2010/12/04/how-to-set-the-default-column-width-in-emacs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to perform operations on rectangular text regions?</title>
		<link>http://nongeekrecipes.org/2010/12/04/how-to-perform-operations-on-rectangular-text-regions/</link>
		<comments>http://nongeekrecipes.org/2010/12/04/how-to-perform-operations-on-rectangular-text-regions/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 19:54:36 +0000</pubDate>
		<dc:creator>Marco Zuliani</dc:creator>
				<category><![CDATA[Emacs and friends]]></category>
		<category><![CDATA[Recipes]]></category>
		<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Rectangular text regions]]></category>

		<guid isPermaLink="false">http://nongeekrecipes.wordpress.com/?p=15</guid>
		<description><![CDATA[First mark the corner of the region by positioning the cursor and pressing C-spc. Then move with the cursor to the other corner of the region. Then you can perform the following tasks: C-x r k to kill the text of the region-rectangle, saving its contents as the “last killed rectangle” (kill-rectangle). C-x r d <a class="read-more-link" href="http://nongeekrecipes.org/2010/12/04/how-to-perform-operations-on-rectangular-text-regions/"><br />...read more</a>]]></description>
		<wfw:commentRss>http://nongeekrecipes.org/2010/12/04/how-to-perform-operations-on-rectangular-text-regions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 2.090 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-06-15 14:31:05 -->

<!-- Compression = gzip -->