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: Null filename ("") is considered to correspond to an existing, readable, and writable file? Date: Tue, 03 Jan 2006 21:16:08 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1136315831 2913 80.91.229.2 (3 Jan 2006 19:17:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Jan 2006 19:17:11 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 03 20:17:08 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 1Etrec-0002Qt-Kt for ged-emacs-devel@m.gmane.org; Tue, 03 Jan 2006 20:17:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EtrgF-0000EL-P9 for ged-emacs-devel@m.gmane.org; Tue, 03 Jan 2006 14:18:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Etrg5-0000DH-Pb for emacs-devel@gnu.org; Tue, 03 Jan 2006 14:18:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Etrfq-00006p-6G for emacs-devel@gnu.org; Tue, 03 Jan 2006 14:18:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Etrfq-00006m-4B for emacs-devel@gnu.org; Tue, 03 Jan 2006 14:18:22 -0500 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Etrh5-0007tg-Vt for emacs-devel@gnu.org; Tue, 03 Jan 2006 14:19:40 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-200-208.inter.net.il [80.230.200.208]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CIX21646 (AUTH halo1); Tue, 3 Jan 2006 21:15:59 +0200 (IST) Original-To: "Drew Adams" In-reply-to: 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:48669 Archived-At: > From: "Drew Adams" > Date: Tue, 3 Jan 2006 10:51:20 -0800 > > Those general design goals are fine, but they > don't speak specifically to the advantage of _this_ particular design. They > don't, for example, show an advantage over considering "" to not be a file > name (neither relative nor absolute). One advantage, IMO, is that no error is thrown or signaled for "", which means application code will not need to cope with these exceptional situations.