From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Patch for remote files in dnd.el Date: Wed, 06 Sep 2006 16:13:16 +0200 Message-ID: References: <44FEADBA.6080401@swipnet.se> <85fyf5fcyh.fsf@lola.goethe.zz> <44FEB9DE.8050103@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1157553308 18087 80.91.229.2 (6 Sep 2006 14:35:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Sep 2006 14:35:08 +0000 (UTC) Cc: emacs-devel@gnu.org, Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 06 16:35:07 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 1GKyU6-00011S-NO for ged-emacs-devel@m.gmane.org; Wed, 06 Sep 2006 16:34:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GKyU6-0003WW-A6 for ged-emacs-devel@m.gmane.org; Wed, 06 Sep 2006 10:34:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GKySF-0000Ll-W1 for emacs-devel@gnu.org; Wed, 06 Sep 2006 10:32:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GKySF-0000Jy-89 for emacs-devel@gnu.org; Wed, 06 Sep 2006 10:32:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GKySE-0000JD-FE for emacs-devel@gnu.org; Wed, 06 Sep 2006 10:32:38 -0400 Original-Received: from [194.113.59.95] (helo=mailrelay1.alcatel.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GKySL-0001ww-K2; Wed, 06 Sep 2006 10:32:45 -0400 Original-Received: from slbhac.alcatel.de (slbhac.bln.sel.alcatel.de [149.204.63.216]) by mailrelay1.alcatel.de (8.12.11.20060308/8.12.11/ICT TSC MAIL 2005) with ESMTP id k86EDGUs024436; Wed, 6 Sep 2006 16:13:16 +0200 Original-To: Jan =?iso-8859-1?Q?Dj=E4rv?= In-Reply-To: <44FEB9DE.8050103@swipnet.se> (Jan =?iso-8859-1?Q?Dj=E4rv's?= message of "Wed, 06 Sep 2006 14:06:54 +0200") User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/20.7 (hpux) X-Scanned-By: MIMEDefang 2.49 on 149.204.45.72 X-MIME-Autoconverted: from 8bit to quoted-printable by mailrelay1.alcatel.de id k86EDGUs024436 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:59449 Archived-At: Jan Dj=E4rv writes: > I am not sure that would work for w32. For Samba shares, the URL > becomes smb://host/... But in W32, I think it is in the UNC-format > (\\host\...). The UNC format just works on those machines, but the > smb:// URL:s are not supported by tramp on W32. One could easily extend Tramp for mapping the smb protocol onto UNC, when on W32. The only restriction is that UNC file names don't allow access under a different user name (AFAIK). > Jan D. Best regards, Michael.