emacs-devel
[Top][All Lists]
Advanced

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

Re: +face-remapping-20040505-0.patch


From: Kim F. Storm
Subject: Re: +face-remapping-20040505-0.patch
Date: 24 May 2004 10:15:48 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Miles Bader <address@hidden> writes:

> Here's a new patch, which is re-diffed against the CVS trunk, and also
> includes a bug-fix:

I don't know if you sent a more recent patch than this one, but there's
a bug in the patch:

> +/* Return the face id of the realized face for named face SYMBOL on
> +   frame F suitable for displaying character C.  Value is -1 if the
> +   face couldn't be determined, which might happen if the default face
> +   isn't realized and cannot be realized.  */
> +
> +int
> +lookup_named_face (f, symbol, c)
> +     struct frame *f;
> +     Lisp_Object symbol;
> +     int c;
> +{
> +  return lookup_named_face_1 (f, symbol, c);

           missing arg for signal_p here----+

> +}

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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