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-hookA list of functions to call after outputting the prompt.
eshell-before-prompt-hookA list of functions to call before outputting the prompt.
eshell-highlight-promptIf non-nil, Eshell should highlight the prompt.
eshell-prompt-functionA function that returns the Eshell prompt string.
eshell-prompt-load-hookA list of functions to call when loading ‘eshell-prompt’.
eshell-prompt-modeNon-nil if Eshell-Prompt mode is enabled.
eshell-prompt-mode-hookHook run after entering or leaving ‘eshell-prompt-mode’.
eshell-prompt-regexpA regexp which fully matches your Eshell prompt.
eshell-prompt-repeat-mapKeymap 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-promptThe 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.