[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISPM) at MIT-MC
- Subject:
- From: CWH@MIT-MC
- Date: Tue ,24 Jan 79 12:58:46 EDT
CC: JPG at MIT-MC, RZ at MIT-MC
Would anyone object to adding the following capability to the # macro:
#+<feature> <form> -- would make <form> exist if (status feature <feature>)
were t, and
#-<feature> <form> -- would make <form> disappear if (status feature <feature>)
were t.
For example, #+LISPM would be equivalent to #Q. This would allow a
generalized feature inclusion/exclusion facility (similar to that provided
by #m and #q) which would be user extensible by means of
(sstatus feature <feature>).