bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65344: 28.2; Unable to Edebug cl-flet form which uses argument destr


From: Michael Heerdegen
Subject: bug#65344: 28.2; Unable to Edebug cl-flet form which uses argument destructuring
Date: Fri, 25 Aug 2023 19:53:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Gerd Möllmann <gerd.moellmann@gmail.com> writes:

> I don't think so.  The docs say for &interpose
>
>      means that Edebug will first match SPEC against the code and then
>      call FUN with the code that matched ‘spec’
>
> i.e. it first tries to match, which will give an error.

The idea is that we would match with 'sexp' or some catchall pattern and
then instrument using 'form' inside the function.

Michael.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]