ada-mode-users
[Top][All Lists]
Advanced

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

colorize the alr output in Emacs' compilation buffer


From: Rolf Ebert
Subject: colorize the alr output in Emacs' compilation buffer
Date: Wed, 26 Oct 2022 19:54:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0

I call 'alr build' as compile command. That does not look pretty at all,
the escape sequences are shown and not translated. So I called 'alr
--no-color build'. But that looks boring. After some research I added
the following two lines to my .emacs:

(require 'ansi-color)
(add-hook 'compilation-mode-hook 'ansi-color-for-comint-mode-on)

But that does not work neither.

Has anybody tried that before and has a solution?

Regards

     Rolf





reply via email to

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