idris-hackers / idris-mode

Idris syntax highlighting, compiler-supported editing, interactive REPL and more things for Emacs.
GNU General Public License v3.0
269 stars 71 forks source link

Add a custom variable for jump to warning behavior #416

Open aaronc opened 8 years ago

aaronc commented 8 years ago

By default idris-mode will jump to the last error whenever there is one. I propose adding three options for configuring this behavior: don't jump, jump to first and jump to last.

This jump behavior is probably one of the biggest things interfering with my workflow because I may know very well what error I'm working on, but the idris-mode oftens jumps to very far down in the file.