help-gnu-emacs
[Top][All Lists]
Advanced

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

M-x compile: escape sequence


From: Xavier Maillard
Subject: M-x compile: escape sequence
Date: Thu, 02 Jun 2016 15:20:44 -0000
User-agent: Gnus (5.13), GNU Emacs 24.5.1 (x86_64-apple-darwin15.3.0)

Hello,

as discussed into another thread (TDD/BDD) and as Philip suggestion, I've
tried to practice M-x compile RET instead of going into a terminal and type «
make ».

This works pretty good except for something odd I do not know how to fix:

-*- mode: compilation; default-directory: "~/git/sententia/" -*-
Compilation started at Fri Apr 29 00:01:58

make -k 
cask exec ert-runner
cask exec ecukes
Warning: Lisp directory 
`/usr/local/Cellar/emacs/24.5/share/emacs/24.5/lisp/emacs-parallel': No such 
file or directory
Warning: Lisp directory 
`/usr/local/Cellar/emacs/24.5/share/emacs/24.5/lisp/emacs-parallel': No such 
file or directory
[32m.[0m
[1A[1C[32m.[0m
[1A[2C[31m.[0m

  Scenario: Activate sententia mode
    [32mGiven I start an action chain[0m
    [32mAnd I turn on sententia-mode[0m
    [31mThen "sententia-mode" should be active[0m
      [31mSymbol's value as variable is void: sententia-mode[0m
    [36mThen The current buffer should be in "sententia-mode"[0m

3 scenarios ([31m1 failed[0m, [32m2 passed[0m)
13 steps ([31m1 failed[0m, [36m1 skipped[0m, [32m11 passed[0m)
make: *** [ecukes] Error 1
make: Target `all' not remade because of errors.

Compilation exited abnormally with code 2 at Fri Apr 29 00:02:01

As you can see, there are many color escape sequences not converted into
their coresponding color. I would like to fix that. Where do I have to start
looking for ?

Thank you

Xavier Maillard


reply via email to

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