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: Sun, 20 Aug 2023 07:15:55 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.14.0

On 20.08.23 06:39, Michael Heerdegen wrote:
Gerd Möllmann <gerd.moellmann@gmail.com> writes:

(The description in the Elisp manual, BTW, also explain what the
duplicate name does, although I'm not sure why it is done here,
because the names of the local functions should be unique already.
I'm probably overlooking something.)

Ok - I understand now that the names are used by Edebug internally, to
map the code pieces to a descriptor.

Then I guess the names must be unique here because shadowing local
functions would get the same name assigned.  Or any that appear
anywhere, actually... right?

Correct.






reply via email to

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