bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#3319: 23.0.93; Default font


From: Kenichi Handa
Subject: bug#3319: 23.0.93; Default font
Date: Wed, 20 May 2009 09:40:13 +0900

In article <006601c9d8a5$563b2550$02b16ff0$@j.wright@qmul.ac.uk>, "Francis 
Wright" <f.j.wright@qmul.ac.uk> writes:

> > Anyway, my change is just this.
> > 
> > -     (setq foundry (match-string 2 family)))
> > -   (setq family (match-string 1 family)))
> > +     (setq foundry (match-string 1 family)))
> > +   (setq family (match-string 2 family)))
> > 
> > and it is a fix of a bug introduced by this change.
> > 
> > 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
> > 
> >     * faces.el (set-face-attribute): Set family and foundry before
> >     other attributes.

> I just edited the above change into faces.el and recompiled it, but it
> doesn't seem to have made any difference. I'll recheck tomorrow.

Did you re-build emacs itself?  Just re-bytecompiling
faces.el is not enough.

---
Kenichi Handa
handa@m17n.org







reply via email to

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