Re: Using ANSI colors?

Luís Oliveira <[email protected]> Sun, 7 Jan 2018 17:46:31 +0000
Newsgroups gmane.lisp.slime.devel
Message-ID <CAB-HnLSeQg2e4Cm8Evbh-D83iZzQ1hiNRxE2+BMEuzWRjLcJYg@mail.gmail.com>
Ben,

On Sun, Jan 7, 2018 at 5:15 PM Ben Lambert <[email protected]> wrote:
> I'm not very familiar with Emacs Lisp, but I took a stab at it anyway.  I wasn't quite able to get it to work.  I'm not sure I understand how the buffer positions and markers.  Perhaps you have any tips for what's wrong?
> https://github.com/belambert/slime/commit/68074c9e096e65ddd1f70fd271907d4692244f27

<https://github.com/luismbo/slime/commit/2fd618bacc686cebb1e523e689afc907cdfb75a5>
seems to work.

Moving forward, I suppose a buffer-local defcustom
slime-repl-ansi-color for toggling this (perhaps nil by default) seems
like the way to go, what do you think?

Cheers,
Luís