emacs-devel
[Top][All Lists]
Advanced

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

Re: Avoiding moving point into minibuffer prompt area


From: Luc Teirlinck
Subject: Re: Avoiding moving point into minibuffer prompt area
Date: Tue, 16 Aug 2005 22:53:10 -0500 (CDT)

Drew Adams wrote:
    
    - Neither the Emacs manual nor the Emacs-Lisp manual contains the word
   "inviolable".
    
"Inviolable" is just an internal Custom tag.  From cus-start.el:

(const :tag "Inviolable"
       :doc "Prevent point from ever entering prompt"
       :format "%t%n%h"
       :inline t
       (point-entered minibuffer-avoid-prompt))

    - Is "intangible" not the same property as what Customize refers to as
   "inviolable"? More precisely, isn't the "intangible" property what makes the
   minibuffer-prompt area "inviolable"?

No, it is the point-entered property, as you can see from the above.
If it were the intangible property, you would be able to move to the
beginning of the prompt, you would just not be able to move _inside_
the prompt.  In other words, C-b would not stop just after the
prompt.  Instead, it would move from just after the prompt to the
beginning of the minibuffer with one single C-b.

    - If so,

It is not so, so I guess that makes the remainder of the message irrelevant.

Sincerely,

Luc.




reply via email to

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