help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Emacs 21 and w3 on Debian


From: Tim X
Subject: Re: Emacs 21 and w3 on Debian
Date: 24 May 2005 18:19:32 +1000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Thierry Emery <see.sig@spamfoil.invalid> writes:

> Tim X <timx@spamto.devnul.com> writes:
> 
> > Can you try http://www.une.edu.au/itd and then try one of the links on
> > the page you get i.e. "About ITD" and see if that works for you. I've
> > found that if I use that link instead of
> > http://www.une.edu.au/itd/index.html, it doesn't work, but if I 
> > use the full link with the index.html on the end, relative links work
> > OK.  
> 
> Oh, i hadn't though of that !
> 
> What happens is that `url-http-parse-headers' gets back a "301"
> redirection, with URI "http://www.une.edu.au/itd/";, but it does not
> pass it on to `w3-fetch-callback' ...
> 
> This can be solved with the following patch to url-http.el:
> 
> --- url-http.el~
> +++ url-http.el
> @@ -461,7 +461,8 @@
>               (url-request-data url-http-data)
>               (url-request-extra-headers url-http-extra-headers))
>           (url-retrieve redirect-uri url-callback-function
> -                       url-callback-arguments)
> +                       (list redirect-uri) ;;url-callback-arguments
> +                       )
>           (url-mark-buffer-as-dead (current-buffer))))))
>       ((= class 4)                    ; Client error
>        ;; 400 Bad Request
> 
> 
> HTH,
> 
> Thierry
> -- 
> thierry |dot| emery |at| free |dot| fr

Thierry,

Thanks a lot for that - you saved me a lot of work and have gone above
and beyond with this one. Greatly appreciated!

regards,

Tim
-- 
Tim Cross
The e-mail address on this message is FALSE (obviously!). My real e-mail is
to a company in Australia called rapttech and my login is tcross - if you 
really need to send mail, you should be able to work it out!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]