emacs-devel
[Top][All Lists]
Advanced

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

Re: font-backend branch


From: Kenichi Handa
Subject: Re: font-backend branch
Date: Tue, 06 May 2008 20:25:36 +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>, Stefan Monnier <address@hidden> writes:

> > OK, I understand now, it is a temporary measure to avoid inconveniencing
> > users while this work is ongoing. I'll change the w32 font code for
> > now then.

> Please make sure there's a comment explaining the reason behind
> the code.

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




reply via email to

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