Hi, for those better at scheme than I:
In coot (stable or pre-release), when I run the extension "Keybindings",
the error below pops up. This is for the fedora-8+python+gtk2 version.
Any idea?
phx.
----------------------------------------------
In /usr/local/coot/prel/share/guile/gtk-2.0/gtk.scm:
147: 0* [apply #<procedure #f ()> ()]
In unknown file:
?: 1 [#<procedure #f ()>]
In /usr/local/coot/prel/share/coot/scheme/coot-gui.scm:
...
2073: 2 (let* (# # # ...) (gtk-signal-connect close-button "clicked"
...) ...)
2121: 3* (let* ((scm+py-keybindings #)) ((letrec # loop)
scm+py-keybindings) ...)
2128: 4* [loop (# # # # ...)]
2129: 5 (cond (# #) (else # #))
...
2129: 6 (cond (# #) (else # #))
2132: 7* [box-for-binding ...
2132: 8* [car #<unspecified>]
/usr/local/coot/prel/share/coot/scheme/coot-gui.scm:2132:28: In
procedure car in expression (car items):
/usr/local/coot/prel/share/coot/scheme/coot-gui.scm:2132:28: Wrong type
(expecting pair): #<unspecified>
---------------------------------------------------