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: Clément Pit--Claudel
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 18:46:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

On 03/31/2016 02:38 PM, Stefan Monnier wrote:
> Tho I'd personally recommend that if you don't want to use the Custom
> UI, then don't use Custom from Elisp either, and just use straight:
> 
>     (setq minibuffer-prompt-properties
>           (append ... minibuffer-prompt-properties))
>     (add-hook 'minibuffer-setup-hook #'cursor-sensor-mode)

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?

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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