From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: testing for a remote file to include file on a Windows mapped drive Date: Sat, 26 Jan 2008 10:52:33 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1201337563 11059 80.91.229.12 (26 Jan 2008 08:52:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Jan 2008 08:52:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 26 09:53:03 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JIgmb-00083A-Q7 for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 09:53:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIgmB-00063y-H4 for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 03:52:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JIgm6-00062z-GA for emacs-devel@gnu.org; Sat, 26 Jan 2008 03:52:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JIgm4-00062W-S2 for emacs-devel@gnu.org; Sat, 26 Jan 2008 03:52:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIgm4-00062T-N2 for emacs-devel@gnu.org; Sat, 26 Jan 2008 03:52:28 -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 1JIgm4-0001T7-KU for emacs-devel@gnu.org; Sat, 26 Jan 2008 03:52:28 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-250-87.inter.net.il [80.230.250.87]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id IZA84641 (AUTH halo1); Sat, 26 Jan 2008 10:49:57 +0200 (IST) In-reply-to: X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:87553 Archived-At: > From: "Drew Adams" > Date: Fri, 25 Jan 2008 10:54:36 -0800 > > I should have mentioned that all I've come up with for this so far is this: > > (and (memq system-type '(ms-dos windows-nt)) > (string-match "[^/]?:" input)) The MS-DOS port does not support features where such remote files come into existence (ange-ftp, tramp, etc.), so it's useless to include it here.