[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug#4090: Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables
- From: jidanni@xxxxxxxxxxx
- Date: Thu, 20 Aug 2009 05:30:06 +0800
- X-ml-name: emacs-w3m
- X-mail-count: 11015
- References: <E1MdfPI-0001nl-HJ@etlken>
OK, thanks 白井先生. By the way
$ cat /tmp/q
Táisǎo Zhōnggōng
$ export LC_ALL=zh_TW.UTF-8
$ set -- -sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1
$ emacs23 -Q -fn $1 /tmp/q #looks great
$ emacs-snapshot -Q -fn $1 /tmp/q #looks terrible
$ LC_ALL=C emacs-snapshot -Q -fn $1 /tmp/q #looks great
The great looking ones use
x:-efont-fixed-bold-r-normal--16-160-75-75-c-80-iso10646-1 (#x1CE)
the bad looking ones use xft:-arphic- etc. I wish I could make them all
great looking.