GNU bug report logs - #70368
[PATCH] Use a dedicated type to represent interpreted-function values

Previous Next

Package: emacs;

Reported by: Stefan Monnier <monnier <at> iro.umontreal.ca>

Date: Sat, 13 Apr 2024 19:58:03 UTC

Severity: normal

Tags: patch

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


Message #61 received at 70368 <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: 70368 <at> debbugs.gnu.org
Subject: Re: bug#70368: [PATCH] Use a dedicated type to represent
 interpreted-function values
Date: Tue, 30 Apr 2024 14:49:58 +0200
Stefan Monnier <monnier <at> iro.umontreal.ca> writes:

> Could you post an actual recipe?
>
> so AFAICT the old code would have burped on `apply` just as well.

It's indeed a special case.  I'm doing this:

#+begin_src emacs-lisp
(advice-add 'edebug-enter :before
  (lambda (&rest _) "Turn off `view-mode' which would shadow edebug bindings."
    (when (fboundp 'view-mode)
      (view-mode -1)))
  '((name . turn-off-view-mode)))
#+end_src

Then hitting d in any Edebug recursive edit will pop up the mentioned
warning.

Maybe you know how to silently skip the frame in this case, too?
Else I will find a way to silence the warning for myself in some
unorthodox way.

Thx,

Michael.




This bug report was last modified 1 year and 22 days ago.

Previous Next


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