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

Lispworks' whitespace issue (no-break-space) #99

Closed
ijitai opened this issue Jun 20, 2023 · 2 comments · Fixed by #108
Closed

Lispworks' whitespace issue (no-break-space) #99

ijitai opened this issue Jun 20, 2023 · 2 comments · Fixed by #108

Comments

@ijitai
Copy link

ijitai commented Jun 20, 2023

fixed
(defvar *whitespaces* (list #\Backspace #\Tab #\Linefeed #\Newline #\Vt #\Page #\Return #\Space #\Rubout #+sbcl #\Next-Line #-sbcl (code-char 133) #+lispworks #\no-break-space #-lispworks #\No-break_space) ;fix this

@vindarel
Copy link
Owner

Hi, what's your issue (no break space character issue?), is it not this one? #89

@ijitai
Copy link
Author

ijitai commented Jun 23, 2023

no, this time is "no-break-space" and "no-break_space".

@vindarel vindarel changed the title Lispworks' issue Lispworks' whitespace issue (no-break-space) Nov 8, 2023
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 a pull request may close this issue.

2 participants