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

Fix: lispworks no-break-space #108

Merged
merged 1 commit into from Feb 23, 2024

Conversation

kilianmh
Copy link
Collaborator

@kilianmh kilianmh commented Aug 7, 2023

Other implementations use #\No-break_space while Lispworks uses #\no-break-space.

I have no Lispworks implementation set up, so can you @ijitai or anyone with access to Lispworks confirm this works now?

Closes #99

Other implementations use #\No-break_space while Lispworks uses #\no-break-space.
Thanks to @ijitai for reporting the bug.
@vindarel
Copy link
Owner

vindarel commented Nov 8, 2023

ping @ijitai to test this no-break-space fix?

@zhscn
Copy link

zhscn commented Feb 23, 2024

image

#\No-break_space works as expected in this case.

@vindarel vindarel merged commit fbf3407 into vindarel:master Feb 23, 2024
@vindarel
Copy link
Owner

thanks.

Are you using both char codes in LispWorks?? In LW 7.1.2 one works, not the other.

@zhscn
Copy link

zhscn commented Feb 23, 2024

Both works in LW 8.0, maybe they added #\No-break_space for compatibility reasons.

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.

Lispworks' whitespace issue (no-break-space)
3 participants