From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: =?utf-8?Q?G=C3=B6ktu=C4=9F_Kayaalp?= Newsgroups: gmane.emacs.help Subject: Re: Message queue for Emacs? Date: Sun, 23 Apr 2017 22:29:29 +0300 Message-ID: References: <87vapv9fyf.fsf@jane> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1492975807 12898 195.159.176.226 (23 Apr 2017 19:30:07 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 23 Apr 2017 19:30:07 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: Help Gnu Emacs mailing list To: Marcin Borkowski Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 23 21:30:02 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d2NCs-0003FM-9H for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Apr 2017 21:30:02 +0200 Original-Received: from localhost ([::1]:40354 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d2NCx-00031E-Tf for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Apr 2017 15:30:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d2NCT-000317-Mh for help-gnu-emacs@gnu.org; Sun, 23 Apr 2017 15:29:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d2NCQ-0003wj-KL for help-gnu-emacs@gnu.org; Sun, 23 Apr 2017 15:29:37 -0400 Original-Received: from relay2-d.mail.gandi.net ([217.70.183.194]:52970) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d2NCQ-0003wW-Dc for help-gnu-emacs@gnu.org; Sun, 23 Apr 2017 15:29:34 -0400 Original-Received: from mfilter14-d.gandi.net (mfilter14-d.gandi.net [217.70.178.142]) by relay2-d.mail.gandi.net (Postfix) with ESMTP id 91FAFC5A43; Sun, 23 Apr 2017 21:29:31 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter14-d.gandi.net Original-Received: from relay2-d.mail.gandi.net ([IPv6:::ffff:217.70.183.194]) by mfilter14-d.gandi.net (mfilter14-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id AaoiZI64585t; Sun, 23 Apr 2017 21:29:30 +0200 (CEST) X-Originating-IP: 176.217.148.234 Original-Received: from xi.xi (unknown [176.217.148.234]) (Authenticated sender: self@gkayaalp.com) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id CE832C5A4F; Sun, 23 Apr 2017 21:29:29 +0200 (CEST) In-Reply-To: <87vapv9fyf.fsf@jane> (Marcin Borkowski's message of "Sun, 23 Apr 2017 19:44:24 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.194 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:112864 Archived-At: On 2017-04-23 19:44 +02, Marcin Borkowski 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