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: wrong face in compilation buffer Date: Mon, 23 Aug 2010 21:43:50 +0100 Organization: JURTA Message-ID: <87pqx9xfix.fsf@mail.jurta.org> References: <87pqx9lmc0.fsf@tux.homenetwork> <87d3t9v39x.fsf@mail.jurta.org> <8762z1o159.fsf@tux.homenetwork> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1282597305 29719 80.91.229.12 (23 Aug 2010 21:01:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 Aug 2010 21:01:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 23 23:01:44 2010 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.69) (envelope-from ) id 1One9I-0003SI-AE for ged-emacs-devel@m.gmane.org; Mon, 23 Aug 2010 23:01:44 +0200 Original-Received: from localhost ([127.0.0.1]:56246 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1One9H-0000C9-O2 for ged-emacs-devel@m.gmane.org; Mon, 23 Aug 2010 17:01:43 -0400 Original-Received: from [140.186.70.92] (port=58825 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1One7Q-0007dt-QD for emacs-devel@gnu.org; Mon, 23 Aug 2010 16:59:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1One7P-0001x5-GD for emacs-devel@gnu.org; Mon, 23 Aug 2010 16:59:48 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]:35570) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1One7P-0001wy-AD for emacs-devel@gnu.org; Mon, 23 Aug 2010 16:59:47 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id 044D36E8045; Mon, 23 Aug 2010 13:59:46 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 2D126451C0C3; Mon, 23 Aug 2010 13:59:44 -0700 (PDT) In-Reply-To: <8762z1o159.fsf@tux.homenetwork> (Thierry Volpiatto's message of "Mon, 23 Aug 2010 16:26:58 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:129096 Archived-At: > ,----[ Compilation buffer ] > | anything-config.el:745:20:Warning: `minibuffer-local-must-match-filename-map' > | is an obsolete variable (as of Emacs 23.1); use > | `minibuffer-local-filename-must-match-map' instead. > `---- > That is in emacs -Q (it is red there) Indeed, after moving the Ruby rule above GNU in revno#101088, compilation.txt displays GNU style as Ruby. But I don't understand why we need a special rule for Ruby if its message can be highlighted by the GNU rule?