bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: customize-face


From: Per Abrahamsen
Subject: Re: customize-face
Date: Wed, 07 Nov 2001 09:29:10 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu)

abraham@dina.kvl.dk (Per Abrahamsen) writes:

> alex@gnu.org (Alex Schroeder) writes:
>
>>  Click on [State]
>>  Choose "Show as Lisp expression"
>
> The text is wrong, it should say 
>
>     "Show initial Lisp expression"
>
> like is does for variables.  It shows the standard value, not the
> current value.

The text is not wrong, the face code work different than the variable
code.   

What really happen is that it looked at the saved (or standard) value,
and then compare it with the current value.  If it match, it will
display the saved (or standard) value, otherwise the current value.  

The reason for this is that the current value doesn't hold information
about other displays.

The bug is that it ignores the customized value.

Here is a fix:

Attachment: PATCH_1
Description: Text Data


reply via email to

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