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

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

Re: Make `url-retrieve' accept another option: url-http-no-redirect


From: Stefan Monnier
Subject: Re: Make `url-retrieve' accept another option: url-http-no-redirect
Date: Tue, 06 Mar 2007 12:41:15 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux)

> I have a feature request: make `url-retrieve' accept dynamic binding
> of `url-http-no-redirect' telling that the user doesn't want it follow
> redirections (but still wants redirections indicated in status).
> Currently I've modified `url-http-parse-headers':

> +          (if (bound-and-true-p url-http-no-redirect)
> +              (setq success t)
>                (set (make-local-variable 'url-redirect-buffer)
>                  (url-retrieve-internal
> ...

> but this is only for a global variable, no good.
> I would like the feature in Emacs 22 if possible.

This is the wrong newsgroup.
For feature requests, try M-x report-emacs-bug RET.
But in any case, it's too late for Emacs-22 which is in feature freeze.


        Stefan


reply via email to

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