emacs-devel
[Top][All Lists]
Advanced

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

Re: Should minibuffer prompt be made intangible by default? (Was debbugs


From: Stefan Monnier
Subject: Re: Should minibuffer prompt be made intangible by default? (Was debbugs 21874: 25.0.50; point-entered no longer works)
Date: Thu, 31 Mar 2016 17:37:47 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> Is that right? That will work in this case, but in general isn't it a bad
> idea to setq a defcustom, given that it won't run its :set form?

That's why there's the

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

You should always be able to set things up with good ol' setq
and friends.  Custom is something you *can* use but shouldn't have to
(tho, admittedly, currently our story for Elisp-level customization of
faces is rather poor, so for those I think that Custom is the only
reasonable option).


        Stefan




reply via email to

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