[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fontification bug
>>>>> In [emacs-w3m : No.03934]
>>>>> Katsumi Yamaoka <yamaoka@jpl.org> wrote:
> Thank you for the indication. But doesn't the form of </b xxx>
> exist? I don't know the HTML format in detail, though.
Kal> > (when (re-search-forward "</b[^>]*>" nil t)
I've added your patch to the emacs-w3m CVS repository with the
following modification:
(while (re-search-forward "<[\t\n ]*b[^>]*>" nil t)
[...]
(when (re-search-forward "<[\t\n ]*/b[\t\n ]*>" nil t)
>>>>> In [emacs-w3m : No.03933]
>>>>> Kahlil HODGSON <dorge@tpg.com.au> wrote:
Kal> Hmmmm ... there are probably other, less common, instances of
Kal> this type of bug :(
Surely it may be. If otherwise found, please let us know.
Kal> By the way w3m and emacs-w3m are excellent pieces of work!
And it is also my favorite. Thanks again.
--
Katsumi Yamaoka <yamaoka@jpl.org>