File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -536,6 +536,8 @@ Separate sessions per Cabal project @file{haskell-session.el}.
536
536
A new inferior Haskell process handling code @file {haskell-process.el }.
537
537
@item
538
538
New REPL implementation similiar to SLIME/IELM
539
+ @item
540
+ Navigatable error overlays
539
541
@file {haskell-interactive-mode.el }.
540
542
@end itemize
541
543
@@ -553,6 +555,8 @@ keybindings in the @code{haskell-mode-map} keymap with the respective
553
555
(define-key haskell-mode-map (kbd " C-c C-b" ) 'haskell-interactive-switch )
554
556
(define-key haskell-mode-map (kbd " C-c C-t" ) 'haskell-process-do-type )
555
557
(define-key haskell-mode-map (kbd " C-c C-i" ) 'haskell-process-do-info )
558
+ (define-key haskell-mode-map (kbd " M-p" ) 'haskell-goto-prev-error )
559
+ (define-key haskell-mode-map (kbd " M-n" ) 'haskell-goto-next-error )
556
560
(define-key haskell-mode-map (kbd " C-c M-." ) nil )
557
561
(define-key haskell-mode-map (kbd " C-c C-d" ) nil )))
558
562
@end lisp
You can’t perform that action at this time.
0 commit comments