bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51993: 29.0.50; [PATCH] Killing emacsclient terminal with `server-st


From: Gregory Heytings
Subject: bug#51993: 29.0.50; [PATCH] Killing emacsclient terminal with `server-stop-automatically' doesn't prompt to save files
Date: Tue, 23 Nov 2021 22:49:49 +0000


I should stress that the case I brought up above is just a counterexample to show a problem with a previous implementation strategy

Which problem?

Prior to that comment, your proposed implementation would kill Emacs on a timer when there were no non-daemon frames left, which could result in unsaved changes to files being lost. I replied to point that out and showed some steps to reproduce it: <https://lists.gnu.org/archive/html/bug-gnu-emacs/2021-10/msg02163.html>.


I don't think it's useful to discuss a problem that was raised and fixed a month ago.


If I'm understanding your patch, the behavior I'm looking for is essentially a combination of `kill-terminal' and `delete-last-frame'.


If so, a fifth behavior could be implemented. But you would have to describe what you want, and it should be something reasonable. Could you please do that, and explain what you want when:

1. You delete a frame that is not the last one
2. You delete the last frame
3. You kill a terminal that is not the last one
4. You kill a terminal that is the last one


I've specified the problems. I can try to clarify if there's any confusion though. This bug is one such problem.


As I said earlier, the problem you described in this bug report was not a bug, at least in the sense that it was not something that was not explicitly intended by the one who wrote the code (and documented). And the behavior you wanted is handled by the patch I sent, without removing any of the other existing behaviors. But now you apparently want something else again.


I don't think that a user who opts in to stopping the Emacs daemon automatically is *also* opting in to changing the behavior of whether Emacs will prompt about saving files when killing a (non-last) client. Since there are other clients, the daemon won't be killed, and so the behavior should be identical to what happens without `server-stop-automatically'. As a user, I would find it very strange that enabling `server-stop-automatically' would change Emacs' behavior in ways *other than* stopping the server in certain cases.


Yet this is what you're asking. If you want Emacs to prompt you whether the files should be saved and the process killed when you delete the last frame, you want to change the way Emacs prompts about saving files and killing processes, because this (namely prompting the user when the last frame is deleted) isn't happening without server-stop-automatically.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]