[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Shimbun Basics
"clemens fischer" <ino-qc@spotteswoode.de.eu.org> writes:
> and they are totally
> unresponsive when i post problem reports about some core functionality
> (the `&' -> `&' problem with POST URIs, for example).
I had awki.cgi on my box and with:
emacs-w3m-version
=> "1.3.4rc4"
emacs-version
=> "GNU Emacs 21.3.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)\n of 2003-03-27"
mule-version
=> "5.0 (SAKAKI)"
system-type
=> gnu/linux
w3m-version
=> "w3m/0.3.2+mee-p25-cvs-282+moe-1.5.4"
w3m-type
=> w3mmee
The & in the form action to save the page doesn't seems to be a problem.
I can save a page without a problem.
Pierre.
you can also try this patch if you have problems with w3m:
cd /usr/local/share/emacs/site-lisp/w3m/
diff /usr/local/share/emacs/site-lisp/w3m/w3m-form.el /tmp/emacs-w3m-1.3.4rc4/w3m-form.el
398c398
< (w3m-decode-anchor-string (or action (and w3m-current-url
---
> (or action (and w3m-current-url
403c403
< (match-beginning 8))))))
---
> (match-beginning 8)))))
Diff finished at Fri Jun 13 14:09:28