From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: bastien1@free.fr (Bastien Guerry) Newsgroups: gmane.emacs.help Subject: Multiple delayed messages in echo area Date: 9 Jan 2003 02:58:41 -0800 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3071ecd.0301090258.49f589f@posting.google.com> NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1042110106 11811 80.91.224.249 (9 Jan 2003 11:01:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 9 Jan 2003 11:01:46 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18WaRV-00034N-00 for ; Thu, 09 Jan 2003 12:01:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18WaQA-00071r-00 for gnu-help-gnu-emacs@m.gmane.org; Thu, 09 Jan 2003 06:00:22 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: comp.emacs,gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 81.56.66.154 Original-X-Trace: posting.google.com 1042109922 11608 127.0.0.1 (9 Jan 2003 10:58:42 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 9 Jan 2003 10:58:42 GMT Original-Xref: shelby.stanford.edu comp.emacs:76838 gnu.emacs.help:108763 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5292 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5292 Hi, I try to get multiple messages displayed in the echo-area, with a small delay between each message. The messages should be displayed each after another when Emacs is idle (and not idle, if possible...) How can I do this with GNU Emacs 21.2 ? I've searched around the `timer' (run-with-idle-timer?) functions and `sit-for' functions, but I can't get what I exactly want. Any idea? Thanks for the help, --Bastien