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

  1.  
  2.  As distributed by Berkeley, the flavors package on Opus 38.89
  3.  appears to work in all cases except when a flavor is redefined
  4.  and perform-flavor-redefinition is invoked. The problem, I
  5.  thought, was in copy-hunk-contents, since the default structures
  6.  (and therefore flavors), in Opus 38.89, are VECTORS, not HUNKS.
  7.  However, modifying copy-hunk-contents to copy VECTORS did not,
  8.  completely, fix the problem (i.e, the first modification after
  9.  redefinition of copy-hunk-contents caused an error, the second
  10.  worked but then describe did not work for old instances of the
  11.  flavor).
  12.  
  13.  Before delving into code with which I am unfamiliar are there
  14.  any differences between Opus 38.89 and 38.91 which might explain
  15.  this?
  16.  
  17.  Sean McLinden
  18.  Decision Systems Lab
  19.  University of Pittsburgh
  20.  
  21.  
  22.