From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: John ff Newsgroups: gmane.emacs.devel Subject: Re: Bug or feature? Date: Sat, 15 Jun 2024 10:52:50 +0100 Message-ID: References: <87zfsn7evr.fsf.ref@yahoo.com> <87zfsn7evr.fsf@yahoo.com> <86v82soj02.fsf@gnu.org> <864j9uwsh3.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="21614"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Android Cc: monnier@iro.umontreal.ca,luangruo@yahoo.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jun 15 11:54:47 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 1sIQ7T-0005OY-01 for ged-emacs-devel@m.gmane-mx.org; Sat, 15 Jun 2024 11:54:47 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sIQ6w-0007Dp-BK; Sat, 15 Jun 2024 05:54:14 -0400 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 1sIQ6v-0007Df-2v for emacs-devel@gnu.org; Sat, 15 Jun 2024 05:54:13 -0400 Original-Received: from codemist.co.uk ([217.155.197.248]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sIQ6t-0004a4-Ly; Sat, 15 Jun 2024 05:54:12 -0400 Original-Received: from [172.16.4.31] by codemist.co.uk with esmtp (Exim 4.97.1) (envelope-from ) id 1sIQ6G-000000000MX-1ry1; Sat, 15 Jun 2024 10:53:32 +0100 In-Reply-To: <864j9uwsh3.fsf@gnu.org> X-Referenced-Uid: 266187 Thread-Topic: Re: Bug or feature? X-Is-Generated-Message-Id: true X-ACL-Warn: No reverse lookup Received-SPF: pass client-ip=217.155.197.248; envelope-from=jpff@codemist.co.uk; helo=codemist.co.uk X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:320127 Archived-At: -------- Original Message -------- From: Eli Zaretskii = Sent: Sat Jun 15 08:55:04 GMT+01:00 2024 To: monnier@iro=2Eumontreal=2Eca C= c: luangruo@yahoo=2Ecom, emacs-devel@gnu=2Eorg Subject: Re: Bug or feature?= Ping! > Date: Sat, 01 Jun 2024 17:06:05 +0300 > From: Eli Zaretskii > Cc: emacs-devel@gnu=2Eorg >=20 > > From: Po Lu > > Date: Sat, 18 May 2024 15:34:00 +0800 > >=20 > > There is an elaborate segment of code in reset_buffer_local_variables > > for, among other actions, eliminating outdated value cells from > > buffer-local symbols that is not run when the shortcut is taken of > > clearing local_var_alist_ in the case where PERMANENT_TOO is set, whic= h > > I suspect results in variable watchers being ignored and outdated symb= ol > > values persisting=2E Is there a specific reason for this discrepancy,= or > > is it just an oversight? >=20 > Stefan, any comments? >=20 >=20