[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: JONL at MIT-MC
- From: JPG at MIT-MC (Jeffrey P. Golden)
- Date: Mon, 9 Feb 81 21:02:00 GMT
- Cc: RWK at MIT-MC, (BUG LISP) at MIT-MC, JPG at MIT-MC
- Original-date: 9 FEB 1981 1602-EST
From: JONL@MIT-MC
Date: Tue, 2 Sep 81 15:55:08 GMT
Original-Date: 02/09/81 11:55:08 EDT
Subject: Re: LEXPR-SEND and CHECK-ARG
To: RWK at MIT-MC
CC: (BUG LISP) at MIT-MC, JPG at MIT-MC
Poor COMPLR didn't get enough autoload properties -- LISP doesn't
have room to put autoloads for all out-of-core functions, so its
kind of guess as to which ones are most important. But COMPLR
certainly should get more, and I'll make up a COMPLR within a few
hours which has more of these added.
By the bye, this would be another area to apply RWK's idea of a
standard file to be loaded which would supply a lot of initially-missing
autoload properties.
Perhaps, COMPLR like MACSYMA should be looking into using a hash table
for AUTOLOAD properties that is accessed by the UNDF-FNCTN (sic) handler,
so that these properties need not be in core at all.