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.64k stars 4.89k forks source link

Deleting a file drops you into an InactiveMinibuffer with no spacemacs keybinds #16513

Closed nightkr closed 2 weeks ago

nightkr commented 1 month ago

Description :octocat:

Deleting a file drops you into an InactiveMinibuffer with no spacemacs keybinds.

Reproduction guide :beetle:

Observed behaviour: :eyes: :broken_heart: The window switches to a "trap" InactiveMinibuffer with no regular Spacemacs keybinds available. Clicking in the buffer opens a secondary window with the *Messages* buffer open, and the following new message:

Error during redisplay: (eval (spaceline-ml-main)) signaled (error "Invalid face" spacemacs-nil-face)

Expected behaviour: :heart: :smile: The window reverts to the previous buffer.

System Info :computer:

henriquenj commented 3 weeks ago

I can't reproduce this problem, I always end up in the previous buffer. But to me it looks like some problem with a spaceline theme. Have you tried another modeline? i.e. by customizing dotspacemacs-mode-line-theme. Or have you customize something related with the spaceline?

smile13241324 commented 2 weeks ago

I can also not reproduce this when I start Spacemacs it starts in my project.org file when I then create a new file, i.e. new.org, and then remove it again I end up in the previous buffer.

I also assume this is a side effect of a config issue with your spaceline theme.

smile13241324 commented 2 weeks ago

Not reproducible, possible configuration issue.

Please reopen when still relevant.