<br><br><div class="gmail_quote">On Wed, May 14, 2008 at 3:34 PM, Ivan Werning <<a href="mailto:iwerning@gmail.com">iwerning@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
On May 14, 2008, at 9:31 AM, David Reitter wrote:<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Have you tried inserting a (kill-buffer) into your Preferences.el file?<br>
<br>
</blockquote>
<br></div>
This didn't work. I put it as the first line and got an error next time I opened.<div class="Ih2E3d"></div></blockquote><div class="Ih2E3d"><br>putting<br>(kill-buffer "*scratch*")<br>into Preferences.el worked for me.  (The *Messages* buffer is then the only existing buffer, so it will be visible until another file is opened, if you launch Aquamacs without opening a file.) <br>
<div> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
(desktop-save-mode 1)<br>
</blockquote>
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This seems to work somewhat, but I'm not sure if it does correctly or as intended.<br>
<a href="http://dir.gmane.org/gmane.emacs.macintosh.osx" target="_blank"></a></blockquote><div><br>Sounds like desktop-save-mode is working as expected.  You only get queried once about saving the desktop file; subsequently it will use the same file to save buffer settings, without asking you.<br>
<br>desktop-save-mode keeps track of buffers (and some global variables) between sessions, but it doesn't really know about frames.<br><br>--Nathaniel<br></div></div><br>