emacs-devel
[Top][All Lists]
Advanced

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

Re: Intelligent stacking of messages in the echo area


From: Juri Linkov
Subject: Re: Intelligent stacking of messages in the echo area
Date: Tue, 24 Dec 2019 00:47:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu)

> A slightly improved version of the code, which prevents stacking
> potentially "spammy" messages (like from eldoc or
> org-display-outline-path). The messages are detected by looking at
> messages-log-max variable, which is typically set to nil by such
> functions.

Good heuristics.  Another heuristics that could be added is
to filter out transient messages ending with ellipsis -
added here to a new variable like Eli asked to do:

Attachment: multi-message.el
Description: application/emacs-lisp


reply via email to

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