emacs-devel
[Top][All Lists]
Advanced

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

Re: intern-soft, find-face/get-face, and facep for determining faces' de


From: Miles Bader
Subject: Re: intern-soft, find-face/get-face, and facep for determining faces' definedness
Date: Tue, 02 Nov 2004 18:08:17 +0900

Brian Palmer <address@hidden> writes:
> If find-face in emacs didn't return a face object, it wouldn't be
> doing a very good job of compatibility, now.

What's a "face object" in Emacs?  [Indeed, what's a "face object" in Xemacs?]

How are they different than a face name (other than what `facep' returns
in Xemacs)?

Given that Xemacs has a differing definition of facep requiring one to
use `find-face' instead, would an Emacs version:

   (defun find-face (face) (and (facep face) face))

do the job?

-Miles
-- 
[|nurgle|]  ddt- demonic? so quake will have an evil kinda setting? one that
            will  make every christian in the world foamm at the mouth?
[iddt]      nurg, that's the goal




reply via email to

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