From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolaj Schumacher Newsgroups: gmane.emacs.help Subject: Re: automatic frame layout Date: Mon, 06 Aug 2007 16:23:42 +0200 Message-ID: References: <1186057760.877581.75970@q75g2000hsh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1186410374 10809 80.91.229.12 (6 Aug 2007 14:26:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Aug 2007 14:26:14 +0000 (UTC) Cc: Fabian Braennstroem To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 06 16:26:13 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 1II3X8-0005KH-8S for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Aug 2007 16:26:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1II3X0-00065u-SJ for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Aug 2007 10:26:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1II3VS-0003SX-Ms for help-gnu-emacs@gnu.org; Mon, 06 Aug 2007 10:24:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1II3VO-0003NH-QK for help-gnu-emacs@gnu.org; Mon, 06 Aug 2007 10:24:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1II3VO-0003Mi-9j for help-gnu-emacs@gnu.org; Mon, 06 Aug 2007 10:24:22 -0400 Original-Received: from fmmailgate01.web.de ([217.72.192.221]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1II3VL-0005gZ-Sh for help-gnu-emacs@gnu.org; Mon, 06 Aug 2007 10:24:21 -0400 Original-Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate01.web.de (Postfix) with ESMTP id 29B019449944; Mon, 6 Aug 2007 16:23:44 +0200 (CEST) Original-Received: from [89.59.173.167] (helo=wednesday) by smtp08.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.108 #197) id 1II3Ul-00007i-00; Mon, 06 Aug 2007 16:23:43 +0200 In-Reply-To: (Fabian Braennstroem's message of "Thu\, 02 Aug 2007 22\:19\:28 +0000") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin) X-Sender: n_schumacher@web.de X-Provags-ID: V01U2FsdGVkX1+PgizJHUrqBX8MKaVS1ixIWb3DNYKeyAbGZPA7 pw9Bck8xjaKM5vbeKTxGNsUG6RjzolOJr5HO50bwUs9D3+jXM1 3+r5tiLaC16YISrgVGDA== X-Detected-Kernel: Linux 2.4-2.6 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:46354 Archived-At: Fabian Braennstroem wrote: > I am wondering, how I can achieve a certain frame layout, which I > can recall any time. You could look into: `window-configuration-to-register' and `jump-to-register' for this. But you can't store configurations between sessions with that. regards, Nikolaj Schumacher