Skip to content

cider-result popup buffer doesn't support the ansi escape sequences #1656

@BrunoBonacci

Description

@BrunoBonacci

Expected behavior

Ansi escape sequences are rendered properly like in the cider repl buffer

Actual behavior

ansi escape sequences are printed-out without proper rendering

Steps to reproduce the problem

  • Add [com.taoensso/timbre "4.3.1"] to your project
  • start a repl
  • open a clojure buffer and type:
(require '[taoensso.timbre :as log])
(log/error (RuntimeException. "boom") "bang")
  • evaluate these in the repl and you'll see a rendered output
  • evaluate these lines with C-c C-p and you'll see the escape codes.

Environment & Version information

CIDER version information

Tried on:
CIDER 0.12.0snapshot (package: 20160405.2359), nREPL 0.2.12 and CIDER 0.11.0
on Clojure 1.7.0, Java 1.8.0_45

Emacs version

Emacs 24.5.1

Operating system

OS X 10.11 "El Capitan"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions