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

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

bug#58396: 29.0.50; Optimization failure for add-to-list


From: Lars Ingebrigtsen
Subject: bug#58396: 29.0.50; Optimization failure for add-to-list
Date: Mon, 10 Oct 2022 10:25:58 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

German Pacenza <germanp82@hotmail.com> writes:

> emacs -Q
> (setq tab-always-indent 'complete)
> (add-to-list pac ;; without the quote. Press TAB after the 'c'
>
> Result:
> Completion succeeds but I get the following in the echo area:
> Warning: Optimization failure for add-to-list: Handler: 
> add-to-list--anon-cmacro
> (wrong-number-of-arguments #<subr add-to-list--anon-cmacro> 2)
>
> With toggle-debug-on-error:
>
>   Debugger entered--Lisp error: (wrong-number-of-arguments #<subr 
> add-to-list--anon-cmacro> 2)

This seems like it's the same problem as reported in bug#58148 (so I'm
merging the two reports).

(And now I'm able to reproduce the problem.)





reply via email to

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