[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: address@hidden: URL not following some 302 redirects after recent ch
From: |
Magnus Henoch |
Subject: |
Re: address@hidden: URL not following some 302 redirects after recent changes] |
Date: |
Mon, 25 Dec 2006 03:06:50 +0100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.91 (berkeley-unix) |
Richard Stallman <address@hidden> writes:
> Does this still fail?
Yes.
> If so, would someone please fix it? Please ack when it is fixed.
A clean way to do it is not immediately obvious to me. The problem is
that url-http-async-sentinel tries to change the sentinel, which fails
since the sentinel of a process is "bound" to nil during sentinel
execution (which I had forgotten when I wrote this function in the
first place). I could create a buffer-local variable that tells the
filter function to change the sentinel, but is there a better way to
solve this?
Magnus