From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Edgar Vincent Newsgroups: gmane.emacs.help Subject: Re: Why does (file-exists-p "") return t? Date: Thu, 09 Feb 2023 21:05:43 +0000 Message-ID: <87wn4q1r6w.fsf@posteo.net> References: <834jrvm04q.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33131"; mail-complaints-to="usenet@ciao.gmane.io" To: eliz@gnu.org, help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Feb 09 22:10:17 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pQEBM-0008QL-O1 for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 09 Feb 2023 22:10:16 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pQEAy-0002tI-PN; Thu, 09 Feb 2023 16:09:52 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQEAx-0002su-6G for help-gnu-emacs@gnu.org; Thu, 09 Feb 2023 16:09:51 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQEAv-0003lr-D5 for help-gnu-emacs@gnu.org; Thu, 09 Feb 2023 16:09:50 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 4B83C24004B for ; Thu, 9 Feb 2023 22:09:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1675976987; bh=NktR3N++eij/DcpjrLenmAtnnWagk7yMCrBgPZWEcr4=; h=From:To:Subject:Date:From; b=mzKi/bocuTOOmPbK6FAWPUyB2HCPbbce4zKYBE4R/L0iFXVEoYvQWtBbq0o2aucG+ A70qlCVFvk2vFotCGLP7Hk0rD3kO/SogCgOXZQrUVB4ZdtVE1AqrRBgaBJqDKMDUBq bWnaVyzeh40mPwcmw2WoXOvt1UDyG4R3epm0XoJO+i2lq9qB6w6qKHAxnQ9vxvOphM APq9RKMBbjoNkEMc3BbjhQ5aLy8FbGVNx5+faO6zwoyEiN17cvEHQbYXh/O8Vr+7gv m0GZ4MRBajWYiWtswmTFLeOk1dNGk3S1twu0pluDnhlcK8A4PWY7qyd1y1STxVbhvb 3EFYcwfukafkw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PCTyc2NXCz9rxD; Thu, 9 Feb 2023 22:09:44 +0100 (CET) In-Reply-To: <834jrvm04q.fsf@gnu.org> Received-SPF: pass client-ip=185.67.36.65; envelope-from=e-v@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:142690 Archived-At: I didn=E2=80=99t know that file-exists-p used expand-file-name, but it does= seem obvious. Thanks for your reply!