home *** CD-ROM | disk | FTP | other *** search
- Just a few days ago I started hacking up a script to convert the
- names of the Berkeley curses routines into appropriate cfasl
- and getaddress routines for Franz. I also had to hack the
- library to change the name "ospeed", as you pointed out --
- I did this by modifying the binary (shudder) rather than
- recompiling. I just started playing with it so I don't know
- if everything works right. One thing I noticed is that in some
- cases lisp will hang if one of these functions is called with
- the wrong number of arguments. Since there doesn't appear to
- be any way of telling lisp how many arguments your C function
- takes, you have to be careful.
-
- Anyway, I'll send it to you in a separate message.
-
-