From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: bug in save-some-buffers or diff.el? Date: 23 Oct 2003 11:00:53 +0300 Organization: JURTA Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87y8vc758q.fsf@mail.jurta.org> 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> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1066896524 19070 80.91.224.253 (23 Oct 2003 08:08:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Oct 2003 08:08:44 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Oct 23 10:08:42 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 1ACaWQ-0002bz-00 for ; Thu, 23 Oct 2003 10:08:42 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ACaWQ-0004zR-00 for ; Thu, 23 Oct 2003 10:08:42 +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 1ACaRU-0001Xl-0x for emacs-devel@quimby.gnus.org; Thu, 23 Oct 2003 04:03:36 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ACaRL-0001W8-Lr for emacs-devel@gnu.org; Thu, 23 Oct 2003 04:03:27 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ACaQk-0001Nx-Q4 for emacs-devel@gnu.org; Thu, 23 Oct 2003 04:03:21 -0400 Original-Received: from [64.246.52.232] (helo=ns5.tangramltd.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1ACaQh-0001Mg-T1 for emacs-devel@gnu.org; Thu, 23 Oct 2003 04:02:48 -0400 Original-Received: from 80-235-32-127-dsl.mus.estpak.ee ([80.235.32.127] helo=mail.jurta.org) by ns5.tangramltd.com with esmtp (Exim 4.20) id 1ACaQc-0008Lk-P4 for emacs-devel@gnu.org; Thu, 23 Oct 2003 11:02:43 +0300 Original-To: emacs-devel@gnu.org In-Reply-To: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Lines: 35 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ns5.tangramltd.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - jurta.org 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:17362 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17362 Eli Zaretskii writes: > > From: Juri Linkov > > Date: 23 Oct 2003 07:53:22 +0300 > > > > Anyhow, I'm just trying to find a 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. This worked on slow machines, but now on faster machines quickly flashing messages are hardly readable. > 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. This can become irritating for loading files with nested dependencies when this delay occurs after loading every of them. But how about using already existing function `display-warning'? For example: (display-warning 'load "Source file file.el is newer than compiled file.elc" :warning) It has options to control the severity level and suppressed warning types. -- http://www.jurta.org/emacs/