From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: Patch for remote files in dnd.el Date: Fri, 28 Jul 2006 09:25:12 +0200 Message-ID: <7dbe73ed0607280025p798da741v285380ed5c3c49d1@mail.gmail.com> References: 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 1154071535 4328 80.91.229.2 (28 Jul 2006 07:25:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Jul 2006 07:25:35 +0000 (UTC) Cc: =?ISO-8859-1?Q?Jan_Dj=E4rv?= , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 28 09:25:34 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 1G6Miv-00083S-6E for ged-emacs-devel@m.gmane.org; Fri, 28 Jul 2006 09:25:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6Miu-00019Z-Kt for ged-emacs-devel@m.gmane.org; Fri, 28 Jul 2006 03:25:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6Mih-00019K-JM for emacs-devel@gnu.org; Fri, 28 Jul 2006 03:25:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6Mig-00018b-8n for emacs-devel@gnu.org; Fri, 28 Jul 2006 03:25:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6Mig-00018Y-2g for emacs-devel@gnu.org; Fri, 28 Jul 2006 03:25:14 -0400 Original-Received: from [66.249.92.171] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6Mkc-00059L-7x for emacs-devel@gnu.org; Fri, 28 Jul 2006 03:27:14 -0400 Original-Received: by ug-out-1314.google.com with SMTP id u2so621474uge for ; Fri, 28 Jul 2006 00:25:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=s9oeieaxc1a/ZPQl0RQYXYhjK9oZ/LW4rVDce4duz7/wpsjoAjQTwDUwZC8iU1Oy13OxcGI80+kxxxAr9QTCZ7WyYFVztyKqKCKHkya4gaBH/9na4/BF+K1PH0oo7MVpdbxLq8rKTWt5G8kG0bzxv4PjQ0AyVNOeEWas5ztaPeM= Original-Received: by 10.78.185.7 with SMTP id i7mr797894huf; Fri, 28 Jul 2006 00:25:12 -0700 (PDT) Original-Received: by 10.78.107.2 with HTTP; Fri, 28 Jul 2006 00:25:12 -0700 (PDT) Original-To: "Jason Rumney" In-Reply-To: Content-Disposition: inline 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:57724 Archived-At: > The following patch to dnd.el adds support for remote files via a new > variable dnd-open-remote-file-function. 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.