ghc-mod/elisp
Rob Stewart 138c711dc1 Adds ghc-report-errors to turn off *GHC Error* buffer when nil
ghc-mod now writes GHC errors to a new *GHC Error* buffer only if
report-ghc-errors has the value `t`. If a user wants to silence this
buffer, they should evaluate the following s-expression.

    (setq ghc-report-errors nil)

Fixes kazu-yamamoto/ghc-mod#618
2015-10-10 23:52:36 +01:00
..
ghc-check.el Fixed variable binding miss 2015-09-13 18:20:11 +09:00
ghc-command.el Using "^import +". (#570) 2015-08-27 10:42:28 +09:00
ghc-comp.el boot skips map-file. 2015-09-14 15:09:34 +09:00
ghc-doc.el fixing doc (#599). 2015-09-15 16:50:25 +09:00
ghc-func.el ensuring that root ends with a file separator. 2015-09-15 12:14:36 +09:00
ghc-indent.el preventing "unused variable" warnings. 2015-08-20 09:58:35 +09:00
ghc-info.el preventing "unused variable" warnings. 2015-08-20 09:58:35 +09:00
ghc-ins-mod.el Using "^import +". (#570) 2015-08-27 10:42:28 +09:00
ghc-pkg.el Add haskell-mode dependency in pkg file 2015-05-25 01:10:53 +02:00
ghc-process.el Adds ghc-report-errors to turn off *GHC Error* buffer when nil 2015-10-10 23:52:36 +01:00
ghc-rewrite.el preventing "unused variable" warnings. 2015-08-20 09:58:35 +09:00
ghc.el Bump version to 5.4.0.0 2015-09-16 05:30:07 +02:00
Makefile adding "make lint" for Elisp. 2015-08-20 09:58:35 +09:00