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: Concern about new binding. Date: Thu, 04 Feb 2021 17:16:18 +0200 Message-ID: <83r1lvrhh9.fsf@gnu.org> References: <20210202134950.vybbpf3iewbymfjo.ref@Ergus> <20210202134950.vybbpf3iewbymfjo@Ergus> <87h7mt3qjo.fsf@melete.silentflame.com> <87im78usd9.fsf@gnus.org> <878s84url8.fsf@gnus.org> <878s84ta7n.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25675"; mail-complaints-to="usenet@ciao.gmane.io" Cc: gregory@heytings.org, rms@gnu.org, emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Feb 04 16:22:43 2021 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 1l7gSw-0006Yc-KS for ged-emacs-devel@m.gmane-mx.org; Thu, 04 Feb 2021 16:22:42 +0100 Original-Received: from localhost ([::1]:40616 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l7gSv-0007Cc-LX for ged-emacs-devel@m.gmane-mx.org; Thu, 04 Feb 2021 10:22:41 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44388) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7gMv-0001i8-48 for emacs-devel@gnu.org; Thu, 04 Feb 2021 10:16:30 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:38656) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l7gMu-0008N6-HW; Thu, 04 Feb 2021 10:16:28 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2743 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l7gMj-0002I6-Kl; Thu, 04 Feb 2021 10:16:21 -0500 In-Reply-To: <878s84ta7n.fsf@gnus.org> (message from Lars Ingebrigtsen on Thu, 04 Feb 2021 11:10:20 +0100) 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:263876 Archived-At: > From: Lars Ingebrigtsen > Date: Thu, 04 Feb 2021 11:10:20 +0100 > Cc: Richard Stallman , emacs-devel@gnu.org > > I was thinking about asking before doing anything, if that's practically > possible, but I haven't looked at the code. I don't think it's possible, since the messages comes from a function called by GC. At least this isn't an easy local change.