From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: font-lock-warning-face Date: Sat, 18 Feb 2006 00:38:02 +1300 Message-ID: <17397.46490.581295.954155@kahikatea.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1140229363 10579 80.91.229.2 (18 Feb 2006 02:22:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Feb 2006 02:22:43 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 18 03:22:42 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FAHk9-00073l-Ci for ged-emacs-devel@m.gmane.org; Sat, 18 Feb 2006 03:22:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAHk8-00051q-IP for ged-emacs-devel@m.gmane.org; Fri, 17 Feb 2006 21:22:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FA4Bt-0008Uk-Kp for emacs-devel@gnu.org; Fri, 17 Feb 2006 06:54:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FA442-0007EG-AD for emacs-devel@gnu.org; Fri, 17 Feb 2006 06:46:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FA3xD-0006ET-S0 for emacs-devel@gnu.org; Fri, 17 Feb 2006 06:39:16 -0500 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FA42Y-0000V4-Ed for emacs-devel@gnu.org; Fri, 17 Feb 2006 06:44:46 -0500 Original-Received: from kahikatea.snap.net.nz (p202-124-114-218.snap.net.nz [202.124.114.218]) by viper.snap.net.nz (Postfix) with ESMTP id 3D9B4744BBC for ; Sat, 18 Feb 2006 00:39:11 +1300 (NZDT) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id 601728894; Sat, 18 Feb 2006 00:38:03 +1300 (NZDT) Original-To: emacs-devel@gnu.org X-Mailer: VM 7.19 under Emacs 22.0.50.62 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:50668 Archived-At: I use font-lock-warning-face in both gud.el and gdb-ui.el for things that I want to draw the users attention to like errors and changed values. Its purpose is the opposite of 'shadow' and goes beyond font-lock. Would it be a good idea to create a new face (and from which font-lock-warning-face could inherit) called `warning', say, and put it in faces.el so that font-lock doesn't have to be loaded? -- Nick http://www.inet.net.nz/~nickrob