From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Problems with the url package on w32? Date: Thu, 21 Dec 2006 11:52:30 +0000 Message-ID: <458A757E.8070908@gnu.org> References: NNTP-Posting-Host: dough.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 1166703253 20196 80.91.229.10 (21 Dec 2006 12:14:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Dec 2006 12:14:13 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org, "Kim F. Storm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 21 13:14:12 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GxMoN-0008DW-63 for ged-emacs-devel@m.gmane.org; Thu, 21 Dec 2006 13:14:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GxMoM-0002ur-Jq for ged-emacs-devel@m.gmane.org; Thu, 21 Dec 2006 07:14:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GxMo7-0002u1-W1 for emacs-devel@gnu.org; Thu, 21 Dec 2006 07:13:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GxMo6-0002tO-Go for emacs-devel@gnu.org; Thu, 21 Dec 2006 07:13:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GxMo6-0002tC-Dp for emacs-devel@gnu.org; Thu, 21 Dec 2006 07:13:54 -0500 Original-Received: from [194.106.33.237] (helo=outmail1.freedom2surf.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GxMo5-0005ih-Ta for emacs-devel@gnu.org; Thu, 21 Dec 2006 07:13:54 -0500 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id D667E6F9EE; Thu, 21 Dec 2006 11:52:34 +0000 (GMT) User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) Original-To: LENNART BORGMAN In-Reply-To: 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:64052 Archived-At: LENNART BORGMAN wrote: > It wastes a lot of time that the code in some cases does not seem to be written to be portable from the beginning. > Indeed. The lack of portability in Windows APIs does waste a lot of time. But we can't fix Windows, so we have to workaround the problems in Emacs instead.