Your message dated Wed, 07 Jul 2010 23:38:25 +0900 (JST)
with message-id <20100707.233825.237217770.tats%[email protected]>
and subject line Re: Bug#426362: w3mman eats underlined characters
has caused the Debian Bug report #426362,
regarding w3mman2html.cgi eats section headings
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.)


-- 
426362: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=426362
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: w3m
Version: 0.5.1-5.1

w3mman2html.cgi drops section headerings.  A frequent example is the
"SEE ALSO" section; e.g., view the manpage for ls(1) with the man
command and notice that the "SEE ALSO" heading is there.  Then view the
same manpage with w3mman2html.cgi and notice that the heading is absent.

The following works around the problem; I hope that it will help
in developing a proper fix:

@@ -111,7 +111,7 @@
     next;
   } elsif (!/\010/ && /^$space[\w\200-\377].*\s\S/o) { # delete footer
     $blank = -1;
-    next;
+    #next
   }
   if ($SQUEEZE) {
     if (/^\s*$/) {


Much love,

-- 
Miciah Masters <[email protected]> / <[email protected]> / 
<[email protected]>


--- End Message ---
--- Begin Message ---
Version: 0.5.2-3

Already fixed.

Thanks,
--
Tatsuya Kinoshita

Attachment: pgpvHs454rCRf.pgp
Description: PGP signature


--- End Message ---

Reply via email to