From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.bugs Subject: bug#6717: tramp-dissect-file-name: Not a Tramp file name Date: Mon, 26 Jul 2010 06:08:59 +0200 Message-ID: <87iq42nauc.fsf@gmx.de> References: <87iq44zog6.fsf@gmx.de> <871vas5u8i.fsf@jidanni.org> <87iq43k589.fsf@gmx.de> <87mxtfmgl4.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1280119074 31865 80.91.229.12 (26 Jul 2010 04:37:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 26 Jul 2010 04:37:54 +0000 (UTC) Cc: 6717@debbugs.gnu.org, jidanni@jidanni.org To: Andreas Schwab Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jul 26 06:37:52 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OdFRo-0000to-D6 for geb-bug-gnu-emacs@m.gmane.org; Mon, 26 Jul 2010 06:37:52 +0200 Original-Received: from localhost ([127.0.0.1]:33504 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdFRn-0007s9-Nr for geb-bug-gnu-emacs@m.gmane.org; Mon, 26 Jul 2010 00:37:51 -0400 Original-Received: from [140.186.70.92] (port=52277 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdFRc-0007rs-4N for bug-gnu-emacs@gnu.org; Mon, 26 Jul 2010 00:37:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OdFRY-0000WR-9T for bug-gnu-emacs@gnu.org; Mon, 26 Jul 2010 00:37:39 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:36940) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdFRY-0000WL-65 for bug-gnu-emacs@gnu.org; Mon, 26 Jul 2010 00:37:36 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OdF0t-0006bb-6K; Mon, 26 Jul 2010 00:10:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 26 Jul 2010 04:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6717 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6717-submit@debbugs.gnu.org id=B6717.128011734725376 (code B ref 6717); Mon, 26 Jul 2010 04:10:02 +0000 Original-Received: (at 6717) by debbugs.gnu.org; 26 Jul 2010 04:09:07 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdEzy-0006bF-3Y for submit@debbugs.gnu.org; Mon, 26 Jul 2010 00:09:06 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22] helo=mail.gmx.net) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OdEzu-0006as-Un for 6717@debbugs.gnu.org; Mon, 26 Jul 2010 00:09:04 -0400 Original-Received: (qmail invoked by alias); 26 Jul 2010 04:09:05 -0000 Original-Received: from p4FC19084.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [79.193.144.132] by mail.gmx.net (mp012) with SMTP; 26 Jul 2010 06:09:05 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX194VtxfdLp4vqN/tNjZHXELuCMJzp+JI1qNns3oOJ lueAJ/0ylJtGrA In-Reply-To: (Andreas Schwab's message of "Mon, 26 Jul 2010 00:10:40 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 26 Jul 2010 00:10:03 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:38931 Archived-At: Andreas Schwab writes: >>> IMHO this is the wrong place to fix that. Instead file-name-directory >>> should not be called on the local part in the first place, or at least >>> *all* file name handlers should be suppressed around the call. >> >> I thought about that. But I'm not sure, whether we shall disable >> jka-compr, for example. What happens, if the URL is something like >> http://host.cc/path/file.gz ? > > Nothing special. Why should it? It's not a file name, it is a URL. Maybe. But at least `url-file-handler' must be kept, it treats the URL as a file name. Another approach would be to encode ":" in the filename part of a URL, but I don't know where to do it sufficiently. > Andreas. Best regards, Michael.