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: Angelo Graziosi
Subject: Re: On prompt in shell mode
Date: Tue, 12 Aug 2008 16:17:24 +0200
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

address@hidden ha scritto:
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 ?


$ echo $PROMPT_COMMAND
history -a

$ unset PROMPT_COMMAND

$ emacs -Q &       or    $ emacs &
M-x shell

Same result: garbage.

    Angelo








reply via email to

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