all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Daniel Anderson <dankles@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Japanese fonts
Date: Mon, 4 Jul 2011 16:54:11 +0200	[thread overview]
Message-ID: <89B6F3AF-FFB3-4FB4-B424-F4E50A6DB51E@Web.DE> (raw)
In-Reply-To: <87liwesn4q.fsf@gmail.com>


Am 04.07.2011 um 06:09 schrieb Daniel Anderson:

> The issue is that the kanji character set for japanese fonts in emacs
> shows up as one font, while the hiragana font shows up as another
> font. The inconsistency is a bit ugly. Any one have any solutions?


Create a fontset in which both ranges are covered by the same font!  
You might also try to pass a --font or -fn font argument to GNU Emacs  
or set an X resource – which can a be fontset as well:

	Emacs.Fontset-0: -*-bitstream vera sans mono-medium-r-normal-*-10-*-*- 
*-*-*-fontset-10,\
		chinese-gb2312:-*-fangsong ti-medium-r-*-*-10-*-*-*-*-*- 
gb2312.1980-0,\
	!        chinese-gbk:-*-fangsong ti-medium-r-*-*-10-*-*-*-*-*-gbk-0,\
	        unicode:-*-fangsong ti-medium-r-*-*-10-*-*-*-*-*-iso10646-1
	Emacs.font: fontset-14

Here you see also the use of character "ranges" (so-called  
"encodings"). GNU Emacs knows quite a lot of them...

--
Greetings

   Pete

Sending unsolicited commercial eMail to this account incurs a fee of €  
500 per message and acknowledges the legality of this contract.




  reply	other threads:[~2011-07-04 14:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-04  4:09 Japanese fonts Daniel Anderson
2011-07-04 14:54 ` Peter Dyballa [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-07-04  6:16 Daniel Anderson
2011-07-05 10:09 ` Ivan Kanis
2011-07-06  5:33   ` Daniel Anderson

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=89B6F3AF-FFB3-4FB4-B424-F4E50A6DB51E@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=dankles@gmail.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.