throw any menu. use a buffer to display errors instead.

This commit is contained in:
Kazu Yamamoto
2010-04-01 11:58:44 +09:00
parent 95218aae07
commit 7518d60fcb
3 changed files with 37 additions and 13 deletions

View File

@@ -52,7 +52,7 @@
(define-key haskell-mode-map ghc-import-key 'ghc-load-module-buffer)
(define-key haskell-mode-map ghc-previous-key 'flymake-goto-prev-error)
(define-key haskell-mode-map ghc-next-key 'flymake-goto-next-error)
(define-key haskell-mode-map ghc-help-key 'flymake-display-err-menu-for-current-line)
(define-key haskell-mode-map ghc-help-key 'ghc-display-errors)
(define-key haskell-mode-map ghc-insert-type-key 'ghc-flymake-insert-type)
(ghc-comp-init)
(setq ghc-initialized t)))