From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: How to persist registers across sessions? Date: Sat, 02 Jul 2022 20:40:42 +0300 Message-ID: <83czenbeg5.fsf@gnu.org> References: <83bkuaf8e5.fsf@gnu.org> <83zghte5gl.fsf@gnu.org> <83v8she1vp.fsf@gnu.org> <83tu80cb54.fsf@gnu.org> <83bku7dgxl.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37873"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jul 02 19:41:36 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 1o7h7f-0009h5-8m for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 02 Jul 2022 19:41:35 +0200 Original-Received: from localhost ([::1]:42268 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o7h7d-0002Zf-S3 for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 02 Jul 2022 13:41:33 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50638) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7h70-0002ZH-Dv for help-gnu-emacs@gnu.org; Sat, 02 Jul 2022 13:40:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51738) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7h6z-0006Y8-Qt for help-gnu-emacs@gnu.org; Sat, 02 Jul 2022 13:40:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=0qr2TxPD77L0oImuQ89GKs43QmXKbWlZrA8ep4p0j1M=; b=JIsP4n3iz9Tq fHsgf7VaOUVnpMu8uBTlyqVLpTL9+YRFfxG2W3qowIDFOtztfDmOcXz+kWimrr4oH8izRVsUFIWlb 5lJIdE9LhGIeW6bOPza7Afc+DrZ//uRPgP420gJ1N+5JZwSqt53tJsAF6C7uuPtklOamS2Po4kyVC r6+OU1doFUTcDvvbsi9n+e7SHrpviErvemS9k6AcaFhw9PEDHZhPFJbOXpPF49LcjRsyy7hjaz5om 72jGJdxuwyLxSJW2ZhOxSZslXxIA63tB8Q99R4Raq0eH2OG2mmyEGQyMGaY8sMXDFQGzsYUBZMrFz 3VmJydJrJZNuHI5ZKkVi4A==; Original-Received: from [87.69.77.57] (port=3437 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7h6z-0005sv-9o for help-gnu-emacs@gnu.org; Sat, 02 Jul 2022 13:40:53 -0400 In-Reply-To: (message from Jean Louis on Sat, 2 Jul 2022 20:19:51 +0300) 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" Xref: news.gmane.io gmane.emacs.help:138258 Archived-At: > Date: Sat, 2 Jul 2022 20:19:51 +0300 > From: Jean Louis > Cc: help-gnu-emacs@gnu.org > > > I pointed to frameset.el, which is a lower-level infrastructure used > > by desktop.el. It should allow you to save and restore windows of a > > single frame, if that suits your needs better. > > It looks similar, but I cannot know why it does not work. I get error: With what code did you get this error? It's impossible to tell anything intelligent without seeing the code you used.