From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Anderson Newsgroups: gmane.emacs.help Subject: Re: Japanese fonts Date: Wed, 06 Jul 2011 01:33:57 -0400 Message-ID: <87d3hoj7lm.fsf@gmail.com> References: <87zkktujhf.fsf@kanis.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309931192 7591 80.91.229.12 (6 Jul 2011 05:46:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Jul 2011 05:46:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 06 07:46:28 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QeKwO-0002Gi-A7 for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Jul 2011 07:46:28 +0200 Original-Received: from localhost ([::1]:43606 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeKwN-0002sM-4O for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Jul 2011 01:46:27 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeKv8-0002qf-D8 for help-gnu-emacs@gnu.org; Wed, 06 Jul 2011 01:45:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QeKv7-0000XS-B0 for help-gnu-emacs@gnu.org; Wed, 06 Jul 2011 01:45:10 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:41305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeKv7-0000X0-30 for help-gnu-emacs@gnu.org; Wed, 06 Jul 2011 01:45:09 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QeKv4-0001kP-GF for help-gnu-emacs@gnu.org; Wed, 06 Jul 2011 07:45:06 +0200 Original-Received: from 66.223.56.243 ([66.223.56.243]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Jul 2011 07:45:06 +0200 Original-Received: from dankles by 66.223.56.243 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Jul 2011 07:45:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 66.223.56.243 User-Agent: Gnus/5.110017 (No Gnus v0.17) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:+oya8t5saKnlDL8GtSBYpc5zQFU= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81503 Archived-At: Ivan Kanis writes: > Daniel Anderson wrote: > >> 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? > > It's annoying, I have the following in my .emacs: > > (set-fontset-font ; fix japanese font > "fontset-default" 'japanese-jisx0208 > (if (eq window-system 'x) > "-jis-fixed-medium-r-normal--24-230-75-75-c-240-jisx0208.1983-0" > "-outline-MS Mincho-normal-normal-normal-mono-24-*-*-*-c-*-jisx0208*-*")) > > Take care, Thanks!