emacs-devel
[Top][All Lists]
Advanced

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

Re: Font pixel size selection


From: Kenichi Handa
Subject: Re: Font pixel size selection
Date: Tue, 17 Jun 2008 10:55:08 +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>, Chong Yidong <address@hidden> writes:

> Kenichi Handa <address@hidden> writes:
>>> I've checked in a fix.  I believe this should work correctly now.
> >
> > Still there's something wrong.  Now ":pixelsize=NN" is
> > correctly parsed, but the resulting font-spec has peculiar
> > (almost garbage) :fc-unknown-spec property.

> This should be fixed now, too.

Not yet.

(font-spec :name "mono-10:abc=d:efg") should return
#<font-spec nil nil mono nil nil nil nil nil 10.0 nil nil nil 
((:fc-unknown-spec . ":abc=d:efg") (:name . "mono-10:abc=d:efg"))>

but now it returns

#<font-spec nil nil mono nil nil nil nil nil 10.0 nil nil nil 
((:fc-unknown-spec . "abc=defg") (:name . "mono-10:abc=d:efg"))>

---
Kenichi Handa
address@hidden




reply via email to

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