From: Javier <nospam@nospam.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Use 7x13 fixed X font for Cyrillic
Date: Sun, 28 Feb 2016 15:52:52 +0000 (UTC) [thread overview]
Message-ID: <nav54k$1jjt$1@gioia.aioe.org> (raw)
In-Reply-To: a807fb5f-7a9b-4894-ab14-ea0087d75a5b@googlegroups.com
>> ;; 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
prev parent reply other threads:[~2016-02-28 15:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-27 1:59 Use 7x13 fixed X font for Cyrillic Vladimir Panteleev
2016-02-27 7:59 ` Eli Zaretskii
[not found] ` <mailman.6021.1456560027.843.help-gnu-emacs@gnu.org>
2016-02-27 20:26 ` Vladimir Panteleev
2016-02-27 20:46 ` Javier
2016-02-27 22:53 ` Vladimir Panteleev
2016-02-27 23:23 ` Javier
2016-02-27 23:44 ` Javier
2016-02-28 5:20 ` Vladimir Panteleev
2016-02-28 15:52 ` Javier [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='nav54k$1jjt$1@gioia.aioe.org' \
--to=nospam@nospam.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).