[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs shell colors screwed up
|
From: |
Colin Williams |
|
Subject: |
Re: emacs shell colors screwed up |
|
Date: |
Fri, 7 Aug 2009 22:48:29 -0400 |
try out http://eddymulyono.livejournal.com/68920.html, although you
might want to use M-x ansi-term instead M-x shell
On Fri, Aug 7, 2009 at 9:49 PM, Seth Bird<address@hidden> wrote:
> I just installed emacs 22.2.1 on Jaunty via apt-get. Here is an
> example of what happens:
>
> address@hidden:~$ ls
> ^[[0m^[[0marc^[[0m ^[[01;34mbqw^[[0m ^[[0mc.arc^[[0m ^
> [[01;34mclocks^[[0m ^[[01;34mpublic_html^[[0m ^[[01;32mrepeat.sh^
> [[0m ^[[0mtodo^[[0m
> address@hidden:~$
>
> This happens both when I'm inside gnu screen, and outside of it.
>
> I want to keep colors, but just obviously have them work properly :)
>
> my .emacs file:
>
> (global-set-key (kbd "C-x C-b") 'buffer-menu)
> (add-hook 'shell-mode-hook '(lambda () (toggle-truncate-lines 1)))
> (setq comint-prompt-read-only t)
>
>