home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0279.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  423 b   |  17 lines

  1. In later versions of franz, 'outfile' takes a second argument;
  2. to open a file for appending:
  3.  
  4.     (setq portname (outfile '<filename> 'a))
  5.  
  6. {try:
  7.     (help outfile)
  8. for a full description.}
  9.  
  10. If this does not work on your version, I have a hack that associates a port
  11. with ANY open file descriptor, but it uses 4.x system calls, - so don't
  12. request it unless the you can't use the new 'outfile' function.
  13.  
  14. -johnson@udel-ee
  15.  
  16.  
  17.