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: Gerd Möllmann
Subject: bug#65344: 28.2; Unable to Edebug cl-flet form which uses argument destructuring
Date: Fri, 25 Aug 2023 08:33:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Michael Heerdegen <michael_heerdegen@web.de> writes:

> Gerd Möllmann <gerd.moellmann@gmail.com> writes:
>
>> That's correct.  Setting edebug-gate to t makes not matching an error.
>> That's the, confusing to me, invalid-read-syntax.  I understand that.
>
> Would it maybe work (as a workaround) to use &interpose and bind
> edebug-gate -> nil in the matching function?

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.





reply via email to

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