Julian Stecklina <j...@alien8.de> writes:

> Shawn Betts <sabe...@gmail.com> writes:
>
>> 2010/7/8 Plato Wu <gtalk...@gmail.com>:
>>>
>>> I compile stumpwm by SBCL with :SB-UNICODE feature, but stumpwm hang
>>> when I eval (coerce '(#\u2211) 'string), It is OK in SBCL.
>>
>> What version of stumpwm are you running? I'm running sbcl 1.0.29 with
>> :sb-unicode and stumpwm from the git repository and it works. However,
>> the actual character prints as a question mark. It doesn't hang,
>> though.
>>
>> C-t : (coerce '(#\u2211) 'string) RET
>
> Fails because I cannot type \ (AltGr+ß gets ß, should be \) on my German
> keyboard.
>
> (coerce (list (code-char 2211)) 'string) works.


Thank you for your effort, you can try this expression instead:

(coerce (list (code-char 8721)) 'string)


_______________________________________________
Stumpwm-devel mailing list
Stumpwm-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/stumpwm-devel

Reply via email to