emacs-devel
[Top][All Lists]
Advanced

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

Re: with-url


From: Dmitry Gutov
Subject: Re: with-url
Date: Sun, 22 Jan 2017 17:22:05 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:51.0) Gecko/20100101 Thunderbird/51.0

On 22.01.2017 01:07, Lars Ingebrigtsen wrote:
I suggested a bound variable in the form executed,

(with-url (status "http:...")
  (url-error status)
  ...)

but Stefan suggested a buffer-local variable instead.  I went with the
latter today.

Will `status' only contain HTTP status, or will it contain any other errors as well?

The network is transient.  These events are expected.  That the file
you've just examined isn't there is a different class of error.

Apparently we might have to agree to disagree here.



reply via email to

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