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: x-color-cache-bucket-size Date: Sat, 28 May 2022 09:01:24 +0300 Message-ID: <83ee0emc0b.fsf@gnu.org> References: <837d67np7z.fsf@gnu.org> <8735gufq48.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="710"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 28 08:04:47 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 1nupZ8-000Abm-Uk for ged-emacs-devel@m.gmane-mx.org; Sat, 28 May 2022 08:04:46 +0200 Original-Received: from localhost ([::1]:34270 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nupZ7-0003Ga-CM for ged-emacs-devel@m.gmane-mx.org; Sat, 28 May 2022 02:04:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45052) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nupVw-0001SN-RN for emacs-devel@gnu.org; Sat, 28 May 2022 02:01:31 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51352) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nupVu-00078Z-TY; Sat, 28 May 2022 02:01:27 -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=RNRk6rvducpMEsZ56fFLsA1+pvXFiejCCdTVlXZ+ywQ=; b=fYmTg4MH75cu Ya/D8/HptWqoRRUNTVpCq2yeigymhLFXEnswEQLBkcXN0SwY4TBnH0Mokl7HL7iJ4BLZ8FY49NAsa LYVblk093B8RHva1+75S/1Oumxb5lVtcJur/haiSJmknkPguHnpFpXcPdDxoqR/k3dRWo2PgdyQ+W K++x2S2gHd3r4ZHDQoBVe14x3B5VDnM2AJsTIpw+NzAqoSmIqVhopkk+ORhxa1zkdkfKITXIkCVW5 xvWG+yynBWHklABunrfE9lfQtgB3gvpfD9JwVW/iXfKPK39hhZmEYroIZeN9G8gurhwSVqQK0VmUc bObU2SfV5zVncGiWZBee1g==; Original-Received: from [87.69.77.57] (port=1066 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 1nupVu-0004hq-AV; Sat, 28 May 2022 02:01:26 -0400 In-Reply-To: (message from Stefan Monnier on Fri, 27 May 2022 20:43:04 -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:290325 Archived-At: > From: Stefan Monnier > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Fri, 27 May 2022 20:43:04 -0400 > > Po Lu [2022-05-28 08:38:31] wrote: > > Stefan Monnier writes: > >> Why do we need to expose this? > > Debugging. It's not something users are supposed to make use of. > > I usually give those kinds of variables a name that makes it more clear, > to try and avoid any surprise later on. It should be enough to say something like "Internal use only."