help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: accessing shell in emacs


From: Gary Wessle
Subject: Re: accessing shell in emacs
Date: 20 May 2006 21:18:14 +1000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

mitball <mitchellcao@gmail.com> writes:

> I'm having trouble with the accessing the shell inside emacs.  As usually I
> launch the shell inside emacs using "M-x shell"  However, whenever I type
> something into the shell, it's preceeded by ^M^M.  For example:
> 
> tcsh> ls
> ls^M^m
> ...then processes command.

try putting this into your .emacs

(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)

save and reload the file and report back



reply via email to

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