This is a problem on nREPL, not CIDER. See http://dev.clojure.org/jira/browse/NREPL-59 for details.
There aren't any real solutions to this, other than fixing nREPL, but we're considering some workarounds (e.g. trying to find the definition using a regular expression and using the relative position from there) https://github.com/clojure-emacs/cider/issues/1175 But as I said NREPL-59 has to be fixed eventually, as this is killing us (and everyone using nREPL), so consider dropping by the issue and voicing your support for the proposed patch. On 3 July 2015 at 02:44, Ritchie Cai <[email protected]> wrote: > When I get a cider-error, it tells me line number within the function that > raised the error, but is there an easy way to go to that line? > Since the line number is within the function, I've been counting lines > manually at the moment ... getting tired of this. > > Anyone has any suggestions? > > Thanks > Ritchie > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
