From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: vera-mode.el Date: Mon, 11 Jun 2007 20:22:14 +0900 Organization: NEC Electronics Message-ID: References: <4665C2DC.3090102@synopsys.com> <4666EB5D.7040909@gnu.org> <46672780.30202@synopsys.com> <200706062338.l56NcSrt009870@oogie-boogie.ics.uci.edu> <4667F51D.5060707@synopsys.com> <200706101608.l5AG8MLL007414@oogie-boogie.ics.uci.edu> <466D295F.3000509@synopsys.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181560979 23884 80.91.229.12 (11 Jun 2007 11:22:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2007 11:22:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 11 13:22:57 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 1Hxhz7-0002jW-4P for ged-emacs-devel@m.gmane.org; Mon, 11 Jun 2007 13:22:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hxhz6-0001u2-Ck for ged-emacs-devel@m.gmane.org; Mon, 11 Jun 2007 07:22:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hxhz1-0001tn-V9 for emacs-devel@gnu.org; Mon, 11 Jun 2007 07:22:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hxhz0-0001tb-CH for emacs-devel@gnu.org; Mon, 11 Jun 2007 07:22:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hxhz0-0001tY-6C for emacs-devel@gnu.org; Mon, 11 Jun 2007 07:22:50 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hxhyz-0008Qc-OS for emacs-devel@gnu.org; Mon, 11 Jun 2007 07:22:50 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Hxhym-00067F-0q for emacs-devel@gnu.org; Mon, 11 Jun 2007 13:22:36 +0200 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jun 2007 13:22:36 +0200 Original-Received: from miles.bader by fencepost.gnu.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jun 2007 13:22:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: fencepost.gnu.org System-Type: i686-pc-linux-gnu Blat: Foop Cancel-Lock: sha1:2yWjyu5akfEM9ZRdjLFF1+0f1kk= 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:72621 Archived-At: Reto Zimmermann writes: >> (defface vera-font-lock-number-face ... >> ...) >> (put 'vera-font-lock-number 'face-alias 'vera-font-lock-number-face) > > Done. Actually it should be the reverse: (defface vera-xxx ...) (put 'vera-xxx-face 'face-alias 'vera-xxx) Also is it really necessary to have _both_ faces and variables-pointing-to-faces for every vera face? Can't you just get rid of the variables and refers to faces directly by name? Thanks, -Miles -- Is it true that nothing can be known? If so how do we know this? -Woody Allen