[Top][All Lists]
[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
- Re: font-backend branch, (continued)
- Re: font-backend branch, Jason Rumney, 2008/05/02
- Re: font-backend branch, Jason Rumney, 2008/05/02
- Re: font-backend branch, Kenichi Handa, 2008/05/02
- Re: font-backend branch, Jason Rumney, 2008/05/02
- Re: font-backend branch, Kenichi Handa, 2008/05/03
- Re: font-backend branch, Stefan Monnier, 2008/05/03
- Re: font-backend branch, Kenichi Handa, 2008/05/04
- Re: font-backend branch, Jason Rumney, 2008/05/04
- Re: font-backend branch, Stefan Monnier, 2008/05/04
- Re: font-backend branch, Kenichi Handa, 2008/05/06
- Re: font-backend branch,
Stefan Monnier <=
- Font not found, Robert J. Chassell, 2008/05/14
- Re: Font not found, Kenichi Handa, 2008/05/14
- Re: Font not found, Robert J. Chassell, 2008/05/15
- Re: font-backend branch, Kenichi Handa, 2008/05/06
- Re: font-backend branch, Jason Rumney, 2008/05/04
- Re: font-backend branch, Jason Rumney, 2008/05/04
Re: font-backend branch, Florian Beck, 2008/05/05