From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: sergio_101 Newsgroups: gmane.emacs.help Subject: saving windows/workspace Date: Tue, 6 Jan 2009 07:42:16 -0800 (PST) Organization: http://groups.google.com Message-ID: <91def3cf-e096-4f53-a814-0960a32b0608@p2g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1231301280 26167 80.91.229.12 (7 Jan 2009 04:08:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Jan 2009 04:08:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 07 05:09:11 2009 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 1LKPjC-0000bS-7y for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Jan 2009 05:09:10 +0100 Original-Received: from localhost ([127.0.0.1]:45909 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKPhw-0001dj-Gc for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Jan 2009 23:07:52 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!p2g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 24.144.179.253 Original-X-Trace: posting.google.com 1231256537 18863 127.0.0.1 (6 Jan 2009 15:42:17 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 6 Jan 2009 15:42:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p2g2000prf.googlegroups.com; posting-host=24.144.179.253; posting-account=M630hQkAAAC6RlNo_tK3eW4thjwtLr3Z User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:165782 X-Mailman-Approved-At: Tue, 06 Jan 2009 23:07:04 -0500 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:61140 Archived-At: i have a setup that i use daily for rails development that involves splitting up my frame into a bunch of windows, then loading each frame with different buffers.. i would like to be able to save this whole layout so that i can open it each day without having to rebuild it.. i have tried desktop-save, and this gets close, as it remembers all my files and buffer.. but it doesn't do windows splits.. does anyone have any ideas on how to do this? thanks!