[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: |
Stefan Monnier |
Subject: |
Re: address@hidden: URL not following some 302 redirects after recent changes] |
Date: |
Mon, 25 Dec 2006 18:30:01 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) |
>> 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?
Or have the sentinel be a function that calls another function (this one
stored in a buffer-local var, or in the process-plist),
Stefan