Next: Minibuffer Windows, Previous: Reading a Password, Up: Minibuffers
This section describes some commands meant for use in the minibuffer.
This command exits the active minibuffer. It is normally bound to keys in minibuffer local keymaps.
This command exits the active minibuffer after inserting the last character typed on the keyboard (found in
last-command-event
; see Command Loop Info).
This command replaces the minibuffer contents with the value of the nth previous (older) history element.
This command replaces the minibuffer contents with the value of the nth more recent history element.
This command replaces the minibuffer contents with the value of the nth previous (older) history element that matches pattern (a regular expression).
This command replaces the minibuffer contents with the value of the nth next (newer) history element that matches pattern (a regular expression).