Currently Clojure adds source and line information in the cause string to exceptions thrown when compiling. This makes it difficult for slime to highlight this errors as it actually has to parse the cause message to get the source and file. This regex parsing fails in my system (I have fixed the regex for my system but nobody else seems to suffer from this issue). A more robust way would be to attach source and line fields to the exception thrown by the compiler.I have two questions
a) Is it ok with me publishing a tiny patch that does this in the list or is there a preferred way to communicate patches? b) Does this have any chance of actually being merged? Cheers, V. SeguĂ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---