|
From: | Jason Rumney |
Subject: | Re: Patch for remote files in dnd.el |
Date: | Fri, 28 Jul 2006 13:37:24 +0100 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666 |
Mathias Dahl wrote:
Can you explain a bit more what functionality this patch adds? I have always (as far back as have used Emacs, which is since 1997) been able to open remote files just by dragging and dropping them into Emacs. For example, I just dnd:d the file "\\Gbgfs1\archive2004-1\Docman\Core\Docman 5.9.0\Docman\access.api" into Emacs.
In CVS Emacs?This used to work, because on Windows, we just blindly passed the filename to find-file. But in CVS Emacs, there is a new cross-platform drag and drop library, which prints "Remote files not supported" if a remote file is dragged onto Emacs. I only noticed this recently, and wrote this patch to fix it.
[Prev in Thread] | Current Thread | [Next in Thread] |