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



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

Reply via email to