-
Notifications
You must be signed in to change notification settings - Fork 347
Dot composition detection #591
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
Conversation
Ah okay. Sure will try those. |
@gracjan not sure I understand the issue with the lonely |
It should not crash.
|
It doesn't crash for me. What version of Emacs are you using? |
I haven't checked it, I just asked after seeing code.
|
Okay well it seems to work fine. I've put back the |
I'll check it out soon.
|
Tried it. It's better than the current state of things, so if I have a vote, I vote merge it (or to be more consistent merge a change that looks like:
Which uses This change still misses the case where |
What you really want is:
and then use prettyfication only when ( Current prettyfication engine is not ready for such logic. |
@deviant-logic: You solutions is slightly better but it is still a hack. I'll merge the version by @hmgibson23 because it is good enough for the time being. Meanwhile we wait for a skilled volunteer to actually fix the whole mess. |
Dot composition detection in hierarchical modules
As per #589
Seems to work pretty well but I'm welcome to alternatives!
I removed the
forall
check since it seems redundant now.