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 21:42:33 +0300 Message-ID: <838rpbbbl2.fsf@gnu.org> References: <83zghte5gl.fsf@gnu.org> <83v8she1vp.fsf@gnu.org> <83tu80cb54.fsf@gnu.org> <83bku7dgxl.fsf@gnu.org> <83czenbeg5.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3262"; 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 20:43:15 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 1o7i5J-0000g1-Pc for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 02 Jul 2022 20:43:13 +0200 Original-Received: from localhost ([::1]:59294 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o7i5I-00020L-8K for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 02 Jul 2022 14:43:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58554) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7i4s-00020C-Q5 for help-gnu-emacs@gnu.org; Sat, 02 Jul 2022 14:42:47 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:52148) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7i4s-00040E-Ii for help-gnu-emacs@gnu.org; Sat, 02 Jul 2022 14:42:46 -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=Cn2lU6jnezxoIyvq/MTZCTH2wjdFPiW1yyPLaXk8bE0=; b=nqYyEyVYMeWL +IYHAyyCKvGQdSC+NPwFb/ywIIauC19CwdvoJ7cZuiw260IXmcZoweS3MS4d+IbAlP4XFf0xLCXbe zdXkjAeV34XCmmVFZ98EBtQL0kK2phRar8+WOg0a3o5Pq37XIVFUOIE248GlWCCu2Xu783V/sniXs 2x5M+tcn9dH8nSfiK9jWkzLooRMJ8tiPhw17DDnPAqrklx/iOmeJ2IDx7kX3GOggJvdBVbwC2L9kZ ChMXbysKBadx5nPxBX66gFtD2Gs1t50M+/9IpNdS5ndRkJToQZWOFefqxklgmU3rIffOnhQ4R7Sgg I/cC4qhIhAXLv1r+iNHFIQ==; Original-Received: from [87.69.77.57] (port=3231 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 1o7i4s-0005p3-6J for help-gnu-emacs@gnu.org; Sat, 02 Jul 2022 14:42:46 -0400 In-Reply-To: (message from Jean Louis on Sat, 2 Jul 2022 21:03:28 +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:138260 Archived-At: > Date: Sat, 2 Jul 2022 21:03:28 +0300 > From: Jean Louis > Cc: help-gnu-emacs@gnu.org, hyperbole-users@gnu.org > > > > 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. > > (frameset-restore (car (read-from-string (prin1-to-string (frameset-save (frame-list)))))) frameset-restore is supposed to be called with a valid frameset object.