Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The output sent to nrepl buffer are not escaped/colorized properly. #312

Closed
yehe01 opened this issue Apr 16, 2013 · 5 comments
Closed

The output sent to nrepl buffer are not escaped/colorized properly. #312

yehe01 opened this issue Apr 16, 2013 · 5 comments

Comments

@yehe01
Copy link

yehe01 commented Apr 16, 2013

I am using Midje with Emacs for mac os(24.3). Somthing weird happens when i run Midje in nrepl and i believe this is due to the use of ansi-color-apply-on-region in nrepl.
#275 introduced this functoin. But the control sequences and the ansi color codes are not escaped properly. I don't konw if anybody has the same problem as me.

1

@bbatsov
Copy link
Member

bbatsov commented Apr 16, 2013

ansi-color-apply-on-region does exactly that - converts the ANSI color codes into codes. Looking at your screenshot I'm pretty sure you're not using the 0.1.7 final release of nrepl.el. Install the latest version and try this again.

@yehe01
Copy link
Author

yehe01 commented Apr 25, 2013

You're right. It's no longer a problem in 0.1.8 preview.

@yehe01 yehe01 closed this as completed Apr 25, 2013
@marick
Copy link

marick commented Jun 15, 2013

I'm using nrepl 0.1.8-preview, and I have the same problem as the original poster:

nrepl

@lgastako
Copy link

For what it's worth I just discovered this same problem with version 0.1.8 4 months later.

screen shot 2013-10-26 at 1 06 08 am

@lgastako
Copy link

The solution posted here #275 by @gregsexton worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants