-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invalid preview key on the latest consult #7064
Comments
this problem need rewrite |
I also see this when typing |
Is there any work-around I can use in my Emacs configuration file? |
@minad I'm wondering is C-SPC actually invalid or did something change, I also had C-SPC bound in my config (not related to doom emacs though) and currently I too get this error/warning. |
@ghosty141 I updated the key configuration to use the new key format. See also the changelog. I clarified the message in minad/consult@982ec0b. |
I see, so basically it was always invalid and kbd was just very permissive. That clarifies it, thank you. |
No, the difference is that instead of |
Funnily enough I just found that out myself, thanks for clarifying though! |
doomemacs/doomemacs#7064 (comment) Signed-off-by: Alex Murray <[email protected]>
emacs-straight/compat@7ca7d300d1d2 -> emacs-straight/compat@2bedcb5ea919 mhayashi1120/Emacs-wgrep@f9687c28bbc2 -> mhayashi1120/Emacs-wgrep@edf768732a56 minad/consult-flycheck@7a10be316d72 -> minad/consult-flycheck@51b1b48e8dad minad/consult@16b2dc5e34c8 -> oantolin/orderless@ae849b3d9f8c minad/marginalia@c1365bf0c7b5 -> minad/marginalia@6d48ed54be87 minad/vertico@bedd146c3ffc -> minad/vertico@f303790546ed oantolin/embark@629cce948c56 -> oantolin/embark@4882b395cef9 oantolin/orderless@847694e78c12 -> minad/vertico@f303790546ed tumashu/vertico-posframe@a3d0802d7b4a -> tumashu/vertico-posframe@790f74b49d53 gagbo/consult-lsp@58b541476203 -> gagbo/consult-lsp@f8db3252c0da magit/magit@0ef98ef51811 -> magit/magit@6d325d90ba13 consult-lsp needed to be bumped to work with some changed consult internals, and due to compat shenanigans we have to bump magit to latest as well. Includes fixes to stay up to date with upstream api changes to. consult-customize and the deprecation of embark-define-keymap Close: doomemacs#7064
commit d31566a Author: Itai Y. Efrat <[email protected]> Date: Thu Feb 9 21:17:51 2023 +0200 feat(vertico): remap Info-search to consult-info commit 2c3930d Author: Itai Y. Efrat <[email protected]> Date: Thu Feb 9 01:42:21 2023 +0200 bump: :completion vertico compat consult-lsp magit git-commit emacs-straight/compat@7ca7d300d1d2 -> emacs-straight/compat@2bedcb5ea919 mhayashi1120/Emacs-wgrep@f9687c28bbc2 -> mhayashi1120/Emacs-wgrep@edf768732a56 minad/consult-flycheck@7a10be316d72 -> minad/consult-flycheck@51b1b48e8dad minad/consult@16b2dc5e34c8 -> oantolin/orderless@ae849b3d9f8c minad/marginalia@c1365bf0c7b5 -> minad/marginalia@6d48ed54be87 minad/vertico@bedd146c3ffc -> minad/vertico@f303790546ed oantolin/embark@629cce948c56 -> oantolin/embark@4882b395cef9 oantolin/orderless@847694e78c12 -> minad/vertico@f303790546ed tumashu/vertico-posframe@a3d0802d7b4a -> tumashu/vertico-posframe@790f74b49d53 gagbo/consult-lsp@58b541476203 -> gagbo/consult-lsp@f8db3252c0da magit/magit@0ef98ef51811 -> magit/magit@6d325d90ba13 consult-lsp needed to be bumped to work with some changed consult internals, and due to compat shenanigans we have to bump magit to latest as well. Includes fixes to stay up to date with upstream api changes to. consult-customize and the deprecation of embark-define-keymap Close: doomemacs#7064 # Conflicts: # modules/emacs/vc/packages.el # modules/tools/magit/packages.el
The consult-customize function will now report a message when using (kbd ...) as a value for the :preview-key. See doomemacs/doomemacs#7064 See purcell/emacs.d@289a748
The consult-customize function will now report a message when using (kbd ...) as a value for the :preview-key. See doomemacs/doomemacs#7064.
The consult-customize function will now report a message when using (kbd ...) as a value for the :preview-key. See doomemacs/doomemacs#7064.
The consult-customize function will now report a message when using (kbd ...) as a value for the :preview-key. See doomemacs/doomemacs#7064.
The consult-customize function will now report a message when using (kbd ...) as a value for the :preview-key. See doomemacs/doomemacs#7064.
emacs-straight/compat@7ca7d300d1d2 -> emacs-straight/compat@2bedcb5ea919 mhayashi1120/Emacs-wgrep@f9687c28bbc2 -> mhayashi1120/Emacs-wgrep@edf768732a56 minad/consult-flycheck@7a10be316d72 -> minad/consult-flycheck@51b1b48e8dad minad/consult@16b2dc5e34c8 -> oantolin/orderless@ae849b3d9f8c minad/marginalia@c1365bf0c7b5 -> minad/marginalia@6d48ed54be87 minad/vertico@bedd146c3ffc -> minad/vertico@f303790546ed oantolin/embark@629cce948c56 -> oantolin/embark@4882b395cef9 oantolin/orderless@847694e78c12 -> minad/vertico@f303790546ed tumashu/vertico-posframe@a3d0802d7b4a -> tumashu/vertico-posframe@790f74b49d53 gagbo/consult-lsp@58b541476203 -> gagbo/consult-lsp@f8db3252c0da magit/magit@0ef98ef51811 -> magit/magit@6d325d90ba13 consult-lsp needed to be bumped to work with some changed consult internals, and due to compat shenanigans we have to bump magit to latest as well. Includes fixes to stay up to date with upstream api changes to. consult-customize and the deprecation of embark-define-keymap Close: doomemacs#7064
The consult-customize function will now report a message when using (kbd ...) as a value for the :preview-key. See doomemacs/doomemacs#7064.
…: [67108896]" error Related to bug doomemacs#7064 Was causing the mentioned error in themes preview
emacs-straight/compat@7ca7d300d1d2 -> emacs-straight/compat@2bedcb5ea919 mhayashi1120/Emacs-wgrep@f9687c28bbc2 -> mhayashi1120/Emacs-wgrep@edf768732a56 minad/consult-flycheck@7a10be316d72 -> minad/consult-flycheck@51b1b48e8dad minad/consult@16b2dc5e34c8 -> oantolin/orderless@ae849b3d9f8c minad/marginalia@c1365bf0c7b5 -> minad/marginalia@6d48ed54be87 minad/vertico@bedd146c3ffc -> minad/vertico@f303790546ed oantolin/embark@629cce948c56 -> oantolin/embark@4882b395cef9 oantolin/orderless@847694e78c12 -> minad/vertico@f303790546ed tumashu/vertico-posframe@a3d0802d7b4a -> tumashu/vertico-posframe@790f74b49d53 gagbo/consult-lsp@58b541476203 -> gagbo/consult-lsp@f8db3252c0da magit/magit@0ef98ef51811 -> magit/magit@6d325d90ba13 consult-lsp needed to be bumped to work with some changed consult internals, and due to compat shenanigans we have to bump magit to latest as well. Includes fixes to stay up to date with upstream api changes to. consult-customize and the deprecation of embark-define-keymap Close: doomemacs#7064
The consult-customize function will now report a message when using (kbd ...) as a value for the :preview-key. See doomemacs/doomemacs#7064.
This block is causing an
Invalid preview key: [67108896]
error because(key-valid-p (kbd "C-SPC"))
returns nil.System Information
https://pastebin.com/L1fVW6d8
The text was updated successfully, but these errors were encountered: