[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: No [INS]



jidanni@xxxxxxxxxxx writes:

> Plain w3m or lynx shows "+  [INS::INS]", but emacs-w3m(version "1.4.263") does not!
> In
> http://radioscanningtw.jidanni.org/index.php?title=%E5%8F%B0%E5%8C%97%E7%B8%A3%E6%B6%88%E9%98%B2%E5%B1%80&diff=3987&oldid=3967&uselang=en
> or Japanese
> http://radioscanningtw.jidanni.org/index.php?title=%E5%8F%B0%E5%8C%97%E7%B8%A3%E6%B6%88%E9%98%B2%E5%B1%80&diff=3987&oldid=3967&uselang=ja

When `w3m-display-ins-del' is `fontify', emacs-w3m invoke w3m like this
: `w3m -halfdump -o display_ins_del=2`. You might not see `<ins>' tag in
the output, so emacs-w3m can't parse it. This is not an emacs-w3m's bug.

BTW, how about trying this config? This let you see empty `<ins>' tag,
but I think it doesn't display normal (not empty) `<ins>' or `<del>'
tags as nice as it does now.

(setq w3m-display-ins-del 'tag)

Regards,
Naohiro