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

Implement more structural editing commands (paredit) #50

Closed
4 of 9 tasks
mhuebert opened this issue Jul 12, 2017 · 1 comment
Closed
4 of 9 tasks

Implement more structural editing commands (paredit) #50

mhuebert opened this issue Jul 12, 2017 · 1 comment

Comments

@mhuebert
Copy link
Owner

mhuebert commented Jul 12, 2017

see http://pub.gajendra.net/src/paredit-refcard.pdf for behaviour.

The following list is not exhaustive, but the next focus.

  • forward-slurp
  • forward-barf
  • kill
  • split
  • join
  • open brackets

from #68:

  • paredit-splice-sexp-killing-forward
  • paredit-splice-sexp-killing-backward
  • paredit-raise-sexp
@mhuebert
Copy link
Owner Author

mhuebert commented Sep 5, 2017

Closing this as we are moving in a slightly different direction for further improvement to structural editing, which will involve some new thinking and not just a straightforward implementation of paredit. (See discussion: #68 (comment))

Also, here is a doc which explains the current structural editing functionality: https://dev.maria.cloud/gist/7b46a1be3c6e2c25766148e255719220

@mhuebert mhuebert closed this as completed Sep 5, 2017
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

No branches or pull requests

1 participant