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

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

Re: Emacs Shell Ansi Colors


From: Paul R
Subject: Re: Emacs Shell Ansi Colors
Date: Mon, 29 Sep 2008 14:45:24 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Lorenzo> So it looks like there could be a problem with the TERM
Lorenzo> environment variable (but do not ask me what this stands
Lorenzo> for). I suppose (hope?) this is a one-liner for somebody
Lorenzo> really knowledgeable about emacs. Kind Regards

in case you need a drop-in solution for emacs, you can use the lines
below. 

    (comint-send-string (current-buffer) "alias ls='ls --color'")
then do a 
    (comint-send-input)

-- 
  Paul




reply via email to

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