[ < ] | [ > ] | [ << ] | [Plus haut] | [ >> ] | [Top] | [Table des matières] | [Index] | [ ? ] |
These functions access the minibuffer prompt and contents.
This function returns the prompt string of the currently active minibuffer.
If no minibuffer is active, it returns nil
.
This function returns the current position of the end of the minibuffer prompt, if a minibuffer is current. Otherwise, it returns the minimum valid buffer position.
This function returns the current display-width of the minibuffer prompt, if a minibuffer is current. Otherwise, it returns zero.
This function returns the editable contents of the minibuffer (that is, everything except the prompt) as a string, if a minibuffer is current. Otherwise, it returns the entire contents of the current buffer.
This is like minibuffer-contents
, except that it does not copy text
properties, just the characters themselves. Voir la section Text Properties.
This is like minibuffer-contents
, except that it returns only the
contents before point. That is the part that completion commands operate
on. Voir la section Completion and the Minibuffer.
This function erases the editable contents of the minibuffer (that is, everything except the prompt), if a minibuffer is current. Otherwise, it erases the entire current buffer.
Ce document a été généré par Eric Reinbold le 13 Octobre 2007 en utilisant texi2html 1.78.