[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: eshell bug? extra TAB after prompt
From: |
Yuri Khan |
Subject: |
Re: eshell bug? extra TAB after prompt |
Date: |
Wed, 23 Aug 2023 01:10:43 +0700 |
On Wed, 16 Aug 2023 at 18:48, Rainer J.H. Brandt <rjhb@bb-c.de> wrote:
> eshell often, but not always, prints an extra TAB immediately after the
> prompt. I have
>
> (setq eshell-prompt-regexp "$ "
> eshell-prompt-function (lambda nil "$ "))
I do not use eshell and this reply will probably not help you against
the original problem, but did you really intend your
eshell-prompt-regexp to match end of line followed by a space?