From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: vera-mode.el Date: Tue, 19 Jun 2007 23:35:57 -0700 Message-ID: <200706200635.l5K6ZvEr010869@oogie-boogie.ics.uci.edu> 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 1182321524 8874 80.91.229.12 (20 Jun 2007 06:38:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Jun 2007 06:38:44 +0000 (UTC) Cc: Miles Bader , emacs-devel@gnu.org To: Reto Zimmermann Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 20 08:38:43 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 1I0tpy-0003DV-VZ for ged-emacs-devel@m.gmane.org; Wed, 20 Jun 2007 08:38:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0tpy-00029R-Cb for ged-emacs-devel@m.gmane.org; Wed, 20 Jun 2007 02:38:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I0tpu-00029M-J2 for emacs-devel@gnu.org; Wed, 20 Jun 2007 02:38:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I0tps-00029A-Sx for emacs-devel@gnu.org; Wed, 20 Jun 2007 02:38:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0tps-000297-ON for emacs-devel@gnu.org; Wed, 20 Jun 2007 02:38:36 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I0tps-0005w5-3c for emacs-devel@gnu.org; Wed, 20 Jun 2007 02:38:36 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l5K6ZvEr010869; Tue, 19 Jun 2007 23:35:57 -0700 (PDT) In-Reply-To: (Miles Bader's message of "Mon\, 11 Jun 2007 20\:22\:14 +0900") Original-Lines: 21 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: Solaris 9 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:73385 Archived-At: Miles Bader writes: > 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) I have done that and comitted the file. Thanks! Reto, can you please address this comment: > 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?