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

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

Re: Use 7x13 fixed X font for Cyrillic


From: Eli Zaretskii
Subject: Re: Use 7x13 fixed X font for Cyrillic
Date: Sat, 27 Feb 2016 09:59:59 +0200

> Date: Fri, 26 Feb 2016 17:59:39 -0800 (PST)
> From: Vladimir Panteleev <thecybershadow@gmail.com>
> 
> When I use:
> 
> (set-face-attribute 'default nil :font "7x13")
> 
> Emacs seems to use a different font for the Cyrillic (and some other 
> non-ASCII) characters, apparently 12x13:
> 
> http://dump.thecybershadow.net/69ef3dd90f228f8989f5b0f11aa0b281/emacs-cyrillic.png
> 
> However, I can use 7x13 for Cyrillic in rxvt-unicode, so the font does exist 
> and is usable.

What version of Emacs is that?

> I've tried variations of this, with no effect:
> 
> (set-fontset-font "fontset-default" 'cyrillic-iso8859-5 (font-spec :font 
> "7x13"))

What happens if you use the explicit name of the font?  I think using
font-spec is not going to work in this case, because it just looks for
matching fonts, something that Emacs already did when it decided not
to use that font.



reply via email to

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