[plt-scheme] PSD problem #2
Greetings,
I found the problem with psd-mk-frame. I define functions as follows:
(define fun
(lambda (...) ...
but PSD only handles:
(define (fun ...) ...
However, now that I got past that problem I am getting another problem.
Now the ^U Esc ^X works but when I try to add a break point with
^X Space I get:
Wrong type argument: sequencep, 6
In the Emacs mini-buffer. The "6" seems to correspond to the
line number I am attempting to break. Of course I have the cursor
in the source file when I attempt the ^X Space.
I appreciate any help you can offer.
--blake
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20020717/01a0427b/attachment.html>