From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harald Maier Newsgroups: gmane.emacs.devel Subject: Two entries in the etc/NEWS file for 'file-remote-p' Date: Wed, 24 Nov 2004 07:28:15 +0100 Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1101277743 22591 80.91.229.6 (24 Nov 2004 06:29:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Nov 2004 06:29:03 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 24 07:28:53 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CWqe5-0001EC-00 for ; Wed, 24 Nov 2004 07:28:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CWqnD-0003dt-Vj for ged-emacs-devel@m.gmane.org; Wed, 24 Nov 2004 01:38:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CWqn7-0003dn-Tl for emacs-devel@gnu.org; Wed, 24 Nov 2004 01:38:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CWqn7-0003db-Eu for emacs-devel@gnu.org; Wed, 24 Nov 2004 01:38:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CWqn6-0003dY-U2 for emacs-devel@gnu.org; Wed, 24 Nov 2004 01:38:13 -0500 Original-Received: from [212.227.126.185] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CWqdV-0000PD-NN for emacs-devel@gnu.org; Wed, 24 Nov 2004 01:28:17 -0500 Original-Received: from [212.227.126.207] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1CWqdU-0004y7-00 for emacs-devel@gnu.org; Wed, 24 Nov 2004 07:28:16 +0100 Original-Received: from [80.128.44.201] (helo=ate.maierh) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1CWqdU-0003nD-00 for emacs-devel@gnu.org; Wed, 24 Nov 2004 07:28:16 +0100 Original-Received: by ate.maierh (Postfix, from userid 500) id A05AE195F9; Wed, 24 Nov 2004 07:28:15 +0100 (CET) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:7f9705e6678292fb4e27195dea438aa3 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: main.gmane.org gmane.emacs.devel:30304 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30304 I am reading the etc/NEWS file and there I saw to entries for the function 'file-remote-p'. Maybe one entry is enough. At line 2443: ** file-remote-p now returns an identifier for the remote system, if the file is indeed remote. (Before, the return value was t in this case.) At line 3208: +++ ** The new function `file-remote-p' tests a file name and returns non-nil if it specifies a remote file (one that Emacs accesses using its own special methods and not directly through the file system). Harald