Magnus Henoch <[EMAIL PROTECTED]> writes:

> Mathias Dahl <[EMAIL PROTECTED]> 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.



_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to