How to reproduce:
Start emacs -Q, install marginalia and try to complete a M-x <something> command. Deactivating marginalia-mode fixes the issue.
Bug :
When I try to get completions for a command (for example M-x list-pa <TAB>) which should just complete to list-packages, it does not work and fails with [Wrong type argument : stringp, nil]. Trying to use any vertical completion such as fido-vertical-mode or vertico-mode also fails. The problematic function seems to be : marginalia--truncate: Wrong type argument: stringp, nil.
I must say I'm not sure if this is related to the more recent version of Emacs I built today or to marginalia itself!
Hi all,
I think I've found a bug,
Info:
How to reproduce: Start
emacs -Q
, installmarginalia
and try to complete aM-x <something>
command. Deactivatingmarginalia-mode
fixes the issue.Bug : When I try to get completions for a command (for example
M-x list-pa <TAB>
) which should just complete tolist-packages
, it does not work and fails with[Wrong type argument : stringp, nil]
. Trying to use any vertical completion such asfido-vertical-mode
orvertico-mode
also fails. The problematic function seems to be :marginalia--truncate: Wrong type argument: stringp, nil
.I must say I'm not sure if this is related to the more recent version of Emacs I built today or to
marginalia
itself!Thanks =)