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 (8)
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. |
Defined functions (8)
eshell-backward-matching-input | (REGEXP ARG) |
eshell-emit-prompt | () |
eshell-forward-matching-input | (REGEXP ARG) |
eshell-next-prompt | (N) |
eshell-previous-prompt | (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. |