From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Blunderbuss ".dir-locals.el" raises everything in its path!! Date: Thu, 16 Jul 2009 23:59:41 +0300 Organization: JURTA Message-ID: <87r5wgtkci.fsf@mail.jurta.org> References: <20090712144137.GB2524@muc.de> <87k52dycha.fsf@stupidchicken.com> <4A5C2C96.4080802@swipnet.se> <43507.130.55.118.19.1247580320.squirrel@webmail.lanl.gov> <20090714151327.GA1718@muc.de> <53864.130.55.118.19.1247586358.squirrel@webmail.lanl.gov> <87r5whgzvg.fsf@mail.jurta.org> <0C244EB2B99349238E281268B0339C72@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1247778449 22635 80.91.229.12 (16 Jul 2009 21:07:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Jul 2009 21:07:29 +0000 (UTC) Cc: Stefan Monnier , Drew Adams , emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 16 23:07:21 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MRYAd-0001sM-4V for ged-emacs-devel@m.gmane.org; Thu, 16 Jul 2009 23:07:15 +0200 Original-Received: from localhost ([127.0.0.1]:58004 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRYAc-0006pn-IB for ged-emacs-devel@m.gmane.org; Thu, 16 Jul 2009 17:07:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRY8z-0005LT-99 for emacs-devel@gnu.org; Thu, 16 Jul 2009 17:05:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRY8u-0005Kt-Gp for emacs-devel@gnu.org; Thu, 16 Jul 2009 17:05:32 -0400 Original-Received: from [199.232.76.173] (port=37453 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRY8u-0005Kq-9L for emacs-devel@gnu.org; Thu, 16 Jul 2009 17:05:28 -0400 Original-Received: from smtp-out1.starman.ee ([85.253.0.3]:59158 helo=mx1.starman.ee) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRY8t-0002y2-PR for emacs-devel@gnu.org; Thu, 16 Jul 2009 17:05:27 -0400 X-Virus-Scanned: by Amavisd-New at mx1.starman.ee Original-Received: from mail.starman.ee (82.131.69.188.cable.starman.ee [82.131.69.188]) by mx1.starman.ee (Postfix) with ESMTP id 825C13F40F5; Fri, 17 Jul 2009 00:05:22 +0300 (EEST) In-Reply-To: (Lennart Borgman's message of "Thu, 16 Jul 2009 20:47:53 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:112556 Archived-At: > This is a quite difficult problem. I think messages should be > classified someway. Now we have warning/message which are displayed > quite differently. We also have debug messages which does not appear > in the message buffer ("entered debugger ..."). > > - I think it should be integrated. > - Showing important messages as Juri suggested seems good, but > displaying everything that way is probably not good. > - Using colors for classified messages is probably useful. (They > should be kept in colors in the messages buffer too.) `display-warning' is too intrusive because it changes the current window configuration. I'd rather display a tail of the *Messages* buffer in the echo area. -- Juri Linkov http://www.jurta.org/emacs/