syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.56k stars 4.9k forks source link

Many shortcuts broken (byte-code: Key sequence M-m h d m starts with non-prefix key M-m) #16400

Closed goodmorning-hwt closed 1 month ago

goodmorning-hwt commented 1 month ago

Description :octocat:

I've been using Emacs on Endeavour OS smoothly for weeks without any changes to my configuration file. Suddenly, I encountered an issue where several shortcuts, such as SPC b b or SPC f s, stopped functioning properly. The warning message displayed is: byte-code: Key sequence M-m h d m starts with non-prefix key M-m. I attempted to resolve the problem by reinstalling Emacs and Spacemacs, which initially seemed to work fine. However, after one or two hours, the same issue resurfaced.

240514_16h32m08s_screenshot

Reproduction guide :beetle:

I do not know. I use the same config on Ubuntu 20.04 with emacs 29.3 and the same problem did not exist.

Observed behaviour: :eyes: :broken_heart: SPC b b or SPC f s or some other shortcuts outputs byte-code: Key sequence M-m h d m starts with non-prefix key M-m.. Some shortcuts liike SPC b h works fine.

Expected behaviour: :heart: :smile: The short cuts works normally.

System Info

Backtrace :paw_prints:

%BACKTRACE%
nicorikken commented 1 month ago

I had the same issue today but after updating packages it is back to working again. I know my comment isn't helpful in debugging, but maybe updating packages (again) will help?

bcc32 commented 1 month ago

This was fixed in #16397.

goodmorning-hwt commented 1 month ago

I updated .emacs.d and it fixed. Thanks!