From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim O'Callaghan Subject: Re: Attention XEmacs users Date: Tue, 20 Jun 2006 19:29:00 +0200 Message-ID: <20060620172859.GG1132@ELSAMSW37164> References: <20060615132109.GA1296@ELSAMSW37164> <20060620120902.GB1132@ELSAMSW37164> <51f8d6c18c8a5c7541be9d341034dc50@science.uva.nl> <20060620150303.GD1132@ELSAMSW37164> <20060620162457.GE1132@ELSAMSW37164> <8ae4afbb9eb021c7b31fd84665f93daa@science.uva.nl> <20060620165356.GF1132@ELSAMSW37164> <0bee3a213a155b5970d3f68586cee893@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fsk1g-0008Cg-6K for emacs-orgmode@gnu.org; Tue, 20 Jun 2006 13:28:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fsk1f-0008CC-DP for emacs-orgmode@gnu.org; Tue, 20 Jun 2006 13:28:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fsk1f-0008C9-4v for emacs-orgmode@gnu.org; Tue, 20 Jun 2006 13:28:31 -0400 Received: from [193.120.211.34] (helo=dspsrv.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FskCE-0007Ez-CI for emacs-orgmode@gnu.org; Tue, 20 Jun 2006 13:39:26 -0400 Received: from [145.36.45.123] (helo=localhost) by dspsrv.com with asmtp (Exim 3.36 #1) id 1Fsk1e-00034V-00 for emacs-orgmode@gnu.org; Tue, 20 Jun 2006 18:28:30 +0100 Content-Disposition: inline In-Reply-To: <0bee3a213a155b5970d3f68586cee893@science.uva.nl> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode On Tue, Jun 20, 2006 at 07:13:17PM +0200, Carsten Dominik wrote: > Maybe I should force efs/tramp file names to be opened with Emacs/. > > What is the best and most general way to test if a file name is efs > or tramp or ange-ftp? > For tramp you'll need to RTM, but for efs its /[user@]host:/[file path] IIRC ange-ftp uses the same syntax as efs. You cold change the extension filter to a regexp filter i guess. Tim.