From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#11916: 24.1.50; Making url-dav work Date: Thu, 19 Jul 2012 18:12:04 -0400 Message-ID: References: <87k3ya8146.fsf@engster.org> <87pq7tc69a.fsf@engster.org> <87hat3kbxe.fsf@engster.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1342735979 13235 80.91.229.3 (19 Jul 2012 22:12:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Jul 2012 22:12:59 +0000 (UTC) Cc: 11916@debbugs.gnu.org To: David Engster Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jul 20 00:12:57 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sryxr-0006yR-Bl for geb-bug-gnu-emacs@m.gmane.org; Fri, 20 Jul 2012 00:12:55 +0200 Original-Received: from localhost ([::1]:48266 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sryxq-0005Zl-9g for geb-bug-gnu-emacs@m.gmane.org; Thu, 19 Jul 2012 18:12:54 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sryxn-0005ZY-AV for bug-gnu-emacs@gnu.org; Thu, 19 Jul 2012 18:12:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sryxl-0006Za-1Z for bug-gnu-emacs@gnu.org; Thu, 19 Jul 2012 18:12:51 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:41821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sryxk-0006ZG-TZ for bug-gnu-emacs@gnu.org; Thu, 19 Jul 2012 18:12:48 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1Srz3m-0001K6-6n for bug-gnu-emacs@gnu.org; Thu, 19 Jul 2012 18:19:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 19 Jul 2012 22:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11916 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11916-submit@debbugs.gnu.org id=B11916.13427363045045 (code B ref 11916); Thu, 19 Jul 2012 22:19:02 +0000 Original-Received: (at 11916) by debbugs.gnu.org; 19 Jul 2012 22:18:24 +0000 Original-Received: from localhost ([127.0.0.1]:51367 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Srz39-0001JJ-Vx for submit@debbugs.gnu.org; Thu, 19 Jul 2012 18:18:24 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:51225) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Srz37-0001JC-LY for 11916@debbugs.gnu.org; Thu, 19 Jul 2012 18:18:22 -0400 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id q6JMC5GR031389; Thu, 19 Jul 2012 18:12:06 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 5FC31AECFD; Thu, 19 Jul 2012 18:12:04 -0400 (EDT) In-Reply-To: <87hat3kbxe.fsf@engster.org> (David Engster's message of "Thu, 19 Jul 2012 17:28:29 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4284=0 X-NAI-Spam-Version: 2.2.0.9309 : core <4284> : streams <787349> : uri <1169702> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:62174 Archived-At: > You might get name clashes; for example, the code might parse a > 'collection' although it is actually not a "DAV:collection" but a > "FOOBAR:collection". Granted, it's not very likely, and if this would be > used in a read-only fashion (like parsing atom feeds) I'd drop the > namespaces in a heartbeat. But since url-dav will usually be used to > manipulate actual files on remote servers, I'd rather not risk it. I see. So using libxml wouldn't be an option (or maybe libxml can also do it, but we'd need to change libxml-parse-xml-region for that?). >> Of course, I was thinking of changing it in a backward compatible way, >> by letting the `parse-ns' argument specify which kind of result you >> want. The changes should be mostly limited to xml-maybe-do-ns. > I could live with that. Could you prepare a patch for that? Stefan