GNU bug report logs - #51026
29.0.50; Edebug leaves data in symbols plist after instrumentation

Previous Next

Package: emacs;

Reported by: Arthur Miller <arthur.miller <at> live.com>

Date: Tue, 5 Oct 2021 08:24:02 UTC

Severity: normal

Found in version 29.0.50

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Arthur Miller <arthur.miller <at> live.com>
Cc: 51026 <at> debbugs.gnu.org
Subject: bug#51026: 29.0.50; Edebug leaves data in symbols plist after instrumentation
Date: Tue, 05 Oct 2021 10:50:29 +0200
Arthur Miller <arthur.miller <at> live.com> writes:

> +(defun edebug--strip-plist (symbol)
> +  "Remove edebug related properties from SYMBOL's plist."
> +  (dolist (prop '(edebug edebug-behavior edebug-coverage
> +                         edebug-form-spec edebug-freq-count
> +                         ghost-edebug))
> +    (cl-remprop symbol prop)))

This will break edebug -- edebug-form-spec is set when loading
edebug.el, it's not something that happens when you instrument a
function.

I don't know about the other symbols.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 2 years and 245 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.