Description 
When pressing C-x k to kill buffer, an empty mini frame pops up at the bottom of the Emacs window, Args out of range: 27678, 1, 1 message on gutter.
Reproduction guide 🪲
- Start Emacs
- Open a file, for example
SPC f e d to open the dotfile
Observed behaviour: 👀 💔
An empty mini frame pops up at the bottom of the Emacs window, Args out of range: 27678, 1, 1 message on gutter.
Expected behaviour: ❤️ 😄
Buffer is killed without any side effects.
Could it be that the helm package has refactored or introduced new/different methods?
System Info 💻
- OS: darwin
- Emacs: 30.2
- Spacemacs: 0.999.0
- Spacemacs branch: develop (rev. 4d7c01d)
- Graphic display: t
- Running in daemon: nil
- Distribution: spacemacs
- Editing style: hybrid
- Completion: helm
- Layers:
((c-c++ :variables c-c++-adopt-subprojects t c-c++-backend 'lsp-clangd
c-c++-dap-adapters '(dap-lldb dap-gdb-lldb dap-cpptools)
c-c++-lsp-enable-semantic-highlight 'rainbow)
csv emacs-lisp
(go :variables go-backend 'lsp go-format-before-save t go-use-golangci-lint t
go-use-test-args "-race -timeout 10s" godoc-at-point-function
'godoc-gogetdoc gofmt-command "gofumpt")
graphviz (groovy :variables groovy-backend 'company-groovy)
(html :variables css-enable-lsp t html-enable-lsp t less-enable-lsp t
scss-enable-lsp t web-fmt-tool 'prettier)
(java :variables java-backend 'meghanada)
(javascript :variables javascript-backend 'lsp javascript-fmt-on-save t
javascript-fmt-tool 'prettier javascript-import-tool 'import-js
js-indent-level 4 js2-basic-offset 4 js2-include-node-externs t
js2-mode-show-parse-errors nil js2-mode-show-strict-warnings nil)
(json :variables json-fmt-on-save t json-fmt-tool 'prettier)
(kotlin :variables kotlin-backend 'company-kotlin) major-modes
(python :variables python-backend 'lsp python-lsp-server 'pylsp
python-format-on-save t python-formatter '(yapf)
python-sort-imports-on-save t python-test-runner '(pytest))
(ruby :variables ruby-backend 'lsp ruby-enable-enh-ruby-mode t
ruby-prettier-on-save t)
(rust :variables lsp-rust-analyzer-cargo-auto-reload t rust-backend 'lsp
rustic-format-on-save t)
(sql :variables sql-capitalize-keywords t sql-lsp-sqls-workspace-config-path
'workspace)
(typescript :variables typescript-backend 'lsp typescript-fmt-on-save t
typescript-fmt-tool 'prettier)
react graphql markdown (shell-scripts :variables shell-scripts-backend 'lsp)
toml windows-scripts (yaml :variables yaml-enable-lsp t)
(auto-completion :variables auto-completion-enable-help-tooltip t
auto-completion-enable-snippets-in-popup t
auto-completion-enable-sort-by-usage t
auto-completion-tab-key-behavior 'cycle
auto-completion-use-company-posframe t)
better-defaults dtrt-indent emoji
(geolocation :variables geolocation-enable-automatic-theme-changer t
geolocation-enable-location-service t)
(helm :variables spacemacs-helm-rg-max-column-number 128) helpful
(ibuffer :variables ibuffer-group-buffers-by 'modes) imenu-list
(lsp :variables lsp-lens-enable t lsp-ui-sideline-show-symbol t
lsp-enable-file-watchers nil lsp-log-io nil)
multiple-cursors nav-flash
(org :variables org-enable-appear-support t org-enable-asciidoc-support t
org-enable-bootstrap-support t org-enable-github-support t
org-enable-hugo-support t org-enable-jira-support t org-enable-valign t
org-enable-org-journal-support t org-journal-dir "~/Documents/org-journal"
org-todo-dependencies-strategy 'naive-auto)
(osx :variables osx-command-as 'super osx-control-as 'control osx-function-as
'none osx-option-as 'meta osx-right-command-as 'control
osx-right-control-as 'control osx-right-option-as 'none
osx-swap-option-and-command nil)
pdf
(shell :variables close-window-with-terminal t shell-default-height 28
shell-default-position 'bottom shell-default-shell 'vterm
shell-default-term-shell "/usr/local/bin/zsh")
(spell-checking :variables enable-flyspell-auto-completion t
spell-checking-enable-by-default nil)
(treemacs :variables treemacs-use-all-the-icons-theme t
treemacs-use-collapse-dirs 3 treemacs-use-filewatch-mode nil
treemacs-use-follow-mode t treemacs-use-git-mode 'deferred
treemacs-use-scope-type 'Perspectives)
(tree-sitter :variables spacemacs-tree-sitter-hl-black-list
'(js2-mode rjsx-mode) tree-sitter-fold-enable t)
(unicode-fonts :variables unicode-fonts-force-multi-color-on-mac t)
(cmake :variables cmake-backend 'lsp cmake-enable-cmake-ide-support t) dap
debug (finance :variables hledger-journal-file "~/Documents/Finanzas.journal")
(git :variables git-enable-magit-gitflow-plugin t git-enable-magit-svn-plugin t)
gtags import-js pandoc prettier
(syntax-checking :variables syntax-checking-auto-hide-tooltips 3)
(version-control :variables version-control-diff-tool 'diff-hl)
(llm-client :variables llm-client-enable-gptel t) colors)
- System configuration features: ACL GIF GLIB GMP GNUTLS IMAGEMAGICK JPEG LCMS2 LIBXML2 MODULES NATIVE_COMP NOTIFY KQUEUE NS PDUMPER PNG RSVG SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XIM XWIDGETS ZLIB
Description
When pressing
C-x kto kill buffer, an empty mini frame pops up at the bottom of the Emacs window,Args out of range: 27678, 1, 1message on gutter.Reproduction guide 🪲
SPC f e dto open the dotfileObserved behaviour: 👀 💔
An empty mini frame pops up at the bottom of the Emacs window,
Args out of range: 27678, 1, 1message on gutter.Expected behaviour: ❤️ 😄
Buffer is killed without any side effects.
Could it be that the
helmpackage has refactored or introduced new/different methods?System Info 💻