nix-community / nix-doom-emacs

doom-emacs packaged for Nix [maintainers=@thiagokokada]
MIT License
218 stars 43 forks source link

`Invalid preview key: [67108896]` on `M-x consult-recent-file` #381

Open akaihola opened 1 year ago

akaihola commented 1 year ago

On a fresh install of nix-doom-emacs and after disabling evil, if I type C-c f r or M-x consult-recent-file, I see this:

kuva

This seems to correspond to doomemacs/doomemacs#7064, so a misconfiguration in doomemacs/modules/completion/vertico/config.el.

ckiee commented 1 year ago

Then that sounds like upstream's thing to fix? Or #353. What are you expecting?

akaihola commented 1 year ago

Hi @ckiee, thanks for your reply!

I'm not familiar enough with internals of nix-doom-emacs or Doom Emacs to figure out what needs to be done. I guess I wanted to bring this to nix-doom-emacs maintainers' attention so the version of Doom Emacs is updated when the fix has landed. Maybe that's partly what #353 is about?

Also, I'm trying to find an easy work-around which I could add in config.el, and I'd appreciate if anyone can give some pointers on what it might be.

ckiee commented 1 year ago

It's updated when someone has the energy/time to update it, which has been a while: #316. You can work on updating it if you want.

akaihola commented 1 year ago

This seems to be fixed now in upstream doomemacs#7064.