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

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

bug#30668: 27.0.50; Error in `completing-read'


From: Eli Zaretskii
Subject: bug#30668: 27.0.50; Error in `completing-read'
Date: Sat, 26 Jun 2021 16:55:14 +0300

> Cc: p.stephani2@gmail.com, 30668@debbugs.gnu.org
> Date: Sat, 26 Jun 2021 09:38:30 -0400
> From:  Stefan Monnier via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> +(defun completion--prompt-end ()
> +  (let ((end (minibuffer-prompt-end)))
> +    (if (< (point) end)
> +        (user-error "Can't complete in prompt")
> +      end)))

Won't minibuffer--completion-prompt-end be a better name?





reply via email to

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