Skip to content

Reconsider word breaks for haskell-cabal-mode #1146

Closed
@geraldus

Description

@geraldus

One thing I dislike in haskell-cabal-mode that functions such

  • left-word
  • right-word
  • backward-kill-word

and etc. do not considering point . as word break char, for example

  exposed-modules:  Internal.Type

if I place point at beginning of exposed module name Internal.Type and invoke right-word it moves point to line end, while I expect that point should go to beginning of "Type" (like in haskell-mode). Now if I invoke backward-kill-word it will delete whole module name, while I expect it will leave "Internal." part untouched.

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