emacs-devel
[Top][All Lists]
Advanced

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

Re: problem report #101


From: Kenichi Handa
Subject: Re: problem report #101
Date: Tue, 02 Dec 2008 11:24:32 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

In article <address@hidden>, Kenichi Handa <address@hidden> writes:

> Here, "face" is a return value of

Oops, please read "face" as "face_id".

> face_at_string/buffer_position, and thus is never NULL.
> Which do you think is better; ignore this waring or use a
> new macro FACE_FROM_ID_NO_CHECK instead of FACE_FROM_ID?

> /* Like FACE_FROM_ID but don't check the validity of ID.  */

> #define FACE_FROM_ID_NO_CHECK(F, ID)  \
>   (FRAME_FACE_CACHE (F)->faces_by_id[ID])

> ---
> Kenichi Handa
> address@hidden







reply via email to

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