emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: On prompt in shell mode


From: adg
Subject: Re: On prompt in shell mode
Date: Tue, 12 Aug 2008 15:10:40 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Le 12 Aug 2008 vers 15:05, Angelo Graziosi <address@hidden> a tapoté :

> The following regards Emacs (trunk) both on Linux and Cygwin.
>
> When I do: M-x shell, the prompt has garbage:
>
> ^[]0;~/downloads/cygwinports^G
> address@hidden ^[[33m~/downloads/cygwinports^[[0m
> $
>
> being
>
> echo PS1
> \[\e]0;address@hidden \[\e[33m\]\w\[\e[0m\]\n\$
>
> I have found [1], for which 'ansi-color-for-comint-mode-on' should fix
> the thing. I have also tried defining PS1='PROMPT>' or PS1='address@hidden
> \w\n$ ' in .emacs_bash, but in all cases there is still garbage after
> M-x shell.
>
> So I would ask if you have a better solutions.
>

Maybe you need to unset PROMPT_COMMAND ?

-- 
Antoine DG




reply via email to

[Prev in Thread] Current Thread [Next in Thread]