Save session every time a buffer gets opened/closed#128
Open
jbmestelan wants to merge 4 commits intoparkouss:masterfrom
Open
Save session every time a buffer gets opened/closed#128jbmestelan wants to merge 4 commits intoparkouss:masterfrom
jbmestelan wants to merge 4 commits intoparkouss:masterfrom
Conversation
Contributor
Author
|
I realize that the part which saves on 'load' fails, and have disabled it. I am looking into it now. Sorry, this is a patch I had had aside for some time; it deserves better testing. |
Owner
|
I like the idea, but maybe it should be an option to automatically save session on each load? |
Contributor
Author
Contributor
Author
|
Does the change correspond to what you had in mind? I have been using this modified version since then, and find it to behave OK. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As mentioned in #119, it happens that a webmacs instance ends unexpectedly. It is then a minor annoyance to also lose the state of the session (which is reset to the start of the last session). With this commit, webmacs saves the session every time a buffer gets opened or closed.
It might not be the right way of doing things; in which case, I will gladly to listen to suggestions.