emacs-devel
[Top][All Lists]
Advanced

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

Re: Pango-like font fallback (was Re: Russian numero sign)


From: Paul Pogonyshev
Subject: Re: Pango-like font fallback (was Re: Russian numero sign)
Date: Mon, 5 Jun 2006 17:07:21 +0300
User-agent: KMail/1.7.2

Kenichi Handa wrote:
> In article <address@hidden>, Paul Pogonyshev <address@hidden> writes:
> 
> >> (1) In your .emacs:
> >> 
> >> (create-fontset-from-fontset-spec
> >> "-cronyx-courier-medium-r-normal--17-*-*-*-m-*-fontset-cronyx17,
> >> ascii:-cronyx-courier-medium-r-normal--17-*-*-*-m-*-iso10646-1")
> 
> > Maybe too late to answer, but I solved it by adding the code above
> > and
> 
> > (setq default-frame-alist
> >       (cons (cons 'font
> >               "-cronyx-courier-medium-r-normal--17-*-*-*-m-*-iso10646-1")
> >         default-frame-alist))
> 
> > in my `.emacs'.
> 
> Do you mean that the methods I suggested didn't work?

It worked, but I automated it by modifying `default-frame-alist', so
that there is no need to choose fontset by hands.  (In fact, I later
abandoned cronyx courier since it is not completely fixed-width, but
that is a separate matter.)  So, your code is fine except that it
requires minor manual intervention.

Paul




reply via email to

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