Skip to content
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

Add backword delete word and symbol variant #759

Merged
merged 2 commits into from
Jun 19, 2017
Merged

Conversation

amosbird
Copy link
Contributor

targeting #751

Copy link
Owner

@Fuco1 Fuco1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two minor changes, otherwise looks great!

smartparens.el Outdated

See `sp-backward-symbol' for what constitutes a symbol."
(interactive "p")
(interactive)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line duplicates the one above ;)

@@ -8626,6 +8626,31 @@ backward direction."
(interactive "p")
(sp-backward-kill-symbol arg t))

(defun sp-backward-delete-symbol (&optional arg word)
"Delete a symbol backward, skipping over any intervening delimiters.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should add a clarifying line here explaining that deleted text does not go to the clipboard or kill ring.

@Fuco1 Fuco1 merged commit 870790a into Fuco1:master Jun 19, 2017
@Fuco1
Copy link
Owner

Fuco1 commented Jun 19, 2017

Thanks!

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