bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55289: 29.0.50; minibuffer-next-completion errors on wrap when compl


From: Juri Linkov
Subject: bug#55289: 29.0.50; minibuffer-next-completion errors on wrap when completion-show-help and completions-header-format are set to nil
Date: Fri, 06 May 2022 20:11:17 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

> 1. Run emacs -Q
> 2. Evaluate the following form:
>    (setq completions-format 'one-column
>          completion-auto-select nil
>          completion-show-help nil
>          completions-header-format nil
>          completion-auto-help 'visual
>          completion-wrap-movement t)
> 3. Type 'M-x gnus M-<up> M-<down>'
> 4. Emacs reports error: "Wrong type argument: integer-or-marker-p, nil"

Thanks for the bug report.  It seems it's related to the last problem of
bug#54374.  So fixing bug#54374 could fix this as well.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]