Skip to content

[Fix #443] Don't consider #? as starting non-logical sexp #444

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

Merged
merged 1 commit into from
Aug 7, 2017

Conversation

vspinu
Copy link
Contributor

@vspinu vspinu commented Aug 7, 2017

Fixing this in a simplest way I can think of. Judging from the docs of clojure--looking-at-non-logical-sexp #? should not even be considered as non-logical sexps under any circumstances.

I think ? in that regexp is some kind of legacy remnant. #?@ are now marked as prefix chars and backward-sexp does the right thing on prefixed sexps.

Copy link
Member

@Malabarba Malabarba left a comment

Choose a reason for hiding this comment

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

Indeed, I'm not sure why that ? was there.

@vspinu
Copy link
Contributor Author

vspinu commented Aug 7, 2017

Travis test broke for unrelated reason.

@Malabarba Malabarba merged commit 7f886fa into clojure-emacs:master Aug 7, 2017
@Malabarba
Copy link
Member

Merged! Thanks a ton.

@bbatsov
Copy link
Member

bbatsov commented Aug 8, 2017

I was just going to say this needs to have a regression unit test. :-)

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