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: Tue, 19 May 2009 18:14:58 +0100

> From: Kenichi Handa [mailto:handa@m17n.org]
> Sent: Tuesday 19 May 2009 6:42 am
> To: Jason Rumney
> Cc: 3319@emacsbugs.donarmstrong.com; F.J.Wright@qmul.ac.uk
> Subject: Re: bug#3319: 23.0.93; Default font
> 
> In article <4A1227C1.2010503@gnu.org>, Jason Rumney <jasonr@gnu.org>
> writes:
> 
> > Kenichi Handa wrote:
> > > I think what you intend by :family "outline-lucida sans
> > > typewriter" is actually :foundry "outline" :family "lucida
> > > sans typewriter", right.  If so, I've just installed a fix.
> > > Please try again.
> 
> > Please ensure your fix does not break cases like :family "MingLiU-
> ExtB",
> > where the hyphen really is part of the family name.
> 
> We can't handle that kind of family name without breaking a
> backward compatibility.  We discussed this matter a while
> ago, but didn't reach a conclusion.  I'll put the last mail
> on that thread at the tail.
> 
> 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.

Francis







reply via email to

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