From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Magnus Henoch Newsgroups: gmane.emacs.devel Subject: Re: url: url-basepath Date: Mon, 03 Nov 2008 22:31:06 +0000 Message-ID: <87r65s5tn9.fsf@freemail.hu> References: <18697.46567.950755.660619@gargle.gargle.HOWL> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1225751494 19589 80.91.229.12 (3 Nov 2008 22:31:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Nov 2008 22:31:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 03 23:32:35 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kx7yM-0006UL-9k for ged-emacs-devel@m.gmane.org; Mon, 03 Nov 2008 23:32:34 +0100 Original-Received: from localhost ([127.0.0.1]:43489 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kx7xF-0006jG-HG for ged-emacs-devel@m.gmane.org; Mon, 03 Nov 2008 17:31:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kx7xB-0006iv-3b for emacs-devel@gnu.org; Mon, 03 Nov 2008 17:31:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kx7x9-0006ij-9q for emacs-devel@gnu.org; Mon, 03 Nov 2008 17:31:20 -0500 Original-Received: from [199.232.76.173] (port=38283 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kx7x9-0006ig-3e for emacs-devel@gnu.org; Mon, 03 Nov 2008 17:31:19 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:36843 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kx7x8-0000TM-Qi for emacs-devel@gnu.org; Mon, 03 Nov 2008 17:31:18 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Kx7x4-0006C5-Mw for emacs-devel@gnu.org; Mon, 03 Nov 2008 22:31:14 +0000 Original-Received: from 78-86-35-94.zone2.bethere.co.uk ([78.86.35.94]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Nov 2008 22:31:14 +0000 Original-Received: from mange by 78-86-35-94.zone2.bethere.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Nov 2008 22:31:14 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 78-86-35-94.zone2.bethere.co.uk Mail-Copies-To: never Jabber-Id: legoscia@jabber.cd.chalmers.se User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) Cancel-Lock: sha1:KJdiMND46Nc8WdcIBztBjXATlSA= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:105316 Archived-At: "T. V. Raman" writes: > This function disappeared from the emacs 23 version of url at > some point. > It's used by W3, I'd like to see this function restored if > possible. I fixed this in the Git version of W3 a while ago. (Speaking of which, I should probably make a release to spread the pile of bug fixes further, even though W3 is still in need of quite a lot of work) Magnus