Skip to content

haskell-process.el binds C-c c but should not #926

Closed
@jwiegley

Description

@jwiegley

According to Emacs developer guidelines, modes should not bind the lowercase alphabetic space within the C-c keymap. This space is reserved for users (I have it bound to compile, for example, so that it works in all buffers). haskell-process.el binds this to haskell-process-cabal. This should be changed to some other binding, such as C-u C-c C-c.

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