From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: ams@gnu.org (Alfred M. Szmidt) Newsgroups: gmane.emacs.devel Subject: Re: Namespaces - summary, conclusion Date: Mon, 04 May 2020 12:52:13 -0400 Message-ID: References: <83zhann3sw.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="38965"; mail-complaints-to="usenet@ciao.gmane.io" Cc: eliz@gnu.org, stefan@marxist.se, emacs-devel@gnu.org To: Philippe Vaucher Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon May 04 18:52:50 2020 Return-path: Envelope-to: ged-emacs-devel@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 1jVeKn-000A0Z-Gu for ged-emacs-devel@m.gmane-mx.org; Mon, 04 May 2020 18:52:49 +0200 Original-Received: from localhost ([::1]:41514 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jVeKm-0005yB-IJ for ged-emacs-devel@m.gmane-mx.org; Mon, 04 May 2020 12:52:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49940) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jVeKF-00059K-L8 for emacs-devel@gnu.org; Mon, 04 May 2020 12:52:15 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35234) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jVeKE-0001NU-VB; Mon, 04 May 2020 12:52:14 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1jVeKD-0007ZE-Aj; Mon, 04 May 2020 12:52:13 -0400 In-reply-to: (message from Philippe Vaucher on Mon, 4 May 2020 18:36:46 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:248869 Archived-At: What is commonly done in other languages for functions operating on paths only is to be prefixed with "path-". Huh? expand-file-name doesn't act on paths.