Bug#541704: [emacs-w3m:10999] Re: bug#4090: Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables

2009-08-19 Thread jidanni
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 #look

Bug#541704: [emacs-w3m:10999] Re: bug#4090: Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables

2009-08-19 Thread Kenichi Handa
In article <20090819.151543.04477307.shirai.hidey...@meadowy.org>, Hideyuki SHIRAI (=?iso-2022-jp?B?GyRCR3IwZj0oOVQbKEI=?=) writes: > For example > (BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL, #x253c) > ・Emacs22.3 > (char-width (make-char 'mule-unicode-2500-33ff 32 92)) => 1 > ・Emacs23.1 > (ch

Bug#541704: [emacs-w3m:10999] Re: bug#4090: Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables

2009-08-18 Thread 白井秀行
From: jida...@jidanni.org said Subject: [emacs-w3m:10999] Re: bug#4090: Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables Message-ID: <87hbw5yoc4@jidanni.org> Date: Wed, 19 Aug 2009 02:22:03 +0800 > OK, here is what I see using the current Debian versions of these packages.

Bug#541704: bug#4090: Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables

2009-08-18 Thread Kenichi Handa
In article <87hbw5yoc4@jidanni.org>, jida...@jidanni.org writes: > OK, here is what I see using the current Debian versions of these packages. Thank you. > It turns out the C-u C-x = output is > xft:-unknown-DejaVu Sans Mono-normal-normal-normal-*-14-*-*-*-m-0-iso10646-1 > for all cases, i

Bug#541704: bug#4090: Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables

2009-08-18 Thread jidanni
One notes an additional problem with the two images I just posted. You will notice that gimp assumes the icewm toolbar is part of emacs-snapshot. That is because emacs-snapshot extends beyond the bottom of the screen, underneath the icewm toolbar! emacs23 does not have this problem. The problem is

Bug#541704: bug#4090: Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables

2009-08-18 Thread Kenichi Handa
In article <873a7poeoy@jidanni.org>, jida...@jidanni.org writes: >> "K" == Kenichi Handa writes: >>> In the trunk of CVS, I added CJK fonts for those box-drawing >>> characters in the default fontset. So, in CJK environment, >>> CJK fonts are preferred. Perhaps, the selected CJK font >>

Bug#541704: bug#4090: Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables

2009-08-17 Thread jidanni
> "K" == Kenichi Handa writes: K> In the trunk of CVS, I added CJK fonts for those box-drawing K> characters in the default fontset. So, in CJK environment, K> CJK fonts are preferred. Perhaps, the selected CJK font K> claims that it has glyphs for those characters, but actually K> doesn't

Bug#541704: bug#4090: Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables

2009-08-17 Thread Kenichi Handa
In article <87r5vdos8q@jidanni.org>, jida...@jidanni.org writes: > LC_ALL=zh_TW.UTF-8 emacs-snapshot -f w3m $@ # bad > LC_ALL=C emacs-snapshot -f w3m $@ # good > LC_ALL=zh_TW.UTF-8 emacs23-f w3m $@ # good > LC_ALL=C emacs23-f w3m $@ # good > One sees that t

Bug#541704: bug#4090: Info received (Bug#541704: Info received (bug#4090: Info received (Bug#541704: Info received (bug#4090: Info received (Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables)

2009-08-15 Thread Emacs bug Tracking System
Thank you for the additional information you have supplied regarding this bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will re

Bug#541704: bug#4090: Info received (Bug#541704: Info received (bug#4090: Info received (Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables)))

2009-08-15 Thread Emacs bug Tracking System
Thank you for the additional information you have supplied regarding this bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will re

Bug#541704: bug#4090: Info received (Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables)

2009-08-15 Thread Emacs bug Tracking System
Thank you for the additional information you have supplied regarding this bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will re

Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables

2009-08-15 Thread jidanni
Package: emacs-snapshot Version: 1:20090814-1 X-debbugs-cc: 4...@emacsbugs.donarmstrong.com, emacs-...@namazu.org,na...@elisp.net, svenj...@gmx.de On Debian, using versions emacs-snapshot 1:20090814-1 emacs23: 23.1+1-2 set /tmp/f.html cat < $@ bla EOF LC_ALL=zh_TW.UTF-8 emacs-snapshot -f w3m $@ #