emacs-devel
[Top][All Lists]
Advanced

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

Re: MULE shows gibberish; now what?


From: Ilya Zakharevich
Subject: Re: MULE shows gibberish; now what?
Date: Wed, 9 Oct 2002 23:44:06 -0700
User-agent: Mutt/1.4i

On Thu, Oct 10, 2002 at 11:02:18AM +0900, Kenichi Handa wrote:
> In article <address@hidden>, Ilya Zakharevich <address@hidden> writes:
> >  (setq face-ignored-fonts '(".*RAWIN-R"))
> 
> > does not fix the things;
> 
> >   (setq face-ignored-fonts '(".*Cronyx.*"))
> 
> > does fix the things...  The problematic font is
> 
> >  cyrillic-iso8859-5 -*-*-*-iso8859-5
> >      [-Cronyx-Fixed-Medium-R-Normal--15-140-75-75-C-90-RAWIN-R]
> 
> Ok, then, I guess the original font name is:
>       -Cronyx-Fixed-Medium-R-Normal--15-140-75-75-C-90-RAWIN-R
> and the alias name is
>       -Cronyx-Fixed-Medium-R-Normal--15-140-75-75-C-90-ISO8859-5

This is the result of grep Stefan recommended:

  
/local/share/X11/fonts/xrus-1251/fonts.alias:-cronyx-fixed-medium-r-normal--2-20-75-75-c-12-iso8859-5
 -cronyx-fixed-medium-r-normal--2-20-75-75-c-12-rawin-r

So your assumption looks correct, and I need to set the REx to

  "-cronyx-.*-iso8859-5$"

The document I presented on the newsgroup,

  http://www.siber.org/sib/russify/x-windows/#win-fonts

shows that this particular misconfiguration may be very much
widespread; it is needed to make Netscape "work".  I recommend putting
the above REx in the default value of face-ignored-fonts.

BTW, It would help if the docs mentioned that the REx is matched
against the *alias*.  It would also help to mention that the match is
not anchored, and is case-insensitive...

BTW, this grep (of WHATEVER/fonts.*) did not pick up any fonts.dir
file, only fonts.alias file.  I'm puzzled...

Ilya




reply via email to

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