Error in post-command-hook (vertico--exhibit) #501
-
With a recent package update, vertico.el doesn't work now. Emacs says |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 20 replies
-
|
I have this similar problem in Emacs 29: My analysis: The macro |
Beta Was this translation helpful? Give feedback.
-
|
Same error occurs with Emacs 30.0.50 and Vertico 1.9. |
Beta Was this translation helpful? Give feedback.
-
|
Straight users: I fixed this by going to ~/.emacs.d/straight/build and doing:
and re-start emacs and these things get force-rebuilt. May be a better way, but this worked for me. |
Beta Was this translation helpful? Give feedback.
-
|
Got this error when using Guix Home. Deleting the eln-cache resolved the issue. |
Beta Was this translation helpful? Give feedback.
-
|
If you are able to reproduce it, try reporting it to the Guix mailinglist worth the instructions.
…On Sat, Oct 19, 2024, at 06:44, antlers wrote:
Got this error on Guix when switching to `emacs-next`, only occurs on the second run when loading compiled elisp.
I was going to say I've downgraded to267d4c9 but (after waiting for compilation to finish) that didn't help...
—
Reply to this email directly, view it on GitHub <#501 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AACV2HZK7GRWQWKKQOQ4HLLZ4HPUTAVCNFSM6AAAAABK552FKCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOJYHEZDGNA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
I am seeing a similar, but not exactly the same error: I don't know how to investigate this further. If you have any hints I'd be happy to try to gather more details. (Update: I forgot to mention that I did remove and reinstalled vertico. I also removed an uninstalled org-ql whose |
Beta Was this translation helpful? Give feedback.
-
|
Hi there, i've been trying to upgrade to emacs-30.0.x and today to emacs-30.1 with the release. I'm getting a similar issue to the above but re-installing things doesn't seem to make any difference. Mine is the original: Everything works fine on initial load, but once emacs finishes native byte-compiling things in the background, i get the above error. Deleting the eln-cache directory starts the same process over again. I saw that emacs-30 includes a 'stub' compat package. I tried removing the separately installed compat package, same effect. I tried removing the stub package and putting the "real" compat back in place, same effect. I did notice that if, in emacs-30, i try `compat--completion-metadata-get is a null [Missing arglist.] Not documented.` This seems suspicious. When i try that in emacs-29 i get a standard function description referencing compat-30.el. I did narrow things down to the compat-30.el library getting native byte-compiled. If i remove just compat-30-....eln from the eln-cache directory, and run emacs, vertico works. As soon as it gets compiled again, vertico doesn't work. My understanding of debugging this issue has hit its limit, and i have to revert to emacs-29 for now. But i'm hoping someone has a clue as to where i can look further... |
Beta Was this translation helpful? Give feedback.
-
|
Installed 30.1 from 29.x version. I had a same issue, deleting the |
Beta Was this translation helpful? Give feedback.
-
|
I also faced the same problem, with I couldn't |
Beta Was this translation helpful? Give feedback.
-
|
None of these worked for me (but thanks for the leads). What eventually worked was removing the byte-compiled files from |
Beta Was this translation helpful? Give feedback.
Anyway, now I tried
package-delete verticoand just reinstalled it fromlist-packagesand it works. From my side this problem seems fixed.