Closed
Description
haskell-mode's support for eldoc-mode is asynchronous, so placing point on top of an expression while a ghci computation is already running does not hang emacs. On the contrary, haskell-doc-mode runs the :type
command synchronously, possibly hanging emacs when point is moved until the corresponding ghci command is executed.
https://github.com/haskell/haskell-mode/blob/master/haskell-doc.el#L1570
https://github.com/haskell/haskell-mode/blob/master/haskell-doc.el#L1517
Metadata
Metadata
Assignees
Labels
No labels