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: Please rename trusted-content to trusted-contents Date: Fri, 20 Dec 2024 09:52:19 +0200 Message-ID: <86cyhmkczw.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25509"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 20 08:53:12 2024 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 1tOXou-0006Y5-2x for ged-emacs-devel@m.gmane-mx.org; Fri, 20 Dec 2024 08:53:12 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tOXoP-0005aa-A3; Fri, 20 Dec 2024 02:52:41 -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 1tOXoM-0005aN-Ni for emacs-devel@gnu.org; Fri, 20 Dec 2024 02:52:38 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tOXoM-0007bs-Da for emacs-devel@gnu.org; Fri, 20 Dec 2024 02:52:38 -0500 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=PzwlCUzEZUP3Emp1621GMN3YkZWxIi6ivvyvE3uTwpM=; b=KKUXG/kJSPoU X24gXsde/fJKll+PnbRdUzfG+u13tppZbN+y+IKO537BbASOkoOddjuynTZWpvF+KhJP50MQSBeHw jTpmttDFLO/TobBL+OiiWU3EdAU5vw4l8qRakyvrZKs3lsPvSfYhrjhgtF1e+LsU+1ijug3jsRUsJ OlGTQfTtogRj5CWgrkpmb2M/stBP0Rrk7wLA/GqbGtNgpuUuwbpEWu9w7So5GcI0b/NSUWPJt14f/ RFaVO2tOa146HclVZBAoCY05bbavEnDo29O7YEJD+fL2gJEYy5KB2vQJH/9+aEjI0YaRFIftts0tk pPrIGJJFHSqWDXq2zG6Lpw==; In-Reply-To: (message from Richard Stallman on Fri, 20 Dec 2024 00:23:32 -0500) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:326784 Archived-At: > From: Richard Stallman > Date: Fri, 20 Dec 2024 00:23:32 -0500 > > "Contents" and "content" are two different words, and for this > meaning, "contents" is correct. It means the contents of the > file, and that's what we refer to here. > > Please let's rename that symbol now before it gets into a release. The Emacs 30.0.93 pretest was already uploaded with "trusted-content" in it. So if we rename it now, we will need to support both spellings, via defvaralias. I'm not sure the problem is acute enough to justify such last-minute changes.