From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#40992: 27.0.90; Evaluating a function while using edebug breaks Date: Mon, 4 May 2020 18:34:22 +0000 Message-ID: <20200504183422.GA26211@ACM> References: <87sggkawmz.fsf@russet.org.uk> <87y2q87amj.fsf@pouar.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="118125"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 40992@debbugs.gnu.org To: Pouar Dragon Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon May 04 20:35:12 2020 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 1jVfvr-000UYs-OG for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 04 May 2020 20:35:11 +0200 Original-Received: from localhost ([::1]:50074 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jVfvq-0001wR-Px for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 04 May 2020 14:35:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38742) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jVfvj-0001uJ-0h for bug-gnu-emacs@gnu.org; Mon, 04 May 2020 14:35:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:50635) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jVfvi-0000Bf-N3 for bug-gnu-emacs@gnu.org; Mon, 04 May 2020 14:35:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jVfvi-0003Rq-EW for bug-gnu-emacs@gnu.org; Mon, 04 May 2020 14:35:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 04 May 2020 18:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40992 X-GNU-PR-Package: emacs Original-Received: via spool by 40992-submit@debbugs.gnu.org id=B40992.158861726813210 (code B ref 40992); Mon, 04 May 2020 18:35:02 +0000 Original-Received: (at 40992) by debbugs.gnu.org; 4 May 2020 18:34:28 +0000 Original-Received: from localhost ([127.0.0.1]:33948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jVfv9-0003R0-Sd for submit@debbugs.gnu.org; Mon, 04 May 2020 14:34:28 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:20300 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1jVfv8-0003Qq-CY for 40992@debbugs.gnu.org; Mon, 04 May 2020 14:34:26 -0400 Original-Received: (qmail 17438 invoked by uid 3782); 4 May 2020 18:34:24 -0000 Original-Received: from acm.muc.de (p4FE15D33.dip0.t-ipconnect.de [79.225.93.51]) by localhost.muc.de (tmda-ofmipd) with ESMTP; Mon, 04 May 2020 20:34:23 +0200 Original-Received: (qmail 26236 invoked by uid 1000); 4 May 2020 18:34:22 -0000 Content-Disposition: inline In-Reply-To: <87y2q87amj.fsf@pouar.net> X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de 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:179696 Archived-At: Hello, Pouar. On Sun, May 03, 2020 at 20:27:16 -0500, Pouar Dragon wrote: > There's still some code in edebug.el that calls > edebug--overlay-breakpoints-remove and edebug--overlay-breakpoints > -- > Pouar Dragon > My GPG Keys: https://keybase.io/pouar Yes, you're right. I'd neglected to compile the file under emacs -Q, so didn't spot the errors. It should be fixed, now. Sorry about the annoyance this must have caused, and thanks for reporting it. -- Alan Mackenzie (Nuremberg, Germany).