<html>
<font size=3><br>
Greetings,<br><br>
I found the problem with psd-mk-frame.&nbsp; I define functions as
follows:<br><br>
(define fun<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>(lambda
(...)&nbsp; ...<br><br>
but PSD only handles:<br><br>
(define (fun ...)&nbsp; ...<br><br>
However, now that I got past that problem I am getting another
problem.<br>
Now the ^U Esc ^X works but when I try to add a break point with<br>
^X Space I get:<br><br>
Wrong type argument: sequencep, 6<br><br>
In the Emacs mini-buffer.&nbsp; The &quot;6&quot; seems to correspond to
the<br>
line number I am attempting to break.&nbsp; Of course I have the
cursor<br>
in the source file when I attempt the ^X Space.<br><br>
<br>
I appreciate any help you can offer.<br><br>
--blake </font></html>