From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dkcombs@panix.com (David Combs) Newsgroups: gmane.emacs.help Subject: Re: how to keep/restore my view and mode? Date: Sat, 14 Oct 2006 22:41:17 +0000 (UTC) Organization: Public Access Networks Corp. Message-ID: References: <1158816234.643256.254090@e3g2000cwe.googlegroups.com> <1158821595.023428.175130@h48g2000cwc.googlegroups.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1160869610 3424 80.91.229.2 (14 Oct 2006 23:46:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Oct 2006 23:46:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 15 01:46:49 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GYtD6-0004R2-Rj for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Oct 2006 01:46:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYt7A-0001X0-Vf for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Oct 2006 19:40:25 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!panix!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: panix2.panix.com Original-X-Trace: reader1.panix.com 1160865677 6560 166.84.1.2 (14 Oct 2006 22:41:17 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Sat, 14 Oct 2006 22:41:17 +0000 (UTC) X-Newsreader: trn 4.0-test76 (Apr 2, 2001) Original-Xref: shelby.stanford.edu gnu.emacs.help:142425 Original-To: help-gnu-emacs@gnu.org 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:38048 Archived-At: In article <1158821595.023428.175130@h48g2000cwc.googlegroups.com>, mirror wrote: >C-x r f Really? Mine might be wrong, it C-h k on it says: C-x r f runs the command frame-configuration-to-register which is an interactive compiled Lisp function in `register'. (frame-configuration-to-register REGISTER &optional ARG) Store the window configuration of all frames in register REGISTER. Use C-x r j to restore the configuration. Argument is a character, naming the register. David