emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: HTTP redirects make url-retrieve-synchronously asynchronous


From: Mark Plaksin
Subject: Re: HTTP redirects make url-retrieve-synchronously asynchronous
Date: Tue, 10 Jan 2006 21:46:53 -0500
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>> url-retrieve-synchronously becomes asynchronous when HTTP redirects are
>> involved.  When it encounters a redirect, url-http-parse-headers calls
>> url-retrieve instead of url-retrieve-synchronously.  Naively switching to
>> the latter doesn't solve the problem and I haven't been able to find a fix..
>
> I believe I've fixed the problem with the patch below.

Thanks, but this doesn't fix it for me.

In my original post I didn't make it completely clear that you have to set
mm-url-use-external to nil.  So steps to reproduce are really:

emacs -q
M-x load-library RET mm-url RET
(setq mm-url-use-external nil)
(mm-url-insert "http://slashdot.org/index.rss";)

If you see HTML saying "Moved permanently" then the problem is still
there.  That's what happens to me even with your patch.





reply via email to

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