emacs-devel
[Top][All Lists]
Advanced

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

Re: Network security manager


From: Lars Magne Ingebrigtsen
Subject: Re: Network security manager
Date: Wed, 19 Nov 2014 08:39:01 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.51 (gnu/linux)

Lars Magne Ingebrigtsen <address@hidden> writes:

> So the user interface problem remains.  We don't want to suddenly start
> asking people stuff while they're doing other stuff, but here we kinda
> need to ask them stuff...
>
> In any case, exporting that variable is not the answer.

Sleeping on this, the only feasible solution I currently see here is
that each thing that wants to do a HTTP request has to say that the
request should be "non-interactive".

Since url.el is asynchronous, just binding a special variable to be
picked up later isn't feasible -- url.el will (on redirects) run the
redirected request in a different context.

So this will require some slight surgery of the url.el code...  which is
not my favourite thing in the world to do.  *sigh*

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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