From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Faces In CVS Mode Date: Tue, 06 Dec 2005 22:49:30 -0500 Organization: Bell Sympatico Message-ID: <87y82x6044.fsf-monnier+gnu.emacs.help@gnu.org> References: <1133906089.636123.97180@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1133928627 23077 80.91.229.2 (7 Dec 2005 04:10:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Dec 2005 04:10:27 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 07 05:10:20 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ejqd7-00005L-9C for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Dec 2005 05:10:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EjqdK-0001bE-GH for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Dec 2005 23:10:22 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wn13feed!worldnet.att.net!207.35.177.252!nf3.bellglobal.com!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Original-Followup-To: gnu.emacs.help Original-Newsgroups: gnu.emacs.help,comp.emacs User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:3RfWAiSLHpjOdvzEqvg76jhbeW4= Original-Lines: 15 Original-NNTP-Posting-Host: 70.49.81.194 Original-X-Complaints-To: abuse@sympatico.ca Original-X-Trace: news20.bellglobal.com 1133927382 70.49.81.194 (Tue, 06 Dec 2005 22:49:42 EST) Original-NNTP-Posting-Date: Tue, 06 Dec 2005 22:49:42 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:136120 comp.emacs:90705 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:31731 Archived-At: > I notice that the face (color, weight, etc) used on "Need-Update", > "Need-Merge" and "Modfied" status messages are all the same. > How do I change the faces to be different for the different status info? I was a bout to say "change the code in pcvs-info.el" but it looks like my memory failed me this time. You can just do the following: (setq cvs-fi-need-update-face 'my-update) then create a face `my-update and make it look the way you want it. Or use some preexisting face that looks right instead of `my-update'. Stefan