File: em-prompt.el.html
Most of the prompt navigation commands of comint-mode are
supported, such as C-c C-n, C-c C-p, etc.
Defined variables (9)
eshell-after-prompt-hook | A list of functions to call after outputting the prompt. |
eshell-before-prompt-hook | A list of functions to call before outputting the prompt. |
eshell-highlight-prompt | If non-nil, Eshell should highlight the prompt. |
eshell-prompt-function | A function that returns the Eshell prompt string. |
eshell-prompt-load-hook | A list of functions to call when loading ‘eshell-prompt’. |
eshell-prompt-mode | Non-nil if Eshell-Prompt mode is enabled. |
eshell-prompt-mode-hook | Hook run after entering or leaving ‘eshell-prompt-mode’. |
eshell-prompt-regexp | A regexp which fully matches your Eshell prompt. |
eshell-prompt-repeat-map | Keymap to repeat eshell-prompt key sequences. Used in ‘repeat-mode’. |
Defined functions (12)
eshell--append-text-property | (START END PROP VALUE &optional OBJECT) |
eshell-backward-matching-input | (REGEXP ARG) |
eshell-backward-paragraph | (&optional N) |
eshell-bol-ignoring-prompt | (ARG) |
eshell-emit-prompt | () |
eshell-forward-matching-input | (REGEXP ARG) |
eshell-forward-paragraph | (&optional N) |
eshell-next-prompt | (&optional N) |
eshell-previous-prompt | (&optional N) |
eshell-prompt-initialize | () |
eshell-prompt-mode | (&optional ARG) |
eshell-skip-prompt | () |
Defined faces (1)
eshell-prompt | The face used to highlight prompt strings. For highlighting other kinds of strings -- similar to shell mode’s behavior -- simply use an output filer which changes text properties. |