stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] building stumpwm with clisp


From: Joe Corneli
Subject: Re: [STUMP] building stumpwm with clisp
Date: Mon, 29 Mar 2004 00:26:39 -0600

   functions in clx, so I've just been digging around in the source. I'll
   get some existing clx apps and see what they do for key input (always
   been a bit of a mystery).

Achtung! They don't all seem to do the right thing all the time.
For example, Sokoban (running under new-clx) doesn't recognize
Mode_switch+<char>, as in

  keycode 10 = e E Down

for example.

BTW, I tried to load up stump when running mit-clx and got the same
"*** - Condition of type ASDF:MISSING-DEPENDENCY."  But upon
commenting out the ":depends-on (:clx :port)", I got the following
-- I.e. stump actually seems to load.  But I'm still not quite sure
how to actually run it...

[4]> (asdf:operate 'asdf:load-op 'stumpwm)
; loading system definition from /Users/arided/lisp-systems/stumpwm.asd into 
#<PACKAGE
;   ASDF2625>
;; Loading file /Users/arided/lisp-systems/stumpwm.asd ...
;; Loaded file /Users/arided/lisp-systems/stumpwm.asd
;; Loading file /Users/arided/lisp-systems/stumpwm/package.fas ...
;; Loaded file /Users/arided/lisp-systems/stumpwm/package.fas
;; Loading file /Users/arided/lisp-systems/stumpwm/primitives.fas ...
;; Loaded file /Users/arided/lisp-systems/stumpwm/primitives.fas
Compiling file /Users/arided/lisp-systems/stumpwm/input.lisp ...
WARNING in READ-ONE-LINE-KEY-LOOP in lines 76..95 :
Duplicate CASE label QUOTE : 
(CASE RET ('DONE (RETURN (VALUES INPUT 'DONE)))
 ('ABORT (RETURN (VALUES INPUT 'ABORT))))
WARNING in PROCESS-INPUT in lines 122..155 :
Duplicate CASE label QUOTE : 
(CASE RET ('DONE (VALUES INP 'DONE)) ('ABORT (VALUES INP 'ABORT))
 (T (DRAW-INPUT-BUCKET SCREEN PROMPT INP) (VALUES INP T)))
WARNING in UPDATE-MODIFIER-MAP in lines 157..180 :
NULL was called with 2 arguments, but it requires 1 argument.
WARNING in UPDATE-MODIFIER-MAP in lines 157..180 :
MODIFIERS-META is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in COOK-KEYCODE in lines 207..208 :
X11MOD->STUMPMOD was called with 1 arguments, but it requires 2 arguments.
[X11MOD->STUMPMOD was defined in lines 182..194]

Wrote file /Users/arided/lisp-systems/stumpwm/input.fas
WARNING:
COMPILE-FILE warned while performing #<COMPILE-OP NIL #x19F5C189> on 
#<CL-SOURCE-FILE
  "input" #x19F5A9A5>.
WARNING:
COMPILE-FILE failed while performing #<COMPILE-OP NIL #x19F5C0ED> on 
#<CL-SOURCE-FILE
  "input" #x19F5A939>.
;; Loading file /Users/arided/lisp-systems/stumpwm/input.fas ...
;; Loaded file /Users/arided/lisp-systems/stumpwm/input.fas
Compiling file /Users/arided/lisp-systems/stumpwm/core.lisp ...
WARNING in G4156 in lines 588..595 :
variable WINDOW is not used.
Misspelled or missing IGNORE declaration?

Wrote file /Users/arided/lisp-systems/stumpwm/core.fas
WARNING:
COMPILE-FILE warned while performing #<COMPILE-OP NIL #x19F5C0BD> on 
#<CL-SOURCE-FILE
  "core" #x19F5A9A5>.
WARNING:
COMPILE-FILE failed while performing #<COMPILE-OP NIL #x19F5C0BD> on 
#<CL-SOURCE-FILE
  "core" #x19F5A9A5>.
;; Loading file /Users/arided/lisp-systems/stumpwm/core.fas ...
;; Loaded file /Users/arided/lisp-systems/stumpwm/core.fas
Compiling file /Users/arided/lisp-systems/stumpwm/user.lisp ...
WARNING in SET-DEFAULT-BINDINGS-1 in lines 33..54 :
variable S is not used.
Misspelled or missing IGNORE declaration?

Wrote file /Users/arided/lisp-systems/stumpwm/user.fas
WARNING:
COMPILE-FILE warned while performing #<COMPILE-OP NIL #x19F5C0BD> on 
#<CL-SOURCE-FILE
  "user" #x19F5AA41>.
WARNING:
COMPILE-FILE failed while performing #<COMPILE-OP NIL #x19F5C0BD> on 
#<CL-SOURCE-FILE
  "user" #x19F5AA41>.
Compiling file /Users/arided/lisp-systems/stumpwm/stumpwm.lisp ...

Wrote file /Users/arided/lisp-systems/stumpwm/stumpwm.fas
WARNING:
COMPILE-FILE warned while performing #<COMPILE-OP NIL #x19F5C08D> on 
#<CL-SOURCE-FILE
  "stumpwm" #x19F5AAAD>.
WARNING:
COMPILE-FILE failed while performing #<COMPILE-OP NIL #x19F5C08D> on 
#<CL-SOURCE-FILE
  "stumpwm" #x19F5AAAD>.
;; Loading file /Users/arided/lisp-systems/stumpwm/user.fas ...
;; Loaded file /Users/arided/lisp-systems/stumpwm/user.fas
;; Loading file /Users/arided/lisp-systems/stumpwm/stumpwm.fas ...
;; Loaded file /Users/arided/lisp-systems/stumpwm/stumpwm.fas
The following functions were used but not defined:
 :MOD1 STUMPWM::KEYSYM->CHARACTER
The following special variables were not defined:
 STUMPWM::MODIFIERS-META
0 errors, 7 warnings
NIL
[5]> 




reply via email to

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