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

Setting completions-detailed to t breaks kill-buffer command when helm-buffer-max-length is set to nil #2697

Open
1 task done
cloudchin opened this issue Jan 20, 2025 · 0 comments
Labels

Comments

@cloudchin
Copy link

cloudchin commented Jan 20, 2025

What happened?

Hey Thierry

I don't know the use-case of helm-buffer-max-length or why I had it in my config to begin with, but having it set to nil with completions-detailed enabled breaks kill-buffer returning Wrong type argument: number-or-marker-p, nil

How to reproduce?

With this config

(require 'helm)
(require 'helm-autoloads)
(helm-mode 1)
(setq helm-buffer-max-length nil
      completions-detailed t)

and try C-x k

Alternatively, set those variables in an emacs-helm.sh session and C-x k

Helm Version

Master branch

Emacs Version

Emacs-29.1

OS

GNU/Linux

Relevant backtrace (if possible)


Minimal configuration

  • I agree using a minimal configuration
@cloudchin cloudchin added the bug label Jan 20, 2025
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