|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||||||||
2021年01月30日(土) 旧暦 [n年日記] [更新:"2021/01/30 23:52:55"]#1 [pkgsrc] w3m-0.5.3-git20210102
The problem is:
normal http:// processing is file, but file:///tmp/1.html gives extra blank line
( つっこみ )
#2 file.c
these look related, but real empty line is generated at other places
6216 if (!internal)
6217 {
6218 fprintf(stderr, "\n%s: %s:%04d: %d\n",__func__, __FILE__,__LINE__, nlines);
6219 addnewline(buf, outc, outp, NULL, pos, -1, nlines); // this line is important
6220 }
6221 if (internal == HTML_N_INTERNAL)
6222 internal = 0;
6223 if (str != endp) {
6224 line = Strsubstr(line, str - line->ptr, endp - str);
6225 goto proc_again;
6226 }
__func__ is displayed as:
HTMLlineproc2body The problematic origninal source has following style:
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0mm;
text-align:justify;
text-justify:inter-ideograph;
font-size:10.5pt;
font-family:"游ゴシック",sans-serif;}
and it is enclosed <p> </p>
<p class="MsoNormal">the line </p> ( つっこみ )
|
最近の日記 2026年02月28日 ・my first script-fu 2026年01月29日 ・Die Fledermaus at New National theatre 2026/01/29 2025年12月25日 ・pbulk 11.99.3 (emacs30) 2025年11月22日 ・crash dump 2025年10月25日 ・recover from disk error | ||