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: Eric S Fraga
Subject: Re: Intelligent stacking of messages in the echo area
Date: Fri, 24 Jan 2020 10:14:50 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

On Tuesday, 24 Dec 2019 at 00:47, Juri Linkov wrote:
> 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:

Just to say thank you.  I've been using this bit of code for the past
two or three weeks and it works very well.

I added to your regex for my particular situation:

#+begin_src elisp
  (defcustom multi-message-transient "\\(\\.\\.\\.\\'\\|^,\\|^C-\\|^pop3 
retrieved\\)"
    "Regexp to filter out transient messages that should not be stacked."
    :type 'regexp
    :group 'minibuffer
    :version "28.1")
#+end_src

The "," is because I use evil mode and comma is my leader character.
-- 
Eric S Fraga via Emacs 28.0.50 & org 9.3.1 on Debian 9.9

-- 
: Professor Eric S Fraga; use plain text: http://useplaintext.email 
: https://www.ucl.ac.uk/chemical-engineering/people/prof-eric-fraga 
: PGP/GnuPG key: 8F5C 279D 3907 E14A 5C29  570D C891 93D8 FFFC F67D 




reply via email to

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