-
-
Notifications
You must be signed in to change notification settings - Fork 647
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
Comments
|
You're right. It's no longer a problem in 0.1.8 preview. |
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
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.
The text was updated successfully, but these errors were encountered: