emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: +face-remapping-20040525-2-c.patch


From: Miles Bader
Subject: Re: +face-remapping-20040525-2-c.patch
Date: Tue, 25 May 2004 19:22:59 -0400
User-agent: Mutt/1.3.28i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]