[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to persist registers across sessions?
From: |
Eli Zaretskii |
Subject: |
Re: How to persist registers across sessions? |
Date: |
Thu, 30 Jun 2022 18:50:58 +0300 |
> From: Michael Heerdegen <michael_heerdegen@web.de>
> Date: Thu, 30 Jun 2022 16:23:29 +0200
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
> > Is anything wrong with using desktop-save-mode?
>
> I thought it was not able to save a window configuration of one single
> frame...or is it?
It saves (and can later restore) the configuration of all the frames
that exist in the session. But if for some reason there's a need to
save just one frame, it should much easier to extend desktop.el to do
that than reinvent this wheel from scratch.