Message98

Author stephen
Recipients
Date 2008-01-19.04:58:04
Content
Aidan Kehoe writes:

 >  > One way to eliminate the error would be to move the featurep check at
 >  > runtime, and throw an 'unimplemented error if it's not available.
 > 
 > Another way that wouldn't require modifying any functions (though it would
 > require modifying defvar and defconst calls) would be to unintern the
 > symbols at the end of the file if the feature isn't available.

Another way would be to take up the comment in make-docfile.el and
rewrite the whole thing in Lisp.  (Not suggesting that at the present
time, just a reminder that maybe we should do something about the
make-docfile mess.)

I wonder if it wouldn't be possible to get the byte-compiler to do it
for Lisp.

_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta@xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
History
Date User Action Args
2008-01-19 04:58:04stephenlinkissue80 messages
2008-01-19 04:58:04stephencreate