You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to track down some bug where nil is getting called by active-input-method. This is happening whenever I call my M-x. (I'm using spacemacs config in emacs keybinding mode, and have my leaderkey to M-SPC; so M-SPC M-SPC ends up calling spacemacs/helm-M-x-fuzzy-matching). Which then pops an error and doesn't do anything; second attempt pulls up M-x.
Ok, seeing that my M-SPC key command is actually getting mapped to s-SPC.
In describe-mode for bqn-mode s-SPC key is bound to [closure] (could be nice to have names on these bindings??); in describe-key with bqn-mode active, s-SPC wasn't showing any other bindings except my own 🤷.
✔️📝Solution for now:
Set "s-SPC" to nil in bqn-mode-map
(debating whether to send this, since I solved my issue through this process, but... want to show some love so... yeah 💌. Thanks for all the hard work on this! 🙏)
Adding a few other bits:
• bqn-mode buffer font seems to be non-monospaced? Is there a way to change this?
• bqn keyboard display is mangled, perhaps because of the non-monospaced issue.
• I'm also using dvorak keyboard, so keyboard display isn't quite mapped to what my keys are anyways (I'm used to this kind of thing, so no big expectation there). But did want to point to this blog, in case useful, where user made dvorak display for gnu-apl-mode, that correctly displays keyboard layout (also fixed formatting issue if I recall correctly).
The text was updated successfully, but these errors were encountered:
Trying to track down some bug where
nil
is getting called byactive-input-method
. This is happening whenever I call my M-x. (I'm using spacemacs config in emacs keybinding mode, and have my leaderkey toM-SPC
; soM-SPC M-SPC
ends up callingspacemacs/helm-M-x-fuzzy-matching
). Which then pops an error and doesn't do anything; second attempt pulls up M-x.Ok, seeing that my
M-SPC
key command is actually getting mapped tos-SPC
.In describe-mode for bqn-mode
s-SPC
key is bound to[closure]
(could be nice to have names on these bindings??); in describe-key with bqn-mode active,s-SPC
wasn't showing any other bindings except my own 🤷.Stack Trace:
✔️📝Solution for now:
Set "s-SPC" to
nil
inbqn-mode-map
(debating whether to send this, since I solved my issue through this process, but... want to show some love so... yeah 💌. Thanks for all the hard work on this! 🙏)
Adding a few other bits:
• bqn-mode buffer font seems to be non-monospaced? Is there a way to change this?
• bqn keyboard display is mangled, perhaps because of the non-monospaced issue.
• I'm also using dvorak keyboard, so keyboard display isn't quite mapped to what my keys are anyways (I'm used to this kind of thing, so no big expectation there). But did want to point to this blog, in case useful, where user made dvorak display for gnu-apl-mode, that correctly displays keyboard layout (also fixed formatting issue if I recall correctly).
The text was updated successfully, but these errors were encountered: