
Christian Maeder wrote:
C-x ` is "jump to next compile error" which can be used to navigate through errors produced from tests (depending on the error format).
This looks like some work or am I missing some .el files? I'm no ELisp programmer.
This functionality is provided by "compile.el": C-x ` runs `next-error' `next-error' is an interactive compiled Lisp function -- loaded from "compile"
Also, haskell-mode has several useful extensions like fume that aren't immediately obvious before reading the docs or using C-h m (or C-h b).
What is "fume"? C-h m did not reveal any surprises to me.I only use the recommended setup:
AKA "func-menu.el":
`function-menu' is an interactive autoloaded Lisp function
-- autoloads from "func-menu"
--
Glynn Clements