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: Tue, 04 Jan 2022 16:56:34 -0500
User-agent: Gnus/5.14 (Gnus v5.14) Commercial/29.0.50 (gnu/linux)

You can't do,

(funcall
 (funcall
  (backquote
   (lambda (arg)
     (lambda () arg)))
  t))

which is what `cl--generic-get-dispatcher` tries to do.  You need an
apply-partially somewhere in there.

Also in same function, `method-cache` buys you nothing, so getting rid of
it along with `with-memoization` and `(require subr-x)` is a not
insubstantial win.

Fixing may or may not put the kibosh on the heisen-flap.





reply via email to

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