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

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

bug#21874: 25.0.50; point-entered no longer works


From: Stefan Monnier
Subject: bug#21874: 25.0.50; point-entered no longer works
Date: Wed, 23 Mar 2016 20:27:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

>     (setq minibuffer-prompt-properties '((read-only t)
>                                          (cursor-intangible t)
>                                          (face minibuffer-prompt)))
>
> The user then needs to add just one line to their config if they want to
> make the minibuffer prompts untouchable.

I kind of find it a poor choice, since it sets a property which just
happens to be unused.

>     (add-hook 'minibuffer-setup-hook #'cursor-intangible-mode)

A user might do this for other reasons and might find the
side-effect unexpected.

Note that setting minibuffer-prompt-properties via Custom will
automatically do this `add-hook' when needed.


        Stefan





reply via email to

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