From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: +face-remapping-20040525-2-c.patch Date: Tue, 25 May 2004 19:22:59 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040525232259.GA941@fencepost> References: <87r7t8fu5a.fsf@tc-1-100.kawasaki.gol.ne.jp> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085528960 14643 80.91.224.253 (25 May 2004 23:49:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 May 2004 23:49:20 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed May 26 01:49:14 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BSlfW-0002ef-00 for ; Wed, 26 May 2004 01:49:14 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BSlfW-0001u1-00 for ; Wed, 26 May 2004 01:49:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BSlZy-0001SH-2e for emacs-devel@quimby.gnus.org; Tue, 25 May 2004 19:43:30 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BSlWD-0000fC-9c for emacs-devel@gnu.org; Tue, 25 May 2004 19:39:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BSlMj-0007Ql-70 for emacs-devel@gnu.org; Tue, 25 May 2004 19:30:20 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BSlG7-0006PR-IO for emacs-devel@gnu.org; Tue, 25 May 2004 19:22:59 -0400 Original-Received: from miles by fencepost.gnu.org with local (Exim 4.34) id 1BSlG7-0000Ir-1X; Tue, 25 May 2004 19:22:59 -0400 Original-To: emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: <87r7t8fu5a.fsf@tc-1-100.kawasaki.gol.ne.jp> User-Agent: Mutt/1.3.28i Blat: Foop X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23943 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23943 Whoops, in that patch I forgot to update the comment for the C variable Vface_remapping_alist (tho the docstring is correct). Rather than reposting the patch, here's just the updated comment: /* Alist of face remappings. Each element is of the form: (OLD-FACE REPLACEMENT...) which causes display of the face OLD-FACE to use REPLACEMENT... instead. REPLACEMENT... is interpreted the same way the value of a `face' text property is: it may be (1) A face name, (2) A list of face names, (3) A property-list of face attribute/value pairs, or (4) A list of face names intermixed with lists containing face attribute/value pairs. Multiple entries in REPLACEMENT... are merged together to form the final result, with faces or attributes earlier in the list taking precedence over those that are later. Face-name remapping cycles are suppressed; recursive references use the underlying face instead of the remapped face. */ Lisp_Object Vface_remapping_alist; -Miles -- Love is a snowmobile racing across the tundra. Suddenly it flips over, pinning you underneath. At night the ice weasels come. --Nietzsche