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 14:48:45 +0300 Message-ID: <83y1xbbuqq.fsf@gnu.org> References: <87leti6b6e.fsf@codeisgreat.org> <871qv7a3ey.fsf@gmail.com> <83y1xe45ga.fsf@gnu.org> <87k08v4w5a.fsf@codeisgreat.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39787"; 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 13:49:51 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 1o7bdH-000ACG-Fg for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 02 Jul 2022 13:49:51 +0200 Original-Received: from localhost ([::1]:55464 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o7bdG-0003Zm-Co for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 02 Jul 2022 07:49:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54624) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7bcL-00036L-5Q for help-gnu-emacs@gnu.org; Sat, 02 Jul 2022 07:48:53 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47594) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7bcK-0005KF-Pb for help-gnu-emacs@gnu.org; Sat, 02 Jul 2022 07:48:52 -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=hG4TbTTFbxAq/7l8jes9luuMYqgK4CkP+q1/TlD3EfM=; b=YxsBPI9v4czA zW/GwtkB73pLvREbRNbL4jLAuGaTxZ3ltNp3Y7pKyn6NRxwvO7ELFWD8JzFqIxdKr9cPJDz6g+6Km 501So+FjSeOzreCg6EtHlW/+LdlUS490Zim3Z+hVjYhKQDozSfuW8LD/d/5AUFQ6pw31ziZMcE5hF IDuehR87iTBk4An77fkYyRkwVawncMhnC1HVhMWubW7ewgv6VodEpVxAVg4TEhWSD1ND19RYFwz/w 2NiBjtmGI8hfIoxz5hy2ysGOZ+P5yi3psOpCts8Cd+WiwOw3unKbm1qpwf+JQQW+OZrzVBfgJv3H+ 72nkwnHD8HAlR6Dj3pLl8g==; Original-Received: from [87.69.77.57] (port=1682 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 1o7bcK-0004ZI-8F for help-gnu-emacs@gnu.org; Sat, 02 Jul 2022 07:48:52 -0400 In-Reply-To: <87k08v4w5a.fsf@codeisgreat.org> (message from Pankaj Jangid on Sat, 02 Jul 2022 16:30:17 +0530) 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:138256 Archived-At: > From: Pankaj Jangid > Date: Sat, 02 Jul 2022 16:30:17 +0530 > > Can I do this (below) with desktop-save-mode? > > Save window configuration for a project and reload the same window > configuration at will, when I switch to that project. desktop-read is a command, and you can invoke it whenever you want. So yes, I think you can do this.