From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: bug of display-table & make-glyph-code Date: Wed, 05 Sep 2007 12:44:29 -0400 Message-ID: References: <200708271732.22306.zslevin@gmail.com> <46DD9F41.8090700@gmx.at> <46DE63EE.3070509@gmx.at> <46DE7DBA.90408@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189010710 300 80.91.229.12 (5 Sep 2007 16:45:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Sep 2007 16:45:10 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 05 18:45:00 2007 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 1ISxzq-0000IS-8v for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2007 18:44:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISxzo-0000kB-OT for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2007 12:44:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISxzk-0000ih-N1 for emacs-devel@gnu.org; Wed, 05 Sep 2007 12:44:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISxzi-0000iS-V7 for emacs-devel@gnu.org; Wed, 05 Sep 2007 12:44:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISxzi-0000iP-Q0 for emacs-devel@gnu.org; Wed, 05 Sep 2007 12:44:46 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISxzi-0005kT-7t for emacs-devel@gnu.org; Wed, 05 Sep 2007 12:44:46 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1ISxzR-0000Io-1H; Wed, 05 Sep 2007 12:44:29 -0400 X-Spook: RSA Europol brigand Mena MD5 FIPS140 IMF UFO X-Ran: &NU@@lV1~VS`|fjk;VPlfr|7!\we0PxkW&;wL?pGCFA1ZK}hZ]avCXk&#JYs (martin rudalics's message of "Wed, 05 Sep 2007 11:58:18 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-Detected-Kernel: 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:77873 Archived-At: martin rudalics wrote: > BTW, the OP suggested to change this for other faces inheriting from > font-lock-comment-face as well. Does anyone know a face where this > would be useful? find . -name '*.el' | xargs grep 'inherit.*font-lock-comment-face' change-log-acknowledgement, dired-warning, iswitchb-single-match, outline-5 Haven't looked if it's appropriate to change all of them.