haskell / haskell/haskell-mode

Jump on enter from error/warning in interactive mode

Open
#1,015 12 comments 0 reactions 0 assignees View on GitHub
Dominant language
Emacs Lisp
Stars
1.4k
Forks
354
Avg merge
5d 10h
Merged PRs (30d)
2

Description

I remember this feature was there in haskell-mode some time ago (maybe even more than year or two) and it was quite handy but currently it does not work.
My haskell-mode config currently is quite basic:

```
(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)
(require 'haskell-interactive-mode)
(require 'haskell-process)
(add-hook 'haskell-mode-hook 'interactive-haskell-mode)
(custom-set-variables
'(haskell-process-type 'cabal-repl)
'(haskell-process-suggest-remove-import-lines t)
'(haskell-process-auto-import-loaded-modules t)
'(haskell-process-log t))
```

I've updated to the most recent version from ELPA and run Emacs 24.5

Contributor guide

Open the contributing guide

Research direction

Reproduce the issue in Emacs 24.5 with the posted haskell-mode configuration, especially interactive-haskell-mode and haskell-process. Read those entry points first and compare the current behavior with the reported historical behavior; done means pressing Enter on an interactive-mode error or warning jumps to the relevant location.

Written by the indexing model from the issue text.

Assessment

Tech stack
emacs-lisp, haskell
Domain
tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.