Gentoo Archives: gentoo-user

From: Tom Naujokas <tomnaujokas@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: emacs shell color question
Date: Wed, 27 Dec 2006 20:56:12
Message-Id: 1167252687.9784.11.camel@Athlon-XP-2500.homenetwork.org
In Reply to: [gentoo-user] Re: emacs shell color question by reader@newsguy.com
1 On Wed, 2006-27-12 at 12:51 -0600, reader@×××××××.com wrote:
2 > ...[snip]...
3 >
4 > Are you using [Xe]macs in console mode or in an xterm .. other?
5
6 I'm starting xemacs from an xterm with the command "xemacs &".
7
8 > What is the output of `alias|grep ls'?
9
10 $ alias|grep ls
11 alias d='ls --color'
12 alias ll='ls --color -l'
13 alias ls='ls --color=auto'
14 $
15
16 I've never customized those aliases.
17
18 >
19 > No. Emacs terminal is internal to [Xe]macs
20 >
21
22 But still, wouldn't commands like ls or gcc need the terminfo in
23 order to know the correct escape sequences to generate for that
24 internal terminal?
25
26 Tom Naujokas
27
28 --
29 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: emacs shell color question reader@×××××××.com