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

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

bug#71934: comp--spill-lap-function and closure (wad: bug#71934: 31.0.50


From: Michael Heerdegen
Subject: bug#71934: comp--spill-lap-function and closure (wad: bug#71934: 31.0.50; edebug--called-interactively-skip vs. new fun objects)
Date: Mon, 08 Jul 2024 03:35:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Alan Mackenzie <acm@muc.de> writes:

> It's apparent that the one that used to work,
>
>     (cl-defmethod comp--spill-lap-function ((form list))
>
> , no longer works since function forms were converted to a different
> format in March.  It needs modifying to handle the new format.

That was the question.

So, of what kind can the argument FORM be?  Any form (any lisp
expression - any kind of "code") - lambda lists, function values?

As far as I understand the above method originally supported lambda
lists and you made it handle function values as well.  And because
function values are now represented differently the above method does
not handle this case any more.

Is this correct?


Thx,

Michael.





reply via email to

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