Problem: Eshell assumes no multiline prompt
Offenders
eshell-bol
- Try typing
M-p
(eshell-previous-matching-input-from-input
) on a multiline prompt. The misbehavior is because that function above does not handle multilines
- Try typing
eshell-prompt-initialize
- It disregards the Custom variable
eshell-skip-prompt-function
, overriding it in favor of the builtineshell-skip-prompt
, which does not handle multilines
- It disregards the Custom variable
- Probably other things
What links here
Created (9 months ago)