Your message dated Tue, 20 May 2014 21:01:38 -0700 (PDT)
with message-id <[email protected]>
and subject line Re: Bug#541983
has caused the Debian Bug report #541983,
regarding emacs-snapshot ruins w3m-el-snapshot tables
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
541983: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541983
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: emacs-snapshot
Version: 1:20090814-1
X-debbugs-cc: [email protected],
[email protected],[email protected], [email protected]
On Debian, using versions
emacs-snapshot 1:20090814-1
emacs23: 23.1+1-2
set /tmp/f.html
cat <<EOF > $@
<table border="1"><tr><td>bla</td></tr></table>
EOF
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 these characters,
• │ ┌ ┐ └ ┘ ├ ┤ ┬ ┴ ┼
vanish in the above "bad" case.
I.e.,
┌───┐
│bla│
└───┘
becomes
─
bla
─
It makes w3m-emacs unusable for browsing any web page with tables.
Can even reproduce with
$ HOME=/tmp LC_ALL=zh_TW.UTF-8 emacs-snapshot -Q -l w3m -f w3m $@ # bad
Also installed is w3m-el-snapshot
Version: 1.4.364+0.20090802-1
--- End Message ---
--- Begin Message ---
This bug was closed upstream 3 years ago.
--- End Message ---