Closed smaximov closed 1 year ago
Thanks for the report. This issue is not present on Emacs 29. I cannot support Emacs 30 just yet, since it is not stable enough. This might be caused by some bytecode compiler regression. Do you use the newest commit of Emacs 30? You can also try to bisect Emacs 30 to locate where the problem was introduced and report it upstream, if there is indeed some regression.
The nconc
optimization is what I suspected. Are you Maks on the Emacs bug tracker? Thanks a lot for digging into this! https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-04/msg01676.html
Are you Maks on the Emacs bug tracker?
Nope, that's not me 😄
Okay, I guess the report on the Emacs bug tracker was just a lucky coincidence then. Thanks anyway, and thanks to Maks! :smile:
For reference - thankfully this issue has been fixed quickly by @mattiase in https://github.com/emacs-mirror/emacs/commit/1dcb737405a7a299fe6d01a5d9bd0c79328920b7.
Hello! With the following minimal config:
when I run M-x, I get "Error in post-command-hook (vertico--exhibit): (wrong-type-argument listp 0)", stacktrace:
GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.37, cairo version 1.16.0) I was able to reproduce this error with Vertico versions 1.2 and 1.3.