Skip to content

Flymake produce temp file without cleaning it up #130

Closed
@ArthurTu

Description

@ArthurTu

If I edit a file named a.hs, it takes a long time to start haskell mode. And a file named a_flymake.hs is created on that directory without asking me. It stands there even after i closed a.hs.

I do not have ghc installed in my host os. So haskell-program-name is not set in my .emacs. Check if this is related to the bug.

However, i want to use emacs to edit haskell files with hilight and indent features.

I think codes about flymake should be written into a function instead of being a default feature. If somebody want to enable it, just that to the haskell-mode-hook.

I have to dive into haskell-mode.el and comment the last few lines to disable flymake. That is embarrassing and dirty.

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