[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to persist registers across sessions?
From: |
Jean Louis |
Subject: |
Re: How to persist registers across sessions? |
Date: |
Fri, 1 Jul 2022 00:55:42 +0300 |
User-agent: |
Mutt/+ () (2022-05-21) |
* Eli Zaretskii <eliz@gnu.org> [2022-06-30 19:06]:
> Knock yourself out, if you want, but I think you underestimate the
> problem before you. E.g., how can you save just the window
> configuration without also saving which files were visited by each of
> the window, where was the point in each buffer, what were your local
> variables and minor modes, perhaps the mark position in each buffer,
> maybe the last search string etc.? desktop.el has all of that already
> figured out, and gives you useful customization variables to decide
> what you'd like to save/restore.
That is good to extend desktop.el
Can you in parallel with that good idea, give some clue how to obtain
window configuration as lisp object?
Jean
Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns
In support of Richard M. Stallman
https://stallmansupport.org/
- Re: How to persist registers across sessions?, (continued)