-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Space bar is broken in eaf layer browser #15306
Comments
Confirmed. |
Hello, I am a Doom user, but I had the same issue. The code given to doom users for the space bar to work is the following:
My fixed code is the following:
Note that the "stringp=" seems to be unecessary now. Hope this can help you solve this issue for spacemacs ! Best Regards. |
Upstream wiki is outdated, while eaf APIs tend to be aggressively updated & live at HEAD. The workaround works perfectly. I'm willing to create PR (and fix upstream Wiki page) soon. |
- Tested with my machine - Both (kbd "SPC") and (kbd ",") works fine in eaf-browser
- Tested with my machine - Both (kbd "SPC") and (kbd ",") works fine in eaf-browser
…anges. - Replace outdated eaf API call with most recent ones - Tested with eaf-browser on my machine - Both (kbd "SPC") and (kbd ",") works fine in eaf-browser
- Replace outdated eaf API call with most recent ones - Tested with eaf-browser on my machine - Both (kbd "SPC") and (kbd ",") works fine in eaf-browser
* checkversion/develop: (143 commits) fix typo (syl20bnr#15470) Remove disabled code and FIXME: resolved. (syl20bnr#15464) disable evil-surround in magit-status buffers (syl20bnr#15462) core-jump: fix incorrect lookup of :async (syl20bnr#15449) Replace alist helm sources with proper helm sources (syl20bnr#15364) Fix syl20bnr#15306. Reflect eaf layer keybinding logic to upstream changes. [lsp] Change default source of bindings back to spacemacs [core] Make startup not fail when home buffer is customised [spacemacs-editing] initialize `undo-tree-history-directory-alist` [neotree] Add zz, zt, zb bindings notmuch: Fix company based address completion (syl20bnr#15392) [bot] "documentation_updates" Mon Mar 28 11:29:34 UTC 2022 (syl20bnr#15433) [github] clarify Git configuration and authorisation documentation [org] Make org buffers work with helm-imenu-in-all-buffers [nixos] Fix variable name in README (syl20bnr#15413) [helm] fix typo in helm-ls-git (syl20bnr#15411) [completion] Fix readme markup. (syl20bnr#15410) [bot] "documentation_updates" Fri Mar 11 06:55:25 UTC 2022 (syl20bnr#15402) [git] document configuration of Magit Forge and Git identity (syl20bnr#15388) README: Added a Discord Channel ...
…anges. - Replace outdated eaf API call with most recent ones - Tested with eaf-browser on my machine - Both (kbd "SPC") and (kbd ",") works fine in eaf-browser
…anges. - Replace outdated eaf API call with most recent ones - Tested with eaf-browser on my machine - Both (kbd "SPC") and (kbd ",") works fine in eaf-browser
Description
Pressing the space bar in eaf layer browser does nothing and throws an error. I've tested this on a totally fresh Ubuntu 20.04 installation. I installed Emacs with snap.
Reproduction guide 🪲
Observed behaviour: 👀 💔
Pressing space bar does nothing and throws an error:
Expected behaviour: ❤️ 😄
Pressing space bar opens the menu and does not throw an error.
System Info 💻
The text was updated successfully, but these errors were encountered: