rabbibotton / clog

CLOG - The Common Lisp Omnificent GUI
Other
1.53k stars 106 forks source link

improve escaping to allow backslashes everywhere #164

Closed herbertjones closed 2 years ago

herbertjones commented 2 years ago

Thanks for the cool system.

I attempted to display a backslash and found that it would never appear. The same thing occurred if I tried to use log-console. I believe I have found a way to resolve both issues. Please let me know if you see any problems.

rabbibotton commented 2 years ago

Can't believe I overlooked this issue. I am spending sometime on it as it touches a lot of areas.

rabbibotton commented 2 years ago

back slash should be properly quoted now in all cases. The solution is close to yours. Thank you so much!!!