From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: access into windows shared files Date: Sat, 24 Nov 2007 13:43:16 +0200 Message-ID: References: <5db39050-bcbc-4aa7-b42a-339f61e3991e@i29g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1195904626 28185 80.91.229.12 (24 Nov 2007 11:43:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Nov 2007 11:43:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 24 12:43:53 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IvtQP-0007au-5t for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Nov 2007 12:43:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvtQA-0007T7-L1 for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Nov 2007 06:43:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IvtPs-0007R2-Vf for help-gnu-emacs@gnu.org; Sat, 24 Nov 2007 06:43:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IvtPq-0007Od-7j for help-gnu-emacs@gnu.org; Sat, 24 Nov 2007 06:43:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvtPq-0007Oa-4b for help-gnu-emacs@gnu.org; Sat, 24 Nov 2007 06:43:18 -0500 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IvtPp-0005Ov-Se for help-gnu-emacs@gnu.org; Sat, 24 Nov 2007 06:43:18 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-10-178.inter.net.il [80.230.10.178]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id IKD04250 (AUTH halo1); Sat, 24 Nov 2007 13:40:42 +0200 (IST) In-reply-to: <5db39050-bcbc-4aa7-b42a-339f61e3991e@i29g2000prf.googlegroups.com> (message from cire on Sat, 24 Nov 2007 00:09:29 -0800 (PST)) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:49465 Archived-At: > From: cire > Date: Sat, 24 Nov 2007 00:09:29 -0800 (PST) > > I need to edit some file from a windows NT server shared directory, > but i don't know how emacs able to access that. Emacs on Windows supports the \\server\share\ UNC notation. Did you try that?