Skip to content

Conversation

@noctuid
Copy link
Contributor

@noctuid noctuid commented Apr 15, 2018

Currently, lispy--bounds-list will exit strings but not comments. I like that it returns the same bounds when at the opening delimiter (e.g. so that (goto-char (car (lispy--bounds-list))) will not move to earlier delimiters with repeated calls) but would like if this behavior was also mirrored for closing delimiters. I don't know if the current behavior is intentional, but all tests pass for me with these changes.

@coveralls
Copy link

coveralls commented Apr 15, 2018

Coverage Status

Coverage decreased (-0.004%) to 62.411% when pulling efd2d6d on noctuid:bounds-list into be5f166 on abo-abo:master.

- Move backward when after a closing delimiter (previously only moved
  forward when at an opening delimiter); use lispy-left and lispy-right
  for checking
@noctuid
Copy link
Contributor Author

noctuid commented May 2, 2018

I removed the comment exiting behavior since it is useless as up-list only fails in strings. I don't think the current behavior of lispy--bounds-list is really an issue though, so feel free to close this.

@abo-abo abo-abo closed this in 5fa4680 May 2, 2018
@abo-abo
Copy link
Owner

abo-abo commented May 2, 2018

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.

3 participants