You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
What happened?
Hey Thierry
I don't know the use-case of helm-buffer-max-length
See its docstring.
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: numper-or-marker-p, nil
The error say all, helm-buffer-max-length should be a number...
It is protected in helm-buffers where it was used originally but not in
helm-mode, it is now fixed.
Thanks.
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 withcompletions-detailed
enabled breakskill-buffer
returningWrong type argument: number-or-marker-p, nil
How to reproduce?
With this config
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
The text was updated successfully, but these errors were encountered: