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.bugs Subject: bug#46573: 28.0.50; Error when edebugging setting unbound place Date: Tue, 02 Mar 2021 07:58:42 +0200 Message-ID: <83blc26qr1.fsf@gnu.org> References: <87v9ar1w4l.fsf@web.de> <87mtw3r5hr.fsf@gnus.org> <8735xvr4o2.fsf@gnus.org> <87y2fnppn5.fsf@gnus.org> <87r1lfppjm.fsf@gnus.org> <83r1le7lwg.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23973"; mail-complaints-to="usenet@ciao.gmane.io" Cc: michael_heerdegen@web.de, gazally@runbox.com, larsi@gnus.org, 46573@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Mar 02 07:03:41 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1lGy8C-00068C-VL for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 02 Mar 2021 07:03:40 +0100 Original-Received: from localhost ([::1]:43862 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lGy8B-0005Lq-UE for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 02 Mar 2021 01:03:39 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40276) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lGy3h-0007Z0-QX for bug-gnu-emacs@gnu.org; Tue, 02 Mar 2021 00:59:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39873) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lGy3h-00041I-JU for bug-gnu-emacs@gnu.org; Tue, 02 Mar 2021 00:59:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lGy3h-0005DD-Io for bug-gnu-emacs@gnu.org; Tue, 02 Mar 2021 00:59:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 02 Mar 2021 05:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46573 X-GNU-PR-Package: emacs Original-Received: via spool by 46573-submit@debbugs.gnu.org id=B46573.161466473620024 (code B ref 46573); Tue, 02 Mar 2021 05:59:01 +0000 Original-Received: (at 46573) by debbugs.gnu.org; 2 Mar 2021 05:58:56 +0000 Original-Received: from localhost ([127.0.0.1]:51419 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lGy3c-0005Cu-HD for submit@debbugs.gnu.org; Tue, 02 Mar 2021 00:58:56 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50602) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lGy3b-0005Cj-E9 for 46573@debbugs.gnu.org; Tue, 02 Mar 2021 00:58:55 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33522) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lGy3V-0003sa-E5; Tue, 02 Mar 2021 00:58:49 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2274 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lGy3O-0004YU-HX; Tue, 02 Mar 2021 00:58:43 -0500 In-Reply-To: (message from Stefan Monnier on Mon, 01 Mar 2021 16:17:40 -0500) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:201186 Archived-At: > From: Stefan Monnier > Cc: Gemini Lasswell , michael_heerdegen@web.de, > 46573@debbugs.gnu.org > Date: Mon, 01 Mar 2021 16:17:40 -0500 > > >> I checked older Emacs versions -- (setf foo 'bar) works in Emacs 26.1, > >> but not in Emacs 27.1. > > Then we should try fixing it in Emacs 27.2, if that's possible without > > risky changes. > > I plan to install the patch below into `master` to fix this problem, but > I believe this change is sufficiently safe for the `emacs-27` branch, so > you agree I'll install it into `emacs-27` instead. I'm okay with installing this on the emacs-27 branch, but please wait for a day to let others comment. Thanks.