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

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

bug#44232: (no subject)


From: Dmitry Gutov
Subject: bug#44232: (no subject)
Date: Tue, 27 Oct 2020 00:06:18 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 26.10.2020 18:51, Lars Ingebrigtsen wrote:
That's basically the same as highlight-changes-global-modes, but with
the added

          ;; ...the buffer is not internal (name starts with a space)
          (not (eq (aref (buffer-name) 0) ?\ ))
          ;; ...the buffer is not special (name starts with *)
          (or (not (eq (aref (buffer-name) 0) ?*))

So that's kinda kludgy.

Also see project-kill-buffer-conditions for another example of a DSL-ish list of conditions.





reply via email to

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