thierryvolpiatto / psession

Yet another package for emacs persistent sessions
67 stars 13 forks source link

background error messages from psession #19

Open tvraman opened 11 months ago

tvraman commented 11 months ago

The async errors are gone -- thanks, but I still get 'Opening input file: No such file or directory, /home/raman/.emacs.d/elisp-objects/extended-command-history.el' -- even though those .el files are not there. Suspect this is a debug assertion; could you perhaps silence that?

thierryvolpiatto commented 11 months ago

"T. V. Raman" @.***> writes:

The async errors are gone -- thanks, but I still get 'Opening input file: No such file or directory, /home/raman/.emacs.d/elisp-objects/extended-command-history.el' -- even though those .el files are not there.

When is this happening? When you restart Emacs or when your session is saved asynchronously by psession-autosave-mode?

Can you show your psession config?

Thanks.

-- Thierry

tvraman commented 11 months ago

Thierry Volpiatto @.***> writes:

I usually see them fly by when my laptop wakes up from suspend/sleep. I never kill emacs (that would be sacrilege -- more seriously I live in Emacs as an Emacspeak user (I cannot see) so without Emacs I cant function.

Not sure what psession config means, here is what I have for psession in my customizations:

For help using this buffer, see Easy Customization in the Emacs manual.

                                      Search 

Operate on all settings in this buffer: Revert... Apply Apply and Save

Hide Psession Autosave Mode: Boolean: Toggle on (non-nil) State : SAVED and set. [!] Non-nil if Psession-Autosave mode is enabled. More Groups: Psession

Hide Psession Mode: Boolean: Toggle on (non-nil) State : SAVED and set. [!] Non-nil if Psession mode is enabled. More Groups: Psession

Show Value Psession Object To Save Alist Alist of vars to save persistently. More

Hide Psession Savehist Mode: Boolean: Toggle on (non-nil) State : SAVED and set. [!] Non-nil if Psession-Savehist mode is enabled. More Groups: Psession

"T. V. Raman" @.***> writes:

The async errors are gone -- thanks, but I still get 'Opening input file: No such file or directory, /home/raman/.emacs.d/elisp-objects/extended-command-history.el' -- even though those .el files are not there.

When is this happening? When you restart Emacs or when your session is saved asynchronously by psession-autosave-mode?

Can you show your psession config?

Thanks.

--

thierryvolpiatto commented 10 months ago

After about one month using psession-autosave-mode with a short delay (60s) to increase chances to trigger your error, I couldn't reproduce, I have no errors. I use also a laptop and constantly switch from sleep state (RAM) to wake up.

tvraman commented 10 months ago

Not sure how to track it down further but I do keep getting those messages on wakeup.

--