Tom Naujokas <[EMAIL PROTECTED]> writes: > On Wed, 2006-27-12 at 12:51 -0600, [EMAIL PROTECTED] wrote: >> ...[snip]... >> >> Are you using [Xe]macs in console mode or in an xterm .. other? > > I'm starting xemacs from an xterm with the command "xemacs &". > >> What is the output of `alias|grep ls'? > > $ alias|grep ls > alias d='ls --color' > alias ll='ls --color -l' > alias ls='ls --color=auto'
> But still, wouldn't commands like ls or gcc need the terminfo in > order to know the correct escape sequences to generate for that > internal terminal? I am not an expert and not an Xemacs user... I use fsf emacs since 1996. However my terminfo has no entry for emacs either and I do not see the escape sequences so I think the answer to above question is no. You might have a lisp package called ansi-colors.el in your Xemacs installation. Run this command against the directory that holds all the Xemacs source lisp files (ending in *.el *.elc) find YourLispDirectory/ -iname '*ansi*' And see if it is available. If so I think it will do what you need for now. But I do beleive something in your env is causing the trouble. For expert advice on this I suggest you post a question on: gnu.emacs.xemacs newsgroup. You can get to that newsgroup on www.gmane.org to. Its called: gmane.emacs.xemacs.general Someone there will be able to give you expert advice. -- gentoo-user@gentoo.org mailing list