[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
Re: 1st tyr of Meadow/3.00-dev (KIKU)
- X-ml-count: 6591
- Subject: Re: 1st tyr of Meadow/3.00-dev (KIKU)
- From: Hideyuki SHIRAI (白井秀行) <shirai@xxxxxxxxxxx>
- Date: Thu, 29 Sep 2005 17:49:53 +0900 (JST)
- X-mailer: Mew version 4.2.53 on Emacs 22.0.50 / Mule 5.0 (SAKAKI) / Meadow-3.00-dev (KIKU)
よし、indian-glyph が表示できた :-) これだ!!
(w32-regist-font-encoder
'encode-indian-glyph-font 'ccl-encode-indian-glyph-font 1)
## ちょっとメールがでかくなっちゃうのだけど、ごめんあそばせ。
というわけで。。。
From: 小関 吉則 (KOSEKI Yoshinori) <kose@xxxxxxxxxxx> さん曰く
Subject: Re: 1st tyr of Meadow/3.00-dev (KIKU)
Message-ID: <2005092987achw8ewi.00kose@xxxxxxxxxxx>
Date: Thu, 29 Sep 2005 17:19:25 +0900
>
> Netinstall の intlfonts パッケージを使っても「殆ど豆腐」です。
> 正規にちゃんとインストールしても「殆ど豆腐」だったのです。
> すみません。
Meadow3 で HELLO を全部表示できました。
ちなみに、正しいかどうかはあいかわらずまったく不明。
font 関係は昔からのを結構ひきずっていて一言で説明するのは難しい
し、今日これから飲みいっちゃうので詳細は今度なのですが。。。
> 白井> mule-unicode-0100-24ff
> 白井> mule-unicode-2500-33ff
> 白井> mule-unicode-e000-ffff
>
> のフォントを入れれば全部表示できますか?
> このフォントはどっから入手可能ですか?
> (って3回ぐらい白井さんに聞いたっけ?)
何種類かあるのだけど、一番お手軽なのは、
http://openlab.jp/efont/unicode/ の unicode font です。
b16.bdf: biwidth 8dot 幅と 16dot 幅がある。
h16.bdf: 8dot 幅
f16.bdf: 16dot 幅
でして、
;; mule-unicode
((:char-spec mule-unicode-0100-24ff :height any :weight any :slant any)
strict (bdf-font ,(expand-file-name "b16.bdf" dir))
((encoding . unicode-font-encoder)))
((:char-spec mule-unicode-2500-33ff :height any :weight any :slant any)
strict (bdf-font ,(expand-file-name "b16.bdf" dir))
((encoding . unicode-font-encoder)))
((:char-spec mule-unicode-e000-ffff :height any :weight any :slant any)
strict (bdf-font ,(expand-file-name "b16.bdf" dir))
((encoding . unicode-font-encoder)))
なふうに使います。b16 の biwidth を Meadow がきちんとあつかえて
いるかはよくわかりません。indian-glyph も CDAC だけじゃなくて、
AKRUTI というのもあるので、他のものも一緒にまとめますね。
> 白井> Mule-UCS を使わなくても、Emacs-22.0.50 は (cjk も含む) UTF-8 を
> 白井> Emacs ネイティブで扱えるようになりました。だからパッケージになっ
> 白井> ていないのだと思います。
>
> 上の「殆ど豆腐」なのと、Mule-UCS のあり/なしは無関係ですか?
> どちらでもフォントがありさえすれば表示可能ですか?
Mule-UCS はまったく関係ないでしょう。
From: 小関 吉則 (KOSEKI Yoshinori) <kose@xxxxxxxxxxx> さん曰く
Subject: Re: 1st try of Meadow/3.00-dev (KIKU)
Message-ID: <200509298764sk8es3.00kose@xxxxxxxxxxx>
Date: Thu, 29 Sep 2005 17:22:04 +0900
> 白井> # http://www.meadowy.org/~shirai/elisp/mule-ucs.tar.gz
> 白井> # に、一式置いておきましたので使ってみてください。
>
> これは
> ftp://ftp.m17n.org/pub/mule/Mule-UCS/test/Mule-UCS-current.tar.gz
> より新しいですか?
>
> 新しいなら、リリースしてくださいな。
こちらは、ちょっと調べてみますね。
--
白井秀行 (mailto:shirai@xxxxxxxxxxx)