From: Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
Subject: Re: M-x shell gives garbage ...
Date: 13 Mar 2003 12:18:49 +0100 [thread overview]
Message-ID: <m3r89bcy5i.fsf@cicero.benny.turtle-trading.net> (raw)
In-Reply-To: u1y1bud3q.fsf@hotmail.com
Hi Peter,
Peter Wu <peterwu@hotmail.com> writes:
> When I switch to that mode and type 'ls', it gives me the output in
> garbage.
It's probably the effect of the --color option of GNU ls. You can
disable that option, it is probably set in some alias overload for
ls. Or you can enable colors in shell mode with
(autoload 'ansi-color-for-comint-mode-on "ansi-color" nil t)
(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
Hope this helps, benny
prev parent reply other threads:[~2003-03-13 11:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-13 4:03 M-x shell gives garbage Peter Wu
2003-03-13 11:15 ` Kai Großjohann
2003-03-13 11:18 ` Benjamin Riefenstahl [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3r89bcy5i.fsf@cicero.benny.turtle-trading.net \
--to=benjamin.riefenstahl@epost.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).