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

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

bug#46722: test-map-into fails


From: dick
Subject: bug#46722: test-map-into fails
Date: Wed, 05 Jan 2022 11:04:41 -0500
User-agent: Gnus/5.14 (Gnus v5.14) Commercial/29.0.50 (gnu/linux)

> Does the patch below help?

I don't see why it would if this doesn't work:

(let ((lexical-binding t))
  (funcall
   (funcall
    (backquote
     (lambda (arg)
       (lambda () arg)))
    t)))

But clearly `byte-compile` allows things that the interpreter doesn't,
otherwise it'd never have worked for so long.

While I remain leery of the fast and loose scoping here, it was but a red
herring.  The problem lies with the hashing behavior of
`cl--generic-dispatchers`.








reply via email to

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