emacs-devel
[Top][All Lists]
Advanced

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

Re: naming convention for faces?


From: Miles Bader
Subject: Re: naming convention for faces?
Date: Sun, 22 Oct 2000 22:44:20 +0900 (JST)

Eli Zaretskii <address@hidden> writes:
> I don't think it's redundant: it's useful for searching with `apropos',
> and, in general, tells volumes about the variable's purpose.

Well that's the thing -- they aren't variables.  They have their own
namespace, and are typically used in a context like

  (put-text-property ... 'face 'foo[-face])

It's like calling all variables `foo-variable'.

-Miles



reply via email to

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