GNU bug report logs -
#50186
Shell in emacs very annoying using zsh
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Zsh is one of the programs that I need to run with
`comint-process-echoes' set to t in the comint buffer...
?ηÉ/orbitingflea, can you define these two functions,
(defun det () (interactive) (setq comint-process-echoes t))
(defun den () (interactive) (setq comint-process-echoes nil))
and then use Zsh a bit with comint-process-echoes set to true and a
bit with comint-process-echoes set to nil - use `M-x det' and `M-x
den' to change the value - to see if something changes?
[[]],
Eduardo Ochs
http://angg.twu.net/#eev
On Sat, 28 Aug 2021 at 13:06, ���ηÉ via Bug reports for GNU Emacs, the
Swiss army knife of text editors <bug-gnu-emacs <at> gnu.org> wrote:
> Hello Juri,
>
> > Actually, I see no problems with multi-line prompts in Emacs.
> > I tried to use "\n" in PS1 in bash, and then run M-x shell.
> > No problems noticed :)
>
> Wow! That's surprising to me.
> Maybe I should show my zsh config file that generating this bug:
>
> export ZSH="/home/friend/.oh-my-zsh"
> ZSH_THEME="ys"
> plugins=(git)
> source $ZSH/oh-my-zsh.sh
> export DISPLAY=`cat /etc/resolv.conf | grep nameserver | awk '{print
> $2}'`:0.0
> export PATH="/home/friend/.local/bin:$PATH"
>
> Here I used "ys" theme of oh-my-zsh, and it has multi-line prompt.
> By the way, I tested bash with multi-line prompt, as you said. No problem.
> So the problem comes from zsh?
>
[Message part 2 (text/html, inline)]
This bug report was last modified 3 years and 297 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.