From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bug in save-some-buffers or diff.el? Date: 23 Oct 2003 08:06:39 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <874qy1brau.fsf@mail.jurta.org> <87ismh49y5.fsf@mail.jurta.org> <3F96B187.2060507@yahoo.com> <5567-Wed22Oct2003195204+0200-eliz@elta.co.il> <874qy08shp.fsf@mail.jurta.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1066889229 5141 80.91.224.253 (23 Oct 2003 06:07:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Oct 2003 06:07:09 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Oct 23 08:07:06 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ACYck-0005WJ-00 for ; Thu, 23 Oct 2003 08:07:06 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ACYck-0004Ab-00 for ; Thu, 23 Oct 2003 08:07:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ACYb6-0001JU-IZ for emacs-devel@quimby.gnus.org; Thu, 23 Oct 2003 02:05:24 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ACYaz-0001Bm-9h for emacs-devel@gnu.org; Thu, 23 Oct 2003 02:05:17 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ACYaQ-0000Hd-3H for emacs-devel@gnu.org; Thu, 23 Oct 2003 02:05:13 -0400 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1ACYaO-0000Bo-Tm; Thu, 23 Oct 2003 02:04:41 -0400 Original-To: Juri Linkov In-reply-to: <874qy08shp.fsf@mail.jurta.org> (message from Juri Linkov on 23 Oct 2003 07:53:22 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17361 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17361 > From: Juri Linkov > Date: 23 Oct 2003 07:53:22 +0300 > > Anyhow, I'm just trying to find the solution to the real problem about > warnings that go unnoticed because they become overwritten by the > new messages in the minibuffer. My personal imperfect solution is to watch closely the echo area, and if I see any message(s) flash by that I didn't expect, I look them up later in the *Messages* buffer. For messages about *.el files being newer than the corresponding .elc, perhaps we could add an option to sit-for 2 seconds after displaying each such message. It should be off by default, of course.