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

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

Re: Message queue for Emacs?


From: Göktuğ Kayaalp
Subject: Re: Message queue for Emacs?
Date: Sun, 23 Apr 2017 22:29:29 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

On 2017-04-23 19:44 +02, Marcin Borkowski <mbork@mbork.pl> wrote:
> Hi there,
>
> a lot of Emacs commands send a (message "...") for a user in the echo
> area.  Now imagine a command that sends more than of them (not unlikely
> e.g. if there are a few hooks, each printing a message).  Of course,
> only the last one is then visible.  Is there any way for the next
> message to be printed with some delay, so that the previous one is still
> visible, say, for a second or two?
>
> I know about C-h e (view-echo-area-messages), but this is not what I'm
> after.

I once thought about advicing `message' so that it CCs messages to
notify-osd.  Didn't implement, but should not be hard to do.  Libnotify
strings notifications on screen so that multiple ones can appear
simultaneously.

> TIA,
>
> --
> Marcin Borkowski



reply via email to

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