From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Emacs and proxy on w32 Date: Fri, 22 Jul 2005 20:47:53 +0200 Message-ID: <42E13F59.5090101@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1122068548 15243 80.91.229.2 (22 Jul 2005 21:42:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Jul 2005 21:42:28 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 22 23:42:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dw5Gv-0000aE-MT for ged-emacs-devel@m.gmane.org; Fri, 22 Jul 2005 23:41:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dw5J5-0000Vd-Jk for ged-emacs-devel@m.gmane.org; Fri, 22 Jul 2005 17:43:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dw5Ah-00044S-A3 for emacs-devel@gnu.org; Fri, 22 Jul 2005 17:35:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dw5Ad-00043R-LV for emacs-devel@gnu.org; Fri, 22 Jul 2005 17:35:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dw55h-0001wL-6d for emacs-devel@gnu.org; Fri, 22 Jul 2005 17:29:57 -0400 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dw4w7-0005Z7-GP for emacs-devel@gnu.org; Fri, 22 Jul 2005 17:20:03 -0400 Original-Received: from [192.168.123.121] (83.249.205.6) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) id 42BFBBD200426569 for emacs-devel@gnu.org; Fri, 22 Jul 2005 20:47:54 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: Emacs Devel X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:41141 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41141 I am trying to understand how to get url proxy to work with Emacs on w32. Is it expected to work currently? I can not get it to work. The only reasonable way to get it to work is perhaps to use winsock, but I am not sure. Could someone with more knowledge comment on this please? Is Emacs on w32 currently using winsock for urls?