help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Character and font sets for Japanese


From: Ivan Kanis
Subject: Re: Character and font sets for Japanese
Date: Wed, 25 Aug 2010 21:12:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

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 via email to

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