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: Francis Wright
Subject: bug#3319: 23.0.93; Default font
Date: Wed, 20 May 2009 17:57:15 +0100

> From: Kenichi Handa [mailto:handa@m17n.org]
> Sent: Wednesday 20 May 2009 1:40 am
> To: Francis Wright
> Cc: jasonr@gnu.org; 3319@emacsbugs.donarmstrong.com
> Subject: Re: bug#3319: 23.0.93; Default font
> 
> 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.

No, I didn't rebuild. I realised after I sent my previous email that more
than just recompiling might be necessary. I might not be able to test this
properly until Emacs 23.0.94 becomes available since I'm running Jason's
precompiled binaries.







reply via email to

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