From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Reto Zimmermann Newsgroups: gmane.emacs.devel Subject: Re: vera-mode.el Date: Wed, 20 Jun 2007 10:22:42 +0200 Message-ID: <4678E3D2.2080506@synopsys.com> 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> <200706200635.l5K6ZvEr010869@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182327785 28143 80.91.229.12 (20 Jun 2007 08:23:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Jun 2007 08:23:05 +0000 (UTC) Cc: emacs-devel@gnu.org, Miles Bader , Reto Zimmermann To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 20 10:23:02 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 1I0vSu-0004sE-7R for ged-emacs-devel@m.gmane.org; Wed, 20 Jun 2007 10:23:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0vSt-0007PR-AP for ged-emacs-devel@m.gmane.org; Wed, 20 Jun 2007 04:22:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I0vSo-0007L9-3S for emacs-devel@gnu.org; Wed, 20 Jun 2007 04:22:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I0vSn-0007Kn-Gz for emacs-devel@gnu.org; Wed, 20 Jun 2007 04:22:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0vSn-0007Kk-Ab for emacs-devel@gnu.org; Wed, 20 Jun 2007 04:22:53 -0400 Original-Received: from vaxjo.synopsys.com ([198.182.60.75]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I0vSm-0005JT-Ue for emacs-devel@gnu.org; Wed, 20 Jun 2007 04:22:53 -0400 Original-Received: from crone.synopsys.com (crone.synopsys.com [146.225.7.23]) by vaxjo.synopsys.com (Postfix) with ESMTP id A48CADBE5; Wed, 20 Jun 2007 01:22:50 -0700 (PDT) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by crone.synopsys.com (8.9.1/8.9.1) with ESMTP id BAA02403; Wed, 20 Jun 2007 01:22:27 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en, de-ch In-Reply-To: <200706200635.l5K6ZvEr010869@oogie-boogie.ics.uci.edu> X-detected-kernel: Solaris 8 (1) 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:73395 Archived-At: Dan Nicolaescu wrote: > 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? That's fine too. You can make the change if you want. Reto