unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonr@gnu.org>
To: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org, miles@gnu.org
Subject: Re: fontset/font change
Date: Thu, 12 Mar 2009 21:19:21 +0800	[thread overview]
Message-ID: <49B90BD9.6060309@gnu.org> (raw)
In-Reply-To: <E1LhZWs-0005dJ-RN@etlken>

Kenichi Handa wrote:
>>   ;; Enable Japanese fonts on Windows to be used by default.
>>   (set-fontset-font t (make-char 'katakana-jisx0201)
>>             '("*" . "JISX0208-SJIS"))
>>   (set-fontset-font t (make-char 'latin-jisx0201)
>>             '("*" . "JISX0208-SJIS"))
>>   (set-fontset-font t (make-char 'japanese-jisx0208)
>>             '("*" . "JISX0208-SJIS"))
>>   (set-fontset-font t (make-char 'japanese-jisx0208-1978)
>>             '("*" . "JISX0208-SJIS"))
>>     
>
> In pre-unicode Emacs, make-char returned generic characters
> in the above calls.  But, as a concept of generic character
> is deleted in Emacs 23, the above setting anyway doesn't
> work now.
>   

> Note that U+203E is the only non_ASCII character in
> latin-jisx0201.
>   

I didn't know about that one (is it intended to be a combining macron?), 
but isn't ¥ also in latin-jisx0201 (at code point 92)?


> But, why do we have that kind of setting in term/w32-win.el
> only for Japanese? 

Because only Japanese uses SJIS on Windows.

> What does the registry "JISX0208-SJIS" exactly mean?

A JISX0208 font that is available in SJIS encoding. Is there a more 
standard way of writing that?

>   Why doesn't the default setting work?
>   

It seems it does now. I have removed those lines from w32-win.el.





  reply	other threads:[~2009-03-12 13:19 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-11 13:50 fontset/font change Miles Bader
2009-03-11 14:05 ` Jason Rumney
2009-03-11 14:36   ` Miles Bader
2009-03-12  1:16   ` Kenichi Handa
2009-03-12 13:19     ` Jason Rumney [this message]
2009-03-13  5:18       ` Kenichi Handa
2009-03-12  0:57 ` Kenichi Handa
2009-03-12  1:05   ` Miles Bader
2009-03-12  2:53     ` Kenichi Handa
2009-03-12  4:01       ` Miles Bader
2009-03-12  4:10       ` Chong Yidong
2009-03-12  6:40         ` Kenichi Handa
2009-03-12 13:39           ` Chong Yidong
2009-03-13  5:10             ` Kenichi Handa

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=49B90BD9.6060309@gnu.org \
    --to=jasonr@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=handa@m17n.org \
    --cc=miles@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 public inbox

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

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).