all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ivan Kanis <expire-by-2010-08-30@kanis.fr>
To: soichi <soichi777@gmail.com>
Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: Character and font sets for Japanese
Date: Wed, 25 Aug 2010 21:12:43 +0200	[thread overview]
Message-ID: <87pqx65wwk.fsf@kanis.fr> (raw)
In-Reply-To: <87sk26giny.fsf@gmail.com> (soichi's message of "Mon, 23 Aug 2010 11:35:45 +0900")

soichi <soichi777@gmail.com> wrote:

> Right now I am trying to use org-mode but have encountered a problem
> in putting entries in Japanese.  When typing in spreadsheet in this
> language, the cells are deformed and do not align properly.

Funny you should ask this I set up fixed Japanese font on my system last
night... Here's the relevant code (works on Linux):

Here's the relevant code:

(set-frame-font 
"-unknown-DejaVu Sans Mono-normal-normal-*-20-*-*-*-m-0-iso10646-1")

(if (eq window-system 'x)
    (set-fontset-font
 "fontset-default" 'japanese-jisx0208
 "-jis-fixed-medium-r-normal--24-230-75-75-c-240-jisx0208.1983-0"))
-- 
Ivan Kanis
http://kanis.fr

A great teacher is one who realizes that he himself is also a student
and whose goal is not dictate the answers, but to stimulate his
students creativity enough so that they go out and find the answers
themselves.
    -- Herbie Hancock 



  reply	other threads:[~2010-08-25 19:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-23  2:35 Character and font sets for Japanese soichi
2010-08-25 19:12 ` Ivan Kanis [this message]
     [not found] <mailman.11.1282606341.25104.help-gnu-emacs@gnu.org>
2010-08-24  8:45 ` Jason Rumney

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=87pqx65wwk.fsf@kanis.fr \
    --to=expire-by-2010-08-30@kanis.fr \
    --cc=help-gnu-emacs@gnu.org \
    --cc=soichi777@gmail.com \
    /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.