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: Fri, 15 Sep 2006 11:29:54 +0200 Message-ID: <450A7292.9010407@swipnet.se> References: <450A5209.9030101@swipnet.se> <450A70CB.2050203@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 1158312652 25417 80.91.229.2 (15 Sep 2006 09:30:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Sep 2006 09:30:52 +0000 (UTC) Cc: KOBAYASHI Yasuhiro , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 15 11:30:50 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 1GOA25-0002SU-Es for ged-emacs-devel@m.gmane.org; Fri, 15 Sep 2006 11:30:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GOA24-0002Ns-Sc for ged-emacs-devel@m.gmane.org; Fri, 15 Sep 2006 05:30:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GOA1r-0002Ka-CH for emacs-devel@gnu.org; Fri, 15 Sep 2006 05:30:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GOA1o-0002HI-SS for emacs-devel@gnu.org; Fri, 15 Sep 2006 05:30:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GOA1o-0002HF-J7 for emacs-devel@gnu.org; Fri, 15 Sep 2006 05:30:32 -0400 Original-Received: from [81.228.9.185] (helo=av9-1-sn3.vrr.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GOA3v-000401-7o; Fri, 15 Sep 2006 05:32:43 -0400 Original-Received: by av9-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 9CB8C38154; Fri, 15 Sep 2006 11:30:29 +0200 (CEST) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av9-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 8D1253807A; Fri, 15 Sep 2006 11:30:29 +0200 (CEST) Original-Received: from coolsville.localdomain (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id A8F5837E5C; Fri, 15 Sep 2006 11:30:28 +0200 (CEST) User-Agent: Thunderbird 1.5.0.5 (X11/20060808) Original-To: Jason Rumney In-Reply-To: <450A70CB.2050203@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:59861 Archived-At: Jason Rumney skrev: > It works, but I just noticed that so does using dnd-open-local-file > instead of dnd-open-unc-file, which avoids loading url*.elc if they are > not already (they are on Windows though, so in practice this may not > make much difference). So we could get rid of dnd-open-unc-file > altogether. Note that the optional must-exist parameter to > dnd-get-local-file-name does not work as advertised, and it is only ever > called with it set to t. The only thing preventing remote files working > on Windows before was the check in dnd-open-file. Since unc filenames > are handled the same way as local filenames on Windows, it is not > unreasonable to switch to using dnd-open-local-file. Sounds OK to me. Can you check that in, as you also can test it? Jan D.