19 Sep 2006 09:24
Re: url-http.el breaks Emacs/W3
Magnus Henoch <mange <at> freemail.hu>
2006-09-19 07:24:20 GMT
2006-09-19 07:24:20 GMT
"T. V. Raman" <raman <at> users.sf.net> writes: > I finally got a little more detail on where this breakage is > occuring. > > Symptoms: > > If you use Emacs/w3 and use the URL package out of Emacs CVS you > hit an error on sites that do a redirect e.g. http://sf.net > > The error is very difficult to track down because it's being > thrown from the w3 site in w3-fetch-callback. > > But I have verified that the problem appears to be isolated in > url-http.el, i.e. if you use package url out of Emacs 22 CVS, > and load url-http.el by hand from William Perry's original CVS > snapshot on savannah, then everything works correctly. As far as I can see, the problem is that the interface of `url-retrieve' changed, but W3 wasn't adapted. I have been seeing the same problem, and have been using the patch below with good results. The patch is less complicated than it looks; most of it is changed indentation. I have sent this to w3-devel as well. Magnus
(Continue reading)
RSS Feed