From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Patch for remote files in dnd.el Date: Thu, 07 Sep 2006 10:25:28 +0200 Message-ID: <44FFD778.1090807@swipnet.se> References: <44FFD45C.7010206@gnu.org> NNTP-Posting-Host: main.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 1157617982 25452 80.91.229.2 (7 Sep 2006 08:33:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Sep 2006 08:33:02 +0000 (UTC) Cc: YAMAMOTO Mitsuharu , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 07 10:33:01 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GLFJW-0001CY-IM for ged-emacs-devel@m.gmane.org; Thu, 07 Sep 2006 10:32:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GLFJQ-0003en-FW for ged-emacs-devel@m.gmane.org; Thu, 07 Sep 2006 04:32:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GLFF1-0001MI-Tn for emacs-devel@gnu.org; Thu, 07 Sep 2006 04:28:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GLFEv-0001JN-LA for emacs-devel@gnu.org; Thu, 07 Sep 2006 04:28:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GLFEt-0001Ir-M9 for emacs-devel@gnu.org; Thu, 07 Sep 2006 04:28:00 -0400 Original-Received: from [81.228.9.179] (helo=av6-1-sn3.vrr.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GLFDe-0003mM-MG; Thu, 07 Sep 2006 04:26:43 -0400 Original-Received: by av6-1-sn3.vrr.skanova.net (Postfix, from userid 502) id C5EB9383DA; Thu, 7 Sep 2006 10:25:53 +0200 (CEST) Original-Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av6-1-sn3.vrr.skanova.net (Postfix) with ESMTP id B6E7537E82; Thu, 7 Sep 2006 10:25:53 +0200 (CEST) Original-Received: from coolsville.localdomain (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 54F9837E42; Thu, 7 Sep 2006 10:25:52 +0200 (CEST) User-Agent: Thunderbird 1.5.0.5 (X11/20060808) Original-To: Jason Rumney In-Reply-To: <44FFD45C.7010206@gnu.org> 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:59495 Archived-At: Jason Rumney skrev: > YAMAMOTO Mitsuharu wrote: >> Does the following change work for remote file access? I can't test >> it by myself. >> > Interesting hack. It makes the file URLs invalid but looks like it will > work. But it violates Richards policy of being antagonistic towards > Windows users, so I won't install it. I've installed your patch along with code to handle remote url:s (with url-handle-mode) for non-MS platforms in dnd.el. I can at least drop ftp://-urls from nautilus. url-handler-mode does not handle smb://-urls, but it seems tramp do. Is that an oversight in url-handle-mode? Jan D.