tpapp / julia-repl

Run an inferior Julia REPL in a terminal inside Emacs
Other
170 stars 35 forks source link

Silence "error during redisplay" warnings #54

Closed dellison closed 5 years ago

dellison commented 5 years ago

Sorry, I don't mean to overwhelm you with pull requests while you're busy! But this one's really small. A regexp for Revise.jl warnings was missing a \\. Adding it fixes some error messages, so I think that if you merge this, you should be able to close #47 and #53.

tpapp commented 5 years ago

Thank you for the fix.