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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESS layer does not bind keys for inferior-ess-mode #16308

Closed
NicholasKirchner opened this issue Mar 9, 2024 · 1 comment
Closed

ESS layer does not bind keys for inferior-ess-mode #16308

NicholasKirchner opened this issue Mar 9, 2024 · 1 comment

Comments

@NicholasKirchner
Copy link
Contributor

Description :octocat:

ESS layer key combinations don't work from R repl.

Reproduction guide 馃

  • Start Emacs
  • Load a .R file to activate ess layer
  • SPC m ' to start an R repl
  • From repl buffer, try SPC m s s

Observed behaviour: 馃憖 馃挃
Nothing happens. inferior-ess-mode does not get the key bindings that it's supposed to.

Expected behaviour: 鉂わ笍 馃槃
Focus should switch back to the .R file, because SPC m s s is supposed to be bound to ess-switch-to-inferior-or-script-buffer.

System Info 馃捇

  • OS: darwin
  • Emacs: 29.2
  • Spacemacs: 0.999.0
  • Spacemacs branch: develop (rev. 8f70193)
  • Graphic display: t
  • Running in daemon: nil
  • Distribution: spacemacs
  • Editing style: vim
  • Completion: helm
  • Layers:
(ruby yaml
      (lsp :variables lsp-ui-doc-enable nil lsp-lens-enable nil)
      (javascript :variables javascript-backend 'lsp js2-mode-show-strict-warnings nil js2-mode-show-parse-errors nil)
      (elixir :variables elixir-backend 'lsp elixir-ls-path "~/bin/elixir-ls-v0.17.10/")
      (docker :variables docker-dockerfile-backend 'lsp)
      (go :variables go-tab-width 4 go-backend 'lsp)
      (ess :variables ess-r-backend 'lsp)
      clojure ruby-on-rails html latex themes-megapack theming git finance emacs-lisp helm multiple-cursors
      (shell :variables set-default-shell 'vterm shell-default-height 30 shell-default-position 'bottom)
      spell-checking version-control treemacs)
  • System configuration features: ACL DBUS GLIB GNUTLS JSON LCMS2 LIBXML2 MODULES NATIVE_COMP NOTIFY KQUEUE NS PDUMPER PNG RSVG SQLITE3 THREADS TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XIM XWIDGETS ZLIB
@NicholasKirchner
Copy link
Contributor Author

Proposed PR: #16310

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants