From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: jonetsu Newsgroups: gmane.emacs.help Subject: Saving a window configuration ? Date: Wed, 6 Mar 2019 17:39:22 -0500 Message-ID: <20190306173922.7c25b601@mistral> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="38545"; mail-complaints-to="usenet@blaine.gmane.org" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 06 23:39:41 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h1fCO-0009vE-AY for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Mar 2019 23:39:40 +0100 Original-Received: from localhost ([127.0.0.1]:40663 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1fCN-0006nV-At for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Mar 2019 17:39:39 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:37808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1fC9-0006n0-EB for help-gnu-emacs@gnu.org; Wed, 06 Mar 2019 17:39:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h1fC8-0005OS-KB for help-gnu-emacs@gnu.org; Wed, 06 Mar 2019 17:39:25 -0500 Original-Received: from pmta31.teksavvy.com ([76.10.157.38]:57149) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1h1fC8-0005Nw-Ea for help-gnu-emacs@gnu.org; Wed, 06 Mar 2019 17:39:24 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2G5twC5SoBc/0Tb1BhkGwEBAQEfAwEBA?= =?us-ascii?q?QQBAQGBQgYBAQEDAYEnZoFEFRKNKY0vAY4Bi2cgGAGEOgICAYQ0IzkFDAEBAwE?= =?us-ascii?q?BAQIBAwICAmkohgwcOwwYNCqFT6xvii4igQ0BAQEBAQEBAYRShmaBP0CJcYUUA?= =?us-ascii?q?oofhxY7kh8JgXmBO4NPi3ElDIFbAYkEiEM6nmwhgVZwFYMogV4BjwkkgTEBBgE?= =?us-ascii?q?BARUIEwUFAQGMTAEB?= X-IPAS-Result: =?us-ascii?q?A2G5twC5SoBc/0Tb1BhkGwEBAQEfAwEBAQQBAQGBQgYBAQE?= =?us-ascii?q?DAYEnZoFEFRKNKY0vAY4Bi2cgGAGEOgICAYQ0IzkFDAEBAwEBAQIBAwICAmkoh?= =?us-ascii?q?gwcOwwYNCqFT6xvii4igQ0BAQEBAQEBAYRShmaBP0CJcYUUAoofhxY7kh8JgXm?= =?us-ascii?q?BO4NPi3ElDIFbAYkEiEM6nmwhgVZwFYMogV4BjwkkgTEBBgEBARUIEwUFAQGMT?= =?us-ascii?q?AEB?= X-IronPort-AV: E=Sophos;i="5.58,449,1544504400"; d="scan'208";a="80468665" Original-Received: from 24-212-219-68.cable.teksavvy.com (HELO mistral) ([24.212.219.68]) by smtp.teksavvy.com with ESMTP; 06 Mar 2019 17:39:23 -0500 X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 76.10.157.38 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:119565 Archived-At: Hello, Is it possible to save in a persistent way a window configuration (like one saved by doing C-x r w and recalled with C-x r ) so that it can be recalled, with the same files, at a later time ? Cheers.