From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: roadie Newsgroups: gmane.emacs.help Subject: Re: saving window configurations in register Date: Mon, 26 Dec 2022 17:33:27 +0100 Message-ID: <17162.1672072407@machine.local> References: <5191862c-d42b-1122-6103-f7019c22feac@posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39196"; mail-complaints-to="usenet@ciao.gmane.io" Cc: "help-gnu-emacs@gnu.org" To: Gottfried Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Dec 26 18:16:50 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p9r5j-000A0H-Sr for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 26 Dec 2022 18:16:48 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p9r57-0001ym-UG; Mon, 26 Dec 2022 12:16:09 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p9qPv-0007Yh-TT for help-gnu-emacs@gnu.org; Mon, 26 Dec 2022 11:33:36 -0500 Original-Received: from lavabit.com ([38.147.122.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p9qPt-00042l-CF for help-gnu-emacs@gnu.org; Mon, 26 Dec 2022 11:33:35 -0500 Original-Received: from localhost (ip5f5be30f.dynamic.kabel-deutschland.de [95.91.227.15]) by lavabit.com with ESMTP id 9KC1G1YHGO58; Mon, 26 Dec 2022 10:33:31 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lavabit.com; s=bazinga; t=1672072411; bh=5d320GO77kV3Olb67+CnenTqzVFqxIyr229liSa9C3o=; h=From:To:cc:Subject:In-reply-to:References:Comments:X-Mailer: MIME-Version:Content-Type:Content-ID:Content-Transfer-Encoding: Date:Message-ID; b=SvREPliTr+WVLZICKVNiuIT7WLftvSZWMeEMHEta2hXJLijBYlPDEt+X33b8TCPmB HI4HHVip0w7pLXC6LpSgmQ3ndiI6OGtCgZONab+19NAubsT5WOXGh36YwY3B2Fy/sA q6D1lzEwMvvmdSDWRWL+KNV7RCHfdMnRA2fOZFZK618tV5OT63+iPsw8lk42i0FR4i NDm1Y7SWarKYAXv2J1p0tApTjw5oucowg3a8dPSyMNXqS4sP7HAib4C1aSqnESODqa sUVZXI3lo67YjOlsgN42E04valRXY13lMe1/fT2OGLIiCSa4ora6I/FP0phjLFUbVN F1ciCCjyi0MAg== In-reply-to: <5191862c-d42b-1122-6103-f7019c22feac@posteo.de> Comments: In-reply-to Gottfried message dated "Sun, 25 Dec 2022 14:53:59 +0000." X-Mailer: MH-E 8.6; nmh 1.7.1; GNU Emacs 25.3.50 Content-ID: <17161.1672072407.1@machine.local> Received-SPF: pass client-ip=38.147.122.66; envelope-from=roadie@lavabit.com; helo=lavabit.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Mon, 26 Dec 2022 12:16:07 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:141942 Archived-At: >>>>> "Gottfried" =3D=3D Gottfried writes: > Hi, I want that Emacs starts with the frame/window configuration I > saved before. e.g. the whole screen is divided into two buffers > side by side with 2 different files open. > How to do that? If this setup is static (same 2 different files side by side) then I would make a kbd-macro to set this up and run that at the end of init. If this setup means you want the 2 different files you had side by side at the end of last session (and they are different to the 2 diffe= rent files from the start of that last session) - I don't know. LG roadie