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: File name handlers and local files. Date: Tue, 28 Nov 2006 15:50:57 +0100 Message-ID: References: <877ixinfkp.fsf@lrde.org> <877ixgvn0q.fsf@lrde.org> <87vekzn27t.fsf_-_@lrde.org> 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 1164726659 19983 80.91.229.2 (28 Nov 2006 15:10:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Nov 2006 15:10:59 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 28 16:10:57 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 1Gp4bT-00028y-5J for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 16:10:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gp4bS-0006uZ-Gv for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 10:10:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gp4WH-0002Vw-7E for emacs-devel@gnu.org; Tue, 28 Nov 2006 10:05:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gp4WE-0002Ud-Hy for emacs-devel@gnu.org; Tue, 28 Nov 2006 10:05:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gp4WE-0002UX-A4 for emacs-devel@gnu.org; Tue, 28 Nov 2006 10:05:10 -0500 Original-Received: from [194.113.59.96] (helo=mailrelay2.alcatel.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gp4WD-0002AW-DJ for emacs-devel@gnu.org; Tue, 28 Nov 2006 10:05:09 -0500 Original-Received: from slbhac.alcatel.de (slbhac.bln.sel.alcatel.de [149.204.63.216]) by mailrelay2.alcatel.de (8.13.4/8.13.4/ICT) with ESMTP id kASEowxQ005748; Tue, 28 Nov 2006 15:50:58 +0100 Original-To: michael@cadilhac.name (=?iso-8859-1?Q?Micha=EBl?= Cadilhac) In-Reply-To: <87vekzn27t.fsf_-_@lrde.org> (=?iso-8859-1?Q?Micha=EBl?= Cadilhac's message of "Tue, 28 Nov 2006 14:13:42 +0100") User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/20.7 (hpux) X-Scanned-By: MIMEDefang 2.51 on 149.204.45.73 X-MIME-Autoconverted: from 8bit to quoted-printable by mailrelay2.alcatel.de id kASEowxQ005748 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:62960 Archived-At: michael@cadilhac.name (Micha=EBl Cadilhac) writes: > Let's suppose my sysadmin is a weird guy. Very weird. And he decided > that a common NFS data directory will be created on the / with the > name 'data:', because he had a difficult childhood and loves The > Windows Way. > > When I try to edit a file in that directory, I use : C-x C-f /data:/tes= t You shall type C-x C-f /:/data:/test See Emacs manual "(emacs)Quoted File Names". Best regards, Michael.