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: Javier
Subject: Re: Use 7x13 fixed X font for Cyrillic
Date: Sun, 28 Feb 2016 15:52:52 +0000 (UTC)
User-agent: tin/2.2.1-20140504 ("Tober an Righ") (UNIX) (Linux/3.18.6-1-ARCH (x86_64))

>> ;; Use 7x13 for unicode charset.
>> (set-fontset-font "fontset-default" 'unicode
>>     "-misc-fixed-medium-r-normal--13-120-75-75-c-70-iso10646-1")
> 
> Yes, thanks, that worked!
> 
> Is it possible to also apply this to characters such as », ·, ¢? They seem to 
> have a similar problem, and they're all within the 128..255 code point range.
> 
> I've tried:
> 
> (set-fontset-font "fontset-default" '(128 . 255) 
> "-misc-fixed-medium-r-normal--13-120-75-75-c-70-iso10646-1")
> 
> ..but that seems to have no effect.

You are right.  Those characters (128-255) seem to be seen as not part
of unicode.  And emacs displays them with another size.

https://en.wikipedia.org/wiki/Latin-1_Supplement_%28Unicode_block%29

There should be a way in graphical emacs to force the display of
*every* character with the same font, but I'm not aware of it.

But you can always use emacs -nw in a text window ;-)

rxvt -fn -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso10646-1 -e emacs -nw



reply via email to

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