consult-yank-pop
gives a (void-function :append)
error.
#1259
Replies: 2 comments
-
Unfortunately I cannot reproduce this.
This looks like a compile error. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Huh. I've installed it from Melpa and reinstalled it, as I mentioned. Anyway, I've now installed it using Guix and it works. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
consult-yank-pop
gives a(void-function :append)
error.Steps to reproduce:
Open some file and do
consult-yank-pop
.Get a
(void-function :append)
error.Before this, I deleted and reinstalled
consult
.The consult-version is
20250821.1739
with revisionc8bbb3f1e2fb
.The Emacs version is
GNU Emacs 30.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.43, cairo version 1.18.4)
My operating system is Guix Linux.
Note that
yank-pop
produces no error.I used Edebug to trace down the error as far as I could. It occurs on line 1816, right after
consult--preview-append-local-pch
finishes.The debugger produces the following output:
Beta Was this translation helpful? Give feedback.
All reactions