Script started on Mon 20 Oct 2008 01:20:44 PM CEST [...] [1]> (load "asdf.lisp") ;; Loading file asdf.lisp ... ;; Loaded file asdf.lisp T [2]> (load "cl-ppcre/cl-ppcre.asd") ;; Loading file cl-ppcre/cl-ppcre.asd ... ;; Loaded file cl-ppcre/cl-ppcre.asd T [3]> (load "stumpwm.asd") ;; Loading file stumpwm.asd ... ;; Loaded file stumpwm.asd T [4]> (asdf:oos 'asdf:load-op 'stumpwm) ;; Loading file /home/kkumer/local/build/stumpwm/cl-ppcre/packages.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/cl-ppcre/packages.fas ;; Loading file /home/kkumer/local/build/stumpwm/cl-ppcre/specials.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/cl-ppcre/specials.fas ;; Loading file /home/kkumer/local/build/stumpwm/cl-ppcre/util.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/cl-ppcre/util.fas ;; Loading file /home/kkumer/local/build/stumpwm/cl-ppcre/errors.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/cl-ppcre/errors.fas ;; Loading file /home/kkumer/local/build/stumpwm/cl-ppcre/lexer.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/cl-ppcre/lexer.fas ;; Loading file /home/kkumer/local/build/stumpwm/cl-ppcre/parser.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/cl-ppcre/parser.fas ;; Loading file /home/kkumer/local/build/stumpwm/cl-ppcre/regex-class.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/cl-ppcre/regex-class.fas ;; Loading file /home/kkumer/local/build/stumpwm/cl-ppcre/convert.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/cl-ppcre/convert.fas ;; Loading file /home/kkumer/local/build/stumpwm/cl-ppcre/optimize.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/cl-ppcre/optimize.fas ;; Loading file /home/kkumer/local/build/stumpwm/cl-ppcre/closures.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/cl-ppcre/closures.fas ;; Loading file /home/kkumer/local/build/stumpwm/cl-ppcre/repetition-closures.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/cl-ppcre/repetition-closures.fas ;; Loading file /home/kkumer/local/build/stumpwm/cl-ppcre/scanner.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/cl-ppcre/scanner.fas ;; Loading file /home/kkumer/local/build/stumpwm/cl-ppcre/api.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/cl-ppcre/api.fas ;; Loading file /home/kkumer/local/build/stumpwm/package.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/package.fas ;; Loading file /home/kkumer/local/build/stumpwm/primitives.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/primitives.fas ;; Loading file /home/kkumer/local/build/stumpwm/workarounds.fas ... ** - Continuable Error DEFUN/DEFMACRO(GET-WM-CLASS): # is locked If you continue (by typing 'continue'): Ignore the lock and proceed The following restarts are also available: SKIP :R1 skip 5 89 (DEFUN GET-WM-CLASS (WINDOW) ...)-2 STOP :R2 stop loading file /home/kkumer/local/build/stumpwm/workarounds.fas RETRY :R3 Retry performing # on #. ACCEPT :R4 Continue, treating # on # as having been successful. ABORT :R5 Abort main loop [ ------ Here I type continue ------------- ] Break 1 XLIB[5]> continue WARNING: DEFUN/DEFMACRO: redefining function GET-WM-CLASS in /home/kkumer/local/build/stumpwm/workarounds.fas, was defined in /home/kkumer/local/build/clisp-2.45/src/clx/new-clx/clx.fas ;; Loaded file /home/kkumer/local/build/stumpwm/workarounds.fas ;; Loading file /home/kkumer/local/build/stumpwm/wrappers.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/wrappers.fas ;; Loading file /home/kkumer/local/build/stumpwm/keysyms.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/keysyms.fas ;; Loading file /home/kkumer/local/build/stumpwm/keytrans.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/keytrans.fas ;; Loading file /home/kkumer/local/build/stumpwm/kmap.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/kmap.fas ;; Loading file /home/kkumer/local/build/stumpwm/input.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/input.fas ;; Loading file /home/kkumer/local/build/stumpwm/core.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/core.fas ;; Loading file /home/kkumer/local/build/stumpwm/command.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/command.fas ;; Loading file /home/kkumer/local/build/stumpwm/menu.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/menu.fas ;; Loading file /home/kkumer/local/build/stumpwm/screen.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/screen.fas ;; Loading file /home/kkumer/local/build/stumpwm/group.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/group.fas ;; Loading file /home/kkumer/local/build/stumpwm/frame.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/frame.fas ;; Loading file /home/kkumer/local/build/stumpwm/window.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/window.fas ;; Loading file /home/kkumer/local/build/stumpwm/message-window.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/message-window.fas ;; Loading file /home/kkumer/local/build/stumpwm/events.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/events.fas ;; Loading file /home/kkumer/local/build/stumpwm/selection.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/selection.fas ;; Loading file /home/kkumer/local/build/stumpwm/user.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/user.fas ;; Loading file /home/kkumer/local/build/stumpwm/iresize.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/iresize.fas ;; Loading file /home/kkumer/local/build/stumpwm/bindings.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/bindings.fas ;; Loading file /home/kkumer/local/build/stumpwm/help.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/help.fas ;; Loading file /home/kkumer/local/build/stumpwm/fdump.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/fdump.fas ;; Loading file /home/kkumer/local/build/stumpwm/mode-line.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/mode-line.fas ;; Loading file /home/kkumer/local/build/stumpwm/color.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/color.fas ;; Loading file /home/kkumer/local/build/stumpwm/module.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/module.fas ;; Loading file /home/kkumer/local/build/stumpwm/stumpwm.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/stumpwm.fas ;; Loading file /home/kkumer/local/build/stumpwm/version.fas ... ;; Loaded file /home/kkumer/local/build/stumpwm/version.fas 0 errors, 0 warnings NIL [6]> (stumpwm:stumpwm) ;; Loading file /home/kkumer/.stumpwmrc ... ;; Loaded file /home/kkumer/.stumpwmrc 0 [ ------ HERE stumpwm starts and works OK, and I :quit it ------------- ] [ ------ UNLESS it is started within vnc session with tightvnc server - ] [ ------ when it produces the following error ------------- ] *** - unknown character set "ISO-10646-1" The following restarts are available: QUIT-STUMPWM :R1 Quit Stumpwm ABORT :R2 Abort debug loop ABORT :R3 Abort debug loop ABORT :R4 Abort debug loop ABORT :R5 Abort main loop [...] Script done on Mon 20 Oct 2008 01:22:22 PM CEST