GNU bug report logs -
#9564
23.3; doc of `face-list'
Previous Next
Reported by: "Drew Adams" <drew.adams <at> oracle.com>
Date: Tue, 20 Sep 2011 17:42:01 UTC
Severity: minor
Found in version 23.3
Done: Stefan Monnier <monnier <at> iro.umontreal.ca>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 9564-done <at> debbugs.gnu.org (full text, mbox):
> > Both doc string and Elisp manual say that `face-list'
> > returns a list of face names. This is incorrect or at
> > least misleading. A "name" value in Emacs typically
> > refers to a string value. The doc should say clearly
> > that the list elements are face _symbols_, not face "names".
>
> Indeed, thank you. Actually, they're just faces. And faces happen to
> be represented by symbols. Should be fixed now,
Well, yes, at one level faces are symbols - just like characters are whole
numbers. But at another level it can be useful to distinguish the two
(conceptually). And we do so. In several places we speak of "face symbols". I
think that general helps clarity rather than hurting it, but yes, at some point
users (e.g., programmers) need to understand that faces are symbols.
Another advantage in using that terminology is that while all faces are symbols,
not all symbols are faces. Those that are can reasonably be called "face
symbols" (as we do now, in other places).
Anyway, thanks for the quick fix.
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.