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: Magnus Henoch
Subject: Re: Problems with the url package on w32?
Date: Tue, 28 Nov 2006 22:23:08 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.90 (berkeley-unix)

Mathias Dahl <address@hidden> writes:

> Today I tried to use an old hack of mine (gds.el, loop it up on
> EmacsWiki) and got an error from `utl-http'. I suceeded in recreating
> it directly with this:
>
> (url-insert-file-contents
>  "http://127.0.0.1/";)
>
> When I eval the above I get this:
>
> Debugger entered--Lisp error: (error "Could not create connection to 
> 127.0.0.1:80")

[ For the record: Mathias told me privately that open-network-stream
works as expected. ]

It struck me: maybe asynchronous connections don't work properly on
Windows.

Does (featurep 'make-network-process '(:nowait t)) return t?  If not,
ignore the following.

Does (make-network-process :name "http" :buffer "http-localhost"
                           :host "127.0.0.1" :service 80
                           :nowait t)
work?

Magnus





reply via email to

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