stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] Re: #<EXT:SIMPLE-CHARSET-TYPE-ERROR #x21DBEAB6>


From: Shawn Betts
Subject: Re: [STUMP] Re: #<EXT:SIMPLE-CHARSET-TYPE-ERROR #x21DBEAB6>
Date: Fri, 24 Apr 2009 17:36:18 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Egon Hyszczak <address@hidden> writes:

> This seems to be due to the debugging output. If I (setf *debug-level* 0) then
> I no longer have problems with the window crashing stump.

in dformat characters must be of type base-char in order to be printed, but:

[4]> (type-of #\u201C)
BASE-CHAR

Grrr. It looks like I didn't understand what the base-char type
was. So I've changed it to standard-char. Really I should figure out
how to change the encoding of *standard-output* to accept unicode
characters. But for now, it shouldn't crash for you anymore, though
some characters will appears as question marks.

-Shawn

> -Egon
>
> On Sun, Apr 19, 2009 at 10:27 PM, Egon Hyszczak <address@hidden> wrote:
>
>     Stump is crashing when trying to display the edit profile window of
>     gnome-terminal with "WRITE-STRING: Character #\u201C cannot be represented
>     in the character set CHARSET:ASCII". I've also received these ASCII 
> charset
>     errors in other places, with SBCL builds I believe. Anyway, here is the
>     dump.
>
>
>     06:15:40 timeout: 99969/100000
>     06:15:41 >>> :BUTTON-PRESS
>     06:15:41 find-window-by-parent!
>     06:15:41 focus-window: #S(TILE-WINDOW "Profiles" #x8000DD)
>     06:15:41 show-frame-outline!
>
>
>     06:15:41 <<< :BUTTON-PRESS
>     06:15:41 timeout: 107491/1000000
>     06:15:41 >>> :ENTER-NOTIFY
>     06:15:41 <<< :ENTER-NOTIFY
>     06:15:41 timeout: 102527/1000000
>     06:15:41 >>> :PROPERTY-NOTIFY
>
>
>     06:15:41 property notify #<XLIB:WINDOW :4 8388829> :_NET_WM_USER_TIME 
> :NEW-VALUE
>     06:15:41 <<< :PROPERTY-NOTIFY
>     06:15:41 timeout: 98039/1000000
>     06:15:42 >>> :CREATE-NOTIFY
>     06:15:42 <<< :CREATE-NOTIFY
>
>
>     06:15:42 timeout: 987719/1000000
>     06:15:42 >>> :CONFIGURE-REQUEST
>     06:15:42 CONFIGURE REQUEST :ABOVE #<XLIB:WINDOW :4 8388872> 0 0 568 415 0 
> 64
>     06:15:42 <<< :CONFIGURE-REQUEST
>     06:15:42 timeout: 30799/31250
>
>
>     06:15:42 >>> :MAP-REQUEST
>     06:15:42 map request: #<WINDOW :4 8388872> #<WINDOW :4 228> NIL
>     06:15:42 role: (103 110 111 109 101 45 116 101 114 109 105 110 97 108 45 
> 112 114 111 102 105 108 101 45 101 100 105 116 111 114)
>
>
>     06:15:42 Free number: (0 1)
>     06:15:42 maximizing #S(TILE-WINDOW "Profiles" #x8000DD)
>     06:15:42 maximize window #S(TILE-WINDOW "Profiles" #x8000DD) x: 420 y: 
> 257 width: 418 height: 300 border: 1 stick: T
>
>
>     06:15:42 maximizing #S(TILE-WINDOW "address@hidden:~" #x800007)
>     06:15:42 maximize window #S(TILE-WINDOW "address@hidden:~" #x800007) x: 0 
> y: 30 width: 1254 height: 740 border: 1 stick: NIL
>     06:15:42
>
>
>     Caught '
>     WRITE-STRING: Character #\u201C cannot be represented in the character 
> set CHARSET:ASCII
>     ' at the top level. Please report this.
>     <1/187> #<SYSTEM-FUNCTION EXT:SHOW-STACK> 3
>     <2/183> #<COMPILED-FUNCTION STUMPWM::PRINT-BACKTRACE>
>
>
>     [182] unwind-protect frame
>     - #<COMPILED-FUNCTION STUMPWM::BACKTRACE-STRING>
>     <3/176> #<COMPILED-FUNCTION STUMPWM::BACKTRACE-STRING>
>     - :TOP-LEVEL
>     - #<COMPILED-FUNCTION STUMPWM::PERFORM-TOP-LEVEL-ERROR-ACTION>
>
>
>     <4/172> #<COMPILED-FUNCTION STUMPWM::PERFORM-TOP-LEVEL-ERROR-ACTION>
>     - #<COMPILED-FUNCTION STUMPWM::STUMPWM-INTERNAL-LOOP-3-1>
>     <5/170> #<COMPILED-FUNCTION STUMPWM::STUMPWM-INTERNAL-LOOP-3-1>
>
>
>     - #<COMPILED-FUNCTION STUMPWM::STUMPWM-INTERNAL-LOOP-3-1>
>     - #<COMPILED-FUNCTION STUMPWM::STUMPWM-INTERNAL-LOOP>
>     <6/166> #<COMPILED-FUNCTION STUMPWM::STUMPWM-INTERNAL-LOOP>
>     - #<EXT:SIMPLE-CHARSET-TYPE-ERROR #x21DBEAB6>
>
>
>     <7/161> #<SYSTEM-FUNCTION SIGNAL> 1
>     [160] frame binding variables (~ = dynamically):
>       | ~ *PRINT-READABLY* <--> NIL
>     - #<EXT:SIMPLE-CHARSET-TYPE-ERROR #x21DBEAB6>
>     -
>     *** - PRINC: Character #\u201C cannot be represented in the character set 
> CHARSET:ASCII
>
>
>
>     Bye.
>
>
>
>
> _______________________________________________
> Stumpwm-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/stumpwm-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]