emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Problems with the url package on w32?


From: Mathias Dahl
Subject: Re: Problems with the url package on w32?
Date: Thu, 30 Nov 2006 14:05:38 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (windows-nt)

Magnus Henoch <address@hidden> writes:

> Mathias Dahl <address@hidden> writes:
>
>>> Does (make-network-process :name "http" :buffer "http-localhost"
>>>                            :host "127.0.0.1" :service 80
>>>                            :nowait t)
>>> work?
>>
>> I get no error but it returns `nil'. I guess it should return a
>> process object, right?
>
> Yes.  Does it work with hosts other than localhost?

No it does not. Sorry for not testing this before:

(url-insert-file-contents
 "http://google.com";)

Gives:

Debugger entered--Lisp error: (error "Could not create connection to 
google.com:80")
  signal(error ("Could not create connection to google.com:80"))
  error("Could not create connection to %s:%d" "google.com" 80)
...

Wouldn't this break most packages that needs to make HTTP calls using
url.el on Windows? If yes, it seems like a quite serious problem.





reply via email to

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