emacs-devel
[Top][All Lists]
Advanced

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

defface location in describe-face


From: drkm
Subject: defface location in describe-face
Date: Mon, 03 Jan 2005 22:13:19 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt)

  Hello

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

  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 ?

--drkm





reply via email to

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