emacs-devel
[Top][All Lists]
Advanced

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

Re: Flipping url-show-status default


From: Chong Yidong
Subject: Re: Flipping url-show-status default
Date: Fri, 01 Oct 2010 18:17:11 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Lars Magne Ingebrigtsen <address@hidden> writes:

>> I don't think setting url-show-status to nil is the right thing; it's
>> pretty important to show something, particularly for synchronous
>> fetching, so that the user knows the connection isn't hung.  But we can
>> probably comment out some of the less important messages in url-http.el.
>
> Why do we want to do this at such a low level in the url fetching
> library when we don't do it in other libraries?  Surely it must be up to
> the caller of the url fetching library to message about these things if
> they think it's necessary.

This would involve specifying a callback function for each intermediate
step; callers would have to specify their own callback function, but
pretty much every caller would want to do the same thing, i.e. report
how much of the operation is done).  If the URL reporting is too
verbose, I think it makes more sense to tweak it, rather than opening up
an additional mostly useless interface.



reply via email to

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