guile-user
[Top][All Lists]
Advanced

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

[guile/scwm] anyone can tell me something about those messages


From: P Pareit
Subject: [guile/scwm] anyone can tell me something about those messages
Date: Fri, 13 Sep 2002 23:27:33 +0200
User-agent: KMail/1.4.2

Hey,

I kind of got it working today. Guile was telling me scwm made use of 
deprecated functions, and I started to replace the functions to the ones 
suggested by guile. After replacing scm_sysintern() with scm_define() the 
scwm starts up, windows get drawn but the moment an hook gets called I get 
these kind of errors(?). On some hooks it gets completely wrong, for instance 
it gave me the last errors when I tried resizing an window.

Bad hook: #<variable 4049b1a8 binding: #<hook 1 4049b0a8>>, args = (5)
<snip>
Bad hook: #<variable 4049b1a8 binding: #<hook 1 4049b0a8>>, args = (10)
Backtrace:
In current input:
   1: 0* (let (# #) (if # # #))
   1: 1  (if (access? home-scwmrc R_OK) (safe-load home-scwmrc) ...)
   ...
   1: 2  [safe-load "/usr/local/share/scwm/scwmrc/system.scwmrc"]
<unnamed port>:1:244: In procedure hook-empty? in expression (safe-load 
system-scwmrc):
<unnamed port>:1:244: Wrong type argument in position 1 (expecting HOOKP): 
#<variable 4049af78 binding: #<hook 1 4049ae78 
display-string-newline-to-error-port>>
Bad hook: #<variable 4049cf98 binding: #<hook 1 4049ce98>>, args = (#<window 
4194319: "address@hidden: /home/ppareit">)
<snip>
Bad hook: #<variable 404a0820 binding: #<hook 9 404a0718>>, args = (65536 3 
4194319 12582937 135313288 0 0 0 0)
<snip>
Bad hook: #<variable 4046eaf8 binding: #<hook 7 4046efb0>>, args = (#<window 
10485775: "address@hidden: /usr/src/scwm"> 0 0 727 377 79 23)
ERROR: In procedure hook-empty?:
ERROR: Wrong type argument in position 1 (expecting HOOKP): #<variable 
4049af78 binding: #<hook 1 4049ae78 display-string-newline-to-error-port>>

The <snip>'s where inserted by me for keeping this mail short.
Someone knows what some of the messages mean? I can understand most of them 
but I'm not sure where to look for a solution.

pieter;




reply via email to

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