[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Intelligent stacking of messages in the echo area
From: |
Eli Zaretskii |
Subject: |
Re: Intelligent stacking of messages in the echo area |
Date: |
Mon, 23 Dec 2019 15:38:38 +0200 |
> From: Ihor Radchenko <address@hidden>
> Date: Mon, 23 Dec 2019 11:50:48 +0800
> Cc: "address@hidden" <address@hidden>
>
> 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.
I'd rather think a better way would be to have a variable which allows
to filter messages by regular expressions: any message that matches a
regexp in a list will not be stacked.
> Also, it would be great to avoid stacking the echo-keystrokes, but I
> have no clue how to detect them.
See above.
- Re: Intelligent stacking of messages in the echo area, Juri Linkov, 2019/12/21
- Re: Intelligent stacking of messages in the echo area, Eli Zaretskii, 2019/12/21
- Re: Intelligent stacking of messages in the echo area, Richard Stallman, 2019/12/22
- Re: Intelligent stacking of messages in the echo area, Ihor Radchenko, 2019/12/22
- Re: Intelligent stacking of messages in the echo area,
Eli Zaretskii <=
- Re: Intelligent stacking of messages in the echo area, Juri Linkov, 2019/12/23
- Re: Intelligent stacking of messages in the echo area, Ihor Radchenko, 2019/12/24
- Re: Intelligent stacking of messages in the echo area, Eli Zaretskii, 2019/12/24
- Re: Intelligent stacking of messages in the echo area, Ihor Radchenko, 2019/12/24
- Re: Intelligent stacking of messages in the echo area, Juri Linkov, 2019/12/24
- Re: Intelligent stacking of messages in the echo area, Ihor Radchenko, 2019/12/25