home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / util / jade-3.0.lha / Jade / src / BUGS < prev    next >
Encoding:
Text File  |  1994-04-18  |  304 b   |  8 lines

  1.  
  2. These are all *known* bugs:
  3.  
  4.  * Binding variables is a touch broken: any buffer-local value that a symbol
  5.    has *always* overrides any bindings (ie, from `let'). This is obviously
  6.    wrong. But, should `let' bind globally or only buffer-locally in this
  7.    case?!? Maybe the solution is to not do this?
  8.