<?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/"
		>
<channel>
	<title>Comments on: Best Practice: Rembember Application State</title>
	<atom:link href="http://kingant.net/2009/06/best-practice-rembember-application-state/feed/" rel="self" type="application/rss+xml" />
	<link>http://kingant.net/2009/06/best-practice-rembember-application-state/</link>
	<description>the personal nook of Mark Doliner</description>
	<lastBuildDate>Tue, 18 May 2010 04:57:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://kingant.net/2009/06/best-practice-rembember-application-state/comment-page-1/#comment-810</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 22 Aug 2009 03:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://kingant.net/blog/?p=357#comment-810</guid>
		<description>&lt;p&gt;The answer is emacs&lt;/p&gt;
&lt;p&gt;I dunno what editor you&#039;re using these days, Mark, but here&#039;s the answer to your woes:&lt;/p&gt;
&lt;p&gt;(defun elb-after-save ()&lt;br /&gt;
  (desktop-save &quot;~/&quot;))&lt;/p&gt;
&lt;p&gt;(add-hook &#039;auto-save-hook &#039;elb-after-save)&lt;/p&gt;
&lt;p&gt;(desktop-save-mode t)&lt;br /&gt;
(desktop-load)&lt;/p&gt;
&lt;p&gt;It won&#039;t automatically apply unsaved changes on restart (you have to use M-x recover-file); there may be a way to do that, but I don&#039;t know what it is.  I&#039;ve never tried.  It does the rest, though.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>The answer is emacs</p>
<p>I dunno what editor you&#8217;re using these days, Mark, but here&#8217;s the answer to your woes:</p>
<p>(defun elb-after-save ()<br />
  (desktop-save &#8220;~/&#8221;))</p>
<p>(add-hook &#8216;auto-save-hook &#8216;elb-after-save)</p>
<p>(desktop-save-mode t)<br />
(desktop-load)</p>
<p>It won&#8217;t automatically apply unsaved changes on restart (you have to use M-x recover-file); there may be a way to do that, but I don&#8217;t know what it is.  I&#8217;ve never tried.  It does the rest, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Doliner</title>
		<link>http://kingant.net/2009/06/best-practice-rembember-application-state/comment-page-1/#comment-799</link>
		<dc:creator>Mark Doliner</dc:creator>
		<pubDate>Mon, 08 Jun 2009 05:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://kingant.net/blog/?p=357#comment-799</guid>
		<description>&lt;p&gt;I don&#039;t know, probably not?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know, probably not?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: whatsupdawgs</title>
		<link>http://kingant.net/2009/06/best-practice-rembember-application-state/comment-page-1/#comment-798</link>
		<dc:creator>whatsupdawgs</dc:creator>
		<pubDate>Mon, 08 Jun 2009 02:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://kingant.net/blog/?p=357#comment-798</guid>
		<description>&lt;p&gt;Out of curiosity, are there any apps that do this?  I&#039;m happy when I find apps that restore what documents you have open and restore any changes you&#039;ve made, but do any apps actually save your scroll point, your highlighting, and so on?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Out of curiosity, are there any apps that do this?  I&#8217;m happy when I find apps that restore what documents you have open and restore any changes you&#8217;ve made, but do any apps actually save your scroll point, your highlighting, and so on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: terror_firma</title>
		<link>http://kingant.net/2009/06/best-practice-rembember-application-state/comment-page-1/#comment-797</link>
		<dc:creator>terror_firma</dc:creator>
		<pubDate>Fri, 05 Jun 2009 22:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://kingant.net/blog/?p=357#comment-797</guid>
		<description>&lt;p&gt;Although if your editor is doing all of that, the concept of &#039;saving&#039; is a little murky. Why require the user to take action to do it when it&#039;s happening in the background for you anyway?&lt;/p&gt;
&lt;p&gt;Sounds like you should read The Humane Interface!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Although if your editor is doing all of that, the concept of &#8216;saving&#8217; is a little murky. Why require the user to take action to do it when it&#8217;s happening in the background for you anyway?</p>
<p>Sounds like you should read The Humane Interface!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://kingant.net/2009/06/best-practice-rembember-application-state/comment-page-1/#comment-792</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 05 Jun 2009 00:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://kingant.net/blog/?p=357#comment-792</guid>
		<description>&lt;p&gt;Jordan was telling me about a demo at Java One that did pretty much exactly that. Except it wasn&#039;t a traditional desktop PC. It was a thin client that connected to the cloud and stored all the state there.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Jordan was telling me about a demo at Java One that did pretty much exactly that. Except it wasn&#8217;t a traditional desktop PC. It was a thin client that connected to the cloud and stored all the state there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
