<?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: Tilde (backup file) cleanup</title>
	<atom:link href="http://embraceubuntu.com/2006/01/26/tilde-backup-file-cleanup/feed/" rel="self" type="application/rss+xml" />
	<link>http://embraceubuntu.com/2006/01/26/tilde-backup-file-cleanup/</link>
	<description>Not quite everything about Ubuntu, but close.</description>
	<lastBuildDate>Sat, 19 May 2012 22:14:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: lolwut</title>
		<link>http://embraceubuntu.com/2006/01/26/tilde-backup-file-cleanup/#comment-148893</link>
		<dc:creator><![CDATA[lolwut]]></dc:creator>
		<pubDate>Thu, 07 Oct 2010 16:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2006/01/26/tilde-backup-file-cleanup/#comment-148893</guid>
		<description><![CDATA[Does anyone know how I can assign a backup directory for jed? Or disable ~ file generation completely? I tried to mess around a bit with my .jedrc but couldnt get it to work.]]></description>
		<content:encoded><![CDATA[<p>Does anyone know how I can assign a backup directory for jed? Or disable ~ file generation completely? I tried to mess around a bit with my .jedrc but couldnt get it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sex sikiş</title>
		<link>http://embraceubuntu.com/2006/01/26/tilde-backup-file-cleanup/#comment-148629</link>
		<dc:creator><![CDATA[sex sikiş]]></dc:creator>
		<pubDate>Tue, 28 Sep 2010 14:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2006/01/26/tilde-backup-file-cleanup/#comment-148629</guid>
		<description><![CDATA[So when I edit a file, the backup is created in the ~/.emacs.backups directory rather than the current directory.]]></description>
		<content:encoded><![CDATA[<p>So when I edit a file, the backup is created in the ~/.emacs.backups directory rather than the current directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: porno sikiş</title>
		<link>http://embraceubuntu.com/2006/01/26/tilde-backup-file-cleanup/#comment-148530</link>
		<dc:creator><![CDATA[porno sikiş]]></dc:creator>
		<pubDate>Mon, 27 Sep 2010 19:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2006/01/26/tilde-backup-file-cleanup/#comment-148530</guid>
		<description><![CDATA[so how can I disable tilde file creation in Vim?]]></description>
		<content:encoded><![CDATA[<p>so how can I disable tilde file creation in Vim?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aviv</title>
		<link>http://embraceubuntu.com/2006/01/26/tilde-backup-file-cleanup/#comment-147241</link>
		<dc:creator><![CDATA[Aviv]]></dc:creator>
		<pubDate>Sat, 27 Mar 2010 23:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2006/01/26/tilde-backup-file-cleanup/#comment-147241</guid>
		<description><![CDATA[With gedit, you can just go to Edit -&gt; Preferences and unselect &quot;Create a backup copy of files before saving&quot;.]]></description>
		<content:encoded><![CDATA[<p>With gedit, you can just go to Edit -&gt; Preferences and unselect &#8220;Create a backup copy of files before saving&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://embraceubuntu.com/2006/01/26/tilde-backup-file-cleanup/#comment-121278</link>
		<dc:creator><![CDATA[Jay]]></dc:creator>
		<pubDate>Fri, 14 Dec 2007 16:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2006/01/26/tilde-backup-file-cleanup/#comment-121278</guid>
		<description><![CDATA[Another option that&#039;s nice on Windows is to move the tilde to the beginning of the file name.  That way you won&#039;t accidentally pick the wrong file, and your file types (and associtions in Explorer) aren&#039;t hosed.  Plus, they should stick together when a directory is sorted alphabetically.

So instead of the infuriating &quot;file.txt~&quot;, I&#039;d have &quot;~file.txt&quot;, which still goes to emacs when double-clicked.

That way my line looks like

(defun make-backup-file-name (file)
  (concat &quot;~&quot; (file-name-nondirectory file) ))

I just tried this for the first time a few minutes ago, so take care.]]></description>
		<content:encoded><![CDATA[<p>Another option that&#8217;s nice on Windows is to move the tilde to the beginning of the file name.  That way you won&#8217;t accidentally pick the wrong file, and your file types (and associtions in Explorer) aren&#8217;t hosed.  Plus, they should stick together when a directory is sorted alphabetically.</p>
<p>So instead of the infuriating &#8220;file.txt~&#8221;, I&#8217;d have &#8220;~file.txt&#8221;, which still goes to emacs when double-clicked.</p>
<p>That way my line looks like</p>
<p>(defun make-backup-file-name (file)<br />
  (concat &#8220;~&#8221; (file-name-nondirectory file) ))</p>
<p>I just tried this for the first time a few minutes ago, so take care.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://embraceubuntu.com/2006/01/26/tilde-backup-file-cleanup/#comment-120973</link>
		<dc:creator><![CDATA[Ryan]]></dc:creator>
		<pubDate>Thu, 13 Dec 2007 15:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2006/01/26/tilde-backup-file-cleanup/#comment-120973</guid>
		<description><![CDATA[Thanks Marc, your line works like a charm.]]></description>
		<content:encoded><![CDATA[<p>Thanks Marc, your line works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beulbek &#187; Emacs, PHP and the tilde</title>
		<link>http://embraceubuntu.com/2006/01/26/tilde-backup-file-cleanup/#comment-84140</link>
		<dc:creator><![CDATA[Beulbek &#187; Emacs, PHP and the tilde]]></dc:creator>
		<pubDate>Fri, 20 Jul 2007 20:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2006/01/26/tilde-backup-file-cleanup/#comment-84140</guid>
		<description><![CDATA[[...] found this trick at Ubuntu Blog where a guy called Kyle added a comment about an auto-cleanup script. It&#8217;s about editing your [...]]]></description>
		<content:encoded><![CDATA[<p>[...] found this trick at Ubuntu Blog where a guy called Kyle added a comment about an auto-cleanup script. It&#8217;s about editing your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://embraceubuntu.com/2006/01/26/tilde-backup-file-cleanup/#comment-5589</link>
		<dc:creator><![CDATA[JB]]></dc:creator>
		<pubDate>Fri, 22 Sep 2006 13:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2006/01/26/tilde-backup-file-cleanup/#comment-5589</guid>
		<description><![CDATA[:set nobackup]]></description>
		<content:encoded><![CDATA[<p>:set nobackup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: henok</title>
		<link>http://embraceubuntu.com/2006/01/26/tilde-backup-file-cleanup/#comment-3328</link>
		<dc:creator><![CDATA[henok]]></dc:creator>
		<pubDate>Fri, 04 Aug 2006 21:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2006/01/26/tilde-backup-file-cleanup/#comment-3328</guid>
		<description><![CDATA[so how can I disable tilde file creation in Vim?]]></description>
		<content:encoded><![CDATA[<p>so how can I disable tilde file creation in Vim?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Braden</title>
		<link>http://embraceubuntu.com/2006/01/26/tilde-backup-file-cleanup/#comment-2023</link>
		<dc:creator><![CDATA[Braden]]></dc:creator>
		<pubDate>Thu, 01 Jun 2006 19:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.wordpress.com/2006/01/26/tilde-backup-file-cleanup/#comment-2023</guid>
		<description><![CDATA[Scary running a wildcarded rm, but it worked perfectly. Many thanks.

(Also, thanks to the commenters. Putting it in a backup directory&#039;s a great idea.)]]></description>
		<content:encoded><![CDATA[<p>Scary running a wildcarded rm, but it worked perfectly. Many thanks.</p>
<p>(Also, thanks to the commenters. Putting it in a backup directory&#8217;s a great idea.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

