lsp-mode keeps prompting "File to save in" in minibuffer when the buffer content is changed #4418
-
IDEInEmacsIssue.mp4It didn't happen before I updated emacs to 29.3, or maybe by other factors I've also tried to disable "auto-save-mode" and "auto-save-visited-mode", but still no help. Buffer is able to be saved to file by "(save-buffer)/C-x C-s". This also happens when using Eglot instead. See the issue page I posted on Eglot repo: Link lsp-mode version is Using pyright 1.1.357, on VoidLinux, kernel 6.6.22_1 Also I tried with haskell-mode and haskell-language-server, but resulted the same. Edit: It seems to be a configuration problem, when I tried
emacs init.el
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It turns out that the culprit was a command that I defined. :(
The part which is the following caused the problem.
|
Beta Was this translation helpful? Give feedback.
It turns out that the culprit was a command that I defined. :(
The part which is t…