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
Subject: Re: defface location in describe-face
Date: Tue, 04 Jan 2005 09:26:45 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin)

> replaced by (locally binding `find-variable-regexp'):

>     (let ((library (or file (symbol-file face 'defface)))
>           (find-variable-regexp find-face-regexp))
>       (find-function-search-for-symbol face 'variable library)))

That's ugly.

>   But I think `find-func' library should be fixed to handle arbitrary
> kind of symbol (or at least other standard things than functions and
> variables).

Yes, that's what needs to be done.

The rest of the patch looks OK, except that the "loaddefs.el" thingy should
be removed (it's only done for variables, not for functions, and shouldn't
be done for faces either).


        Stefan




reply via email to

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