emacs-devel
[Top][All Lists]
Advanced

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

Re: Undo mode


From: Gregory Heytings
Subject: Re: Undo mode
Date: Fri, 21 Jan 2022 15:07:12 +0000



I think it's better to add a specific workaround in `undelete-frame--handle-delete-frame` such as:

   (unless (eq frame frame-initial-frame) ...)

And if that specific one doesn't work, we'll come up with a different test.


That problem was already identified and solved (with a boolean state variable) in bug#51883, before the current solution (using a minor mode that users can turn on in their init file) was adopted. With a minor mode this test becomes unnecessary.



reply via email to

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