Public bug reported:
Binary package hint: emacs22
on a clean ubuntu 9.04 installation, install emacs22 (22.2-0ubuntu2) and start
a shell buffer.
check that ls is aliased:
$ alias
alias ls='ls --color=auto'
executing ls will outputs uninterpreted escapes.
I would expect ls to colorize directories, executable files etc.
executing this solves the problem.
(add-hook 'shell-mode-hook (lambda ()
(ansi-color-for-comint-mode-on)))
** Affects: emacs22 (Ubuntu)
Importance: Undecided
Status: New
--
with standard configuration shell does not interpret color escapes
https://bugs.launchpad.net/bugs/373313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs