Skip to content

haskell-doc-mode is not asynchronous wrt ghci process, unlike eldoc-mode #649

Closed
@ikirill

Description

@ikirill

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions