[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re:
>>>>> In [emacs-w3m : No.07254] Andy Glew wrote:
> I emphasize: I have narrowed the bug down to emacs-w3n's handling of
> lines that look like
> <input type="hidden" name="text" value="" />
> where the value string is larger than 69K bytes.
Thanks! I could reproduce the same problem using the following
simple form:
(with-temp-buffer
(insert "<img_alt value=\"")
(insert-char ?a 69000)
(insert "\">")
(goto-char (point-min))
(re-search-forward "<\\(form_int\\|map\\|img_alt\\|input_alt\\|/input_alt\\)\\([ \t\f\n]+[^>]*\\)?/?>" nil t))
The fixed version is available in the emacs-w3m CVS repository.
Could you test it? You can use ViewCVS as well. The url is:
http://cvs.namazu.org/emacs-w3m/emacs-w3m.tar.gz?tarball=1
Best regards,