From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; url-generic-parse-url returns extra element Date: Fri, 25 Jan 2008 21:59:19 -0500 Message-ID: References: <479A80CA.8060506@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201316379 2156 80.91.229.12 (26 Jan 2008 02:59:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Jan 2008 02:59:39 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: "Lennart Borgman \(gmail\)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 26 03:59:59 2008 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 1JIbGv-0005ao-ES for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 03:59:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIbGV-0001Jr-4i for ged-emacs-devel@m.gmane.org; Fri, 25 Jan 2008 21:59:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JIbGQ-0001JU-Sf for emacs-devel@gnu.org; Fri, 25 Jan 2008 21:59:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JIbGO-0001J3-HH for emacs-devel@gnu.org; Fri, 25 Jan 2008 21:59:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIbGO-0001J0-AZ for emacs-devel@gnu.org; Fri, 25 Jan 2008 21:59:24 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JIbGO-0000SC-4d for emacs-devel@gnu.org; Fri, 25 Jan 2008 21:59:24 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JIbGN-0005Ek-J8 for emacs-pretest-bug@gnu.org; Fri, 25 Jan 2008 21:59:23 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JIbGK-0000PC-Jx for emacs-pretest-bug@gnu.org; Fri, 25 Jan 2008 21:59:23 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JIbGK-0000OV-8p for emacs-pretest-bug@gnu.org; Fri, 25 Jan 2008 21:59:20 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAADsxmkfO+J95dGdsb2JhbACQKgEwnWF/ X-IronPort-AV: E=Sophos;i="4.25,253,1199682000"; d="scan'208";a="13237454" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 25 Jan 2008 21:59:20 -0500 Original-Received: from pastel.home ([206.248.159.121]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id GDH43719; Fri, 25 Jan 2008 21:59:19 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 069A0858A; Fri, 25 Jan 2008 21:59:19 -0500 (EST) In-Reply-To: <479A80CA.8060506@gmail.com> (Lennart Borgman's message of "Sat, 26 Jan 2008 01:37:30 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-detected-kernel: by monty-python.gnu.org: 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:87540 gmane.emacs.pretest.bugs:20753 Archived-At: > url-generic-parse-url now adds an extra element cl-struct-url at the > beginning of the vector returned. To see this evaluate > (url-generic-parse-url "http://www.no.se/") In what way is it a problem? Stefan