emacs-devel
[Top][All Lists]
Advanced

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

Re: font-backend branch


From: Stefan Monnier
Subject: Re: font-backend branch
Date: Tue, 06 May 2008 21:53:37 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> For that, I've just committed this change.

> ---
> Kenichi Handa
> address@hidden

> *** frame.c.~1.370.2.1.~      2008-04-30 10:45:03.000000000 +0900
> --- frame.c   2008-05-06 20:23:46.000000000 +0900
> ***************
> *** 3371,3376 ****
> --- 3371,3379 ----
>     else if (FONT_OBJECT_P (arg))
>       {
>         font_object = arg;
> +       /* This is store the XLFD font name in the frame parameter for
> +      backward compatiblity.  We should store the font-object
> +      itself in the future.  */
>         arg = AREF (font_object, FONT_NAME_INDEX);
>       }
>     else

Hmm... that doesn't say why we do it.  The crucial info is that we
want to return an object that can be passed to x-list-fonts.


        Stefan




reply via email to

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