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

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

bug#42386: Acknowledgement ([PATCH] Handle symbols in project-kill-buffe


From: Dmitry Gutov
Subject: bug#42386: Acknowledgement ([PATCH] Handle symbols in project-kill-buffers-ignores)
Date: Fri, 17 Jul 2020 18:43:44 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 17.07.2020 18:30, Philip K. wrote:
  (defcustom project-kill-buffers-ignores
    '("\\*Help\\*")

You might as well update the default value.

+- a cons-cell, where the car describes how to interpret the cdr.
+  If the car contains `major-mode', the cdr has to be the symbol
+  of a major mode, that should never be killed.

...and its derivatives?

Or I wonder if you should just use memq in the implementation.

Both font-lock-global-modes and desktop-modes-not-to-save are not applied to derivatives.





reply via email to

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