Skip to content

Make eldoc-mode fully subsume haskell-doc-mode #1138

Open
@gracjan

Description

@gracjan

In light of issues mulled over in #649 and #820 haskell-doc-mode should be removed, functionality should be put in eldoc-mode. eldoc actually works already with haskell-mode:

  (set (make-local-variable 'eldoc-documentation-function)
       'haskell-doc-current-info)
  • find out if the above snippet is all that is needed for eldoc-mode
  • implement what is missing
  • write some coverage tests
  • remove functionality that duplicates eldoc-mode from haskell-doc.el
  • remove mentions of haskell-doc-mode from texi
  • remove mentions of haskell-doc-mode from wiki
  • remove mentions of haskell-doc-mode from all the random wikis and tutorials out there
  • remove mentions of haskell-doc-mode from spacemacs (if needed)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions