Skip to content

DEL now deletes a region, consistent with other emacs modes #482

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

squid-lee
Copy link

Hitting delete/backspace previously deleted only a single character, even if the region was active. This is not consistent with how other modes work. The cause was a requirement for delete-selection-mode to be active in order to delete the region. Removed this check for delete-selection-mode

Hitting delete/backspace previously deleted only a single character, even if the region was active. This is not consistent with how other modes work. The cause was a requirement for delete-selection-mode to be active in order to delete the region. Removed this check for delete-selection-mode
@gracjan
Copy link
Contributor

gracjan commented Mar 27, 2015

New haskell-indentation does not use delete-section-mode at all so this issue seems not relevant anymore. Reopen it this is still a problem.

@gracjan gracjan closed this Mar 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants