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: Some problems customizing vc-annotate faces Date: Fri, 06 Aug 2010 14:19:41 -0400 Message-ID: References: <87fwyr6av7.fsf@telefonica.net> <83fwyrwumj.fsf@gnu.org> <87sk2r4pic.fsf@telefonica.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1281118790 27645 80.91.229.12 (6 Aug 2010 18:19:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 Aug 2010 18:19:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 06 20:19:49 2010 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.69) (envelope-from ) id 1OhRWG-0005lt-Cj for ged-emacs-devel@m.gmane.org; Fri, 06 Aug 2010 20:19:48 +0200 Original-Received: from localhost ([127.0.0.1]:48309 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OhRWF-0005KZ-OG for ged-emacs-devel@m.gmane.org; Fri, 06 Aug 2010 14:19:47 -0400 Original-Received: from [199.232.76.173] (port=52958 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OhRWB-0005KU-Ca for emacs-devel@gnu.org; Fri, 06 Aug 2010 14:19:43 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OhRWA-0007LV-Hf for emacs-devel@gnu.org; Fri, 06 Aug 2010 14:19:43 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:56628) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OhRWA-0007LR-Bv for emacs-devel@gnu.org; Fri, 06 Aug 2010 14:19:42 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OhRW9-0008GU-Vp; Fri, 06 Aug 2010 14:19:41 -0400 In-Reply-To: <87sk2r4pic.fsf@telefonica.net> (=?iso-8859-1?Q?=22=D3scar?= Fuentes"'s message of "Fri\, 06 Aug 2010 19\:31\:07 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:128402 Archived-At: =D3scar Fuentes writes: > Eli Zaretskii writes: > >>> emacs -Q >>>=20 >>> evaluate: (load "vc/vc-annotate") >>>=20 >>> M-x customize-apropos-faces ENTER vc ENTER >>>=20 >>> customize-apropos: No customizable faces matching vc >> >> Probably because customize-apropos-faces looks only at faces that are >> already defined, and those you want aren't until first defined and >> used by VC. > > I understand that Customize doesn't know about undefined faces, but that > it doesn't know either about unused faces is surprising. It can't, those faces are defined at run time, check vc-annotate.el.