ansi.el icon indicating copy to clipboard operation
ansi.el copied to clipboard

Emacs library to convert strings into ansi

Results 7 ansi.el issues
Sort by recently updated
recently updated
newest added

Coveralls setting seems not to be found, so I add it.

Run CI on Emacs-24.{1,2,3}

Hello, FYI https://github.com/rejeep/ansi.el/commit/bd9076cc360ac3880879975cf0721f8c24c91aec bumped the requirements to `24.4`, thus forcing Cask to also bump its requirements. https://github.com/cask/cask/issues/480 Just linking the two so future people know.

`ansi-color.el` which have a feature; "ansi-color -> face" attached Emacs. But Emacs doesn't have "face -> ansi-color" package. I think this package purpose is very basic and useful for Emacs....

Remove third party dependency. Related #4. As adding ELPA, it should have clean dependency.

> Later terminals added the ability to directly specify the "bright" colors with 90-97 and 100-107. https://en.wikipedia.org/wiki/ANSI_escape_code#Colors I think this is pretty much 100% supported nowadays.

The files test/ansi-dsl-on-color-test.el and test/ansi-dsl-color-test.el hold several duplicate test functions: for instance `test-dsl-color-black` is defined in both files with several others. This results in a make failure: ``` zsh% make...