GNU bug report logs -
#6262
Please learn the compiler that defface needs a doc string
Previous Next
Reported by: Lennart Borgman <lennart.borgman <at> gmail.com>
Date: Mon, 24 May 2010 19:49:02 UTC
Severity: normal
Tags: fixed
Fixed in version 24.1
Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On Wed, May 26, 2010 at 8:27 PM, Glenn Morris <rgm <at> gnu.org> wrote:
>
> Lennart Borgman wrote (on Wed, 26 May 2010 at 20:09 +0200):
>
>> Try to compile this
>>
>> (defface my-face
>> '((t (:foreground "black" :background "OrangeRed")))
>> :group 'web-vcs)
>
> Please, try to start at this point next time.
>
>> You get a warning (I misremembered), but no error. However you get an
>> error when you try to load it.
>>
>> If you just eval the definition you get no warning.
>
> You are asking for argument type checking.
If you do eval-buffer with the above declaration in the buffer you get
a call to custom-declare-face. A check there would be good.
defcustom has such a check. define-minor-mode lacks it just as defface.
> It is akin to asking for the compiler to warn about this:
>
> (load 'not-a-string)
I guess you mean that the macros are just expanded during compilation
and no call to the result is done until loading of the file.
If that is what you mean then my suggestion above should work fine.
Otherwise could you please explain what you mean?
> Pay attention to the compilation warning you do get, which indicates
> there is a problem.
There is an error. Is there any reason the compile can't say that in this case?
This bug report was last modified 13 years and 304 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.