emacs-devel
[Top][All Lists]
Advanced

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

Re: defface location in describe-face


From: Stefan Monnier
Subject: Re: defface location in describe-face
Date: Mon, 03 Jan 2005 17:08:41 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

>   Why `describe-face' does not show a "Defined in `_file_'." button ?

Oversight.  `defface' doesn't record the definition in load-history.
Patches welcome.

>   BTW, when I have this code :

>     (defface my-face
>       '(...)
>       "...")

>     (defvar my-face 'my-face
>       "...")

>   If I do `C-h v m y - f a c e <RET>' and try to follow the link
> "Defined in ..." in the `*Help*' buffer, the point goes on the
> `defface', not on the `defvar'.  Is this the normal behaviour ?

It was a bug.  Should be fixed now,


        Stefan




reply via email to

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