Adam Porter
Adam Porter
> So yes, it's safe since `(setq confirm-kill-emacs nil) (save-buffers-kill-emacs)` but more importantly, everything works, after a restart my projects are there, so are my bookmarks, backups, etc... Not that...
> [Potentially related persist.el bug](https://yhetil.org/emacs-bugs/[email protected]/T/#u) @josephmturner Thanks for mentioning that. There doesn't seem to be any code in Activities that uses hash tables; I suppose some user code or other...
> I understand but the point still applies. If emacs exists abnormally (power outage or whatever), there's no reason files should be lost, that's the entire point of running something...
I also wonder if native compilation is at issue here. I'd suggest disabling native compilation in your config and seeing if the problem persists with all other steps being the...
@jvillasante Since you are the only user I've ever heard of who is deleting the elpa directory between Emacs sessions, I think it's fair to say that this is obscure....
> I remove `elpa` and `eln-cache` every time I recompile emacs: Removing the eln-cache seems sensible, but AFAIK there's no reason to remove the elpa directory. You could just `M-x...
I'm not sure what the problem is here. Buffers whose major modes can't be bookmarked are already handled by showing a buffer explaining the problem. If you propose to do...
See https://github.com/alphapapa/activities.el/issues/107#issuecomment-2184284386; please ensure that this change is really needed before we make it.
Sure, seems like a fine idea. Patches welcome, or I'll intend to get to it Eventually(TM).
The renaming happens here: https://github.com/alphapapa/activities.el/blob/65bfb6f7f246a66a7b6209096c3a634430323758/activities-tabs.el#L181 And it happens when the auto-save timer goes off, which switches to each activity in turn. The tricky part about things like this is that...