haskell / haskell/haskell-mode
1st time run `run-haskell' echoes prompt
- Dominant language
- Emacs Lisp
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 2
Description
emacs -Q -L . -l inf-haskell
M-x run-haskell RET
;; I get the following (Prompt is echoed):
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
GHCi, version 8.0.1: http://www.haskell.org/ghc/ :? for help
Prelude> Prelude>
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
In `inferior-haskell-init', the line:
(process-send-string (inferior-haskell-process) "\n")
brings you a second 'Prelude>'.
In GNU Emacs 27.0.50 (build 25, x86_64-pc-linux-gnu, GTK+ Version 3.22.11)
of 2018-04-03 built on calancha-pc
Repository revision: 3cf4c8d9eb1e560e08a9c98d81f9640affdd9ce9
Windowing system distributor 'The X.Org Foundation', version 11.0.11902000
System Description: Debian GNU/Linux 9 (stretch)
Contributor guide
Assessment
This issue has not been assessed yet.