Skip to content
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

Ctrl-x 1 not working anymore in org mode? #4452

Open
3 tasks done
tobiasBora opened this issue May 13, 2024 · 0 comments
Open
3 tasks done

Ctrl-x 1 not working anymore in org mode? #4452

tobiasBora opened this issue May 13, 2024 · 0 comments
Labels

Comments

@tobiasBora
Copy link

Thank you for the bug report

  • I am using the latest version of lsp-mode related packages.
  • I checked FAQ and Troubleshooting sections
  • You may also try reproduce the issue using clean environment using the following command: M-x lsp-start-plain

Bug description

Since I installed lsp-mode, Ctrl-x 1 is not working reliably, notably in org-mode. Indeed, pressing c-x will not close all windows except for the current one (sometimes, only one window gets closed but not the others)

Steps to reproduce

I'm not sure to understand yet what must be enabled for the bug to trigger, but here is a fairly reproducible way to trigger this:

  • open an org mode file in .org
  • open a typescript .ts file
  • type ctrl-x 2 to cut the window in 2
  • c-x o to go to the other window
  • C-x b to bring the org file to the current to the original org file
  • c-x 1 to keep only the org mode… nothing happens.

Expected behavior

I'd expect c-x 1 to behave like before, i.e. quit all windows but the current one.

Which Language Server did you use?

ts-ls, nothing for org-mode

OS

Linux

Error callstack

No response

Anything else?

I'm not the only one with this bug https://emacs.stackexchange.com/questions/77201/lsp-modes-magic-to-prevent-c-x-1-from-working

@tobiasBora tobiasBora added the bug label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant