From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 38697a07c0 1/2: Add :safe property to ffap-machine-p-* variables Date: Fri, 08 Jul 2022 16:16:57 +0300 Message-ID: <83zghj3fsm.fsf@gnu.org> References: <835yk74vqq.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32268"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefan@marxist.se, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jul 08 15:19:06 2022 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 1o9nsw-0008Ct-0E for ged-emacs-devel@m.gmane-mx.org; Fri, 08 Jul 2022 15:19:06 +0200 Original-Received: from localhost ([::1]:46098 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o9nsu-0006W4-OO for ged-emacs-devel@m.gmane-mx.org; Fri, 08 Jul 2022 09:19:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:32950) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o9nqy-0004E1-Uq for emacs-devel@gnu.org; Fri, 08 Jul 2022 09:17:05 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42552) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o9nqs-0005F8-T8; Fri, 08 Jul 2022 09:16:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=vq4xkXojeadXrtFsbmk+QmtFJhlaIQhH8VfwPP7h9FE=; b=OE4vJFi1Xm1k Gb7ML2sjmrJYxCwWyTyaeXpCcTosdUvgUbhiUF1clkwliSidJpoIWDEzeh3NRPqlXCUU3mfh2aMDG faMFNnSRKwi/zT2CX6ltGEgKt2uNPfcKT4e38RyqhRCY6OSnchJ1uxaNwffnQ1jFS52j6UCJwfgxr zLhQ3xvqyqaInG1yztk49O67u+vcvc+P3ZJSQjRBRW2Mv0w/9+M4rycK81byWntxqzjQWs6MsYJ5/ pDMQ6XhARY9qO13kCsagwoUupcfIAdB4mZKxNqzvtREuv+piL2ErIYj7nMrvIxFGu6C85vsJp2Jo/ zPmdReejO3G9gxcDjqvtwQ==; Original-Received: from [87.69.77.57] (port=4548 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o9nqs-00024A-Ax; Fri, 08 Jul 2022 09:16:58 -0400 In-Reply-To: (message from Stefan Monnier on Fri, 08 Jul 2022 09:03:25 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:291963 Archived-At: > From: Stefan Monnier > Cc: Stefan Kangas , emacs-devel@gnu.org > Date: Fri, 08 Jul 2022 09:03:25 -0400 > > > This uses an internal function as the value of a property of a user > > option, which I think is not a good idea. > > Why is that a problem? It's not nice. If we are serious about internal things being internal, we should avoid exposing them to users.