From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthew Flaschen Newsgroups: gmane.emacs.help Subject: Re: remembering a layout after reboot Date: Fri, 02 Mar 2007 15:09:48 -0500 Message-ID: <45E8848C.50708@gatech.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0721652968==" X-Trace: sea.gmane.org 1172866275 3986 80.91.229.12 (2 Mar 2007 20:11:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Mar 2007 20:11:15 +0000 (UTC) To: emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 02 21:11:09 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HNE5q-0002sy-UJ for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Mar 2007 21:11:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HNE5q-0007tW-Ae for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Mar 2007 15:11:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HNE5I-0007XD-Q9 for help-gnu-emacs@gnu.org; Fri, 02 Mar 2007 15:10:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HNE5E-0007Sb-Ou for help-gnu-emacs@gnu.org; Fri, 02 Mar 2007 15:10:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HNE5E-0007SU-LO for help-gnu-emacs@gnu.org; Fri, 02 Mar 2007 15:10:28 -0500 Original-Received: from deliverator4.gatech.edu ([130.207.165.164]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1HNE5E-0006xX-0s for help-gnu-emacs@gnu.org; Fri, 02 Mar 2007 15:10:28 -0500 Original-Received: from deliverator4.gatech.edu (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 425D0A527 for ; Fri, 2 Mar 2007 15:10:27 -0500 (EST) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from mailprx3.gatech.edu (mailprx3.prism.gatech.edu [130.207.171.17]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "smtp.mail.gatech.edu", Issuer "RSA Data Security, Inc." (verified OK)) by deliverator4.gatech.edu (Postfix) with ESMTP id 9B857A566 for ; Fri, 2 Mar 2007 15:09:50 -0500 (EST) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from [128.61.73.81] (r73h81.res.gatech.edu [128.61.73.81]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (sasl: method=PLAIN, username=mflaschen3@mailprx3.gatech.edu, sender=n/a) by mailprx3.gatech.edu (Postfix) with ESMTP id 6B4FA219F for ; Fri, 2 Mar 2007 15:09:50 -0500 (EST) (envelope-from matthew.flaschen@gatech.edu) User-Agent: Thunderbird 1.5.0.9 (X11/20070104) In-Reply-To: X-Enigmail-Version: 0.94.2.0 X-detected-kernel: Solaris 9 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:41603 Archived-At: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --===============0721652968== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigFF4849E05028C3D4D32F5854" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigFF4849E05028C3D4D32F5854 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Gary Wessle wrote: > Matthew Flaschen writes: >=20 >> Gary Wessle wrote: >>> Matthew Flaschen writes: >>> >>>> Gary Wessle wrote: >>>>> Hi >>>>> >>>>> >>>>> I find my self visiting few files and setting up the frame / window= s >>>>> in such a preferred way.=20 >>>>> is there a way to remember this layout so next time I reboot or >>>>> restart emacs, I can just restore them? >>>> Try desktop-save and desktop-read. >>>> >>>> Setup everything the way you want then execute desktop-save. Choose= >>>> your home directory. >>>> >>>> Then, when you start emacs, you can execute desktop-read . Or you c= an >>>> put this in your ~/.emacs file. >>>> >>> thanks,=20 >>> I don't have desktop-save, I have desktop-read though. >> Sorry. Add: >> >> ; Desktop functions >> (require 'desktop) >> >> to your ~/.emacs . Then restart emacs and try again. >> >=20 > I did, it would save it fine, but when calling desktop-read, it only > visited one of the files and opened only one frame among many I had at > the time of desktop-save. Oh, I don't really use that regularly. But I did test it, and it opened all the files I had open. However, it didn't preserve the windows (everything opened in its own window). Matt --------------enigFF4849E05028C3D4D32F5854 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFF6ISSQ5LSyju97VkRAk2YAJ4iVGmdkujhm3ng+oII2hjK47t1AgCfSQN6 qTwa+fltdqOXVlDJeaAzKu0= =9S/s -----END PGP SIGNATURE----- --------------enigFF4849E05028C3D4D32F5854-- --===============0721652968== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --===============0721652968==--