[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
setting arglist / doc-strings
- Subject: setting arglist / doc-strings
- From: hivnort@deneb.cs.rpi.edu (Todd Hivnor)
- Date: 2 Jun 1993 13:19:06 GMT
Wow, MCL is nicer than I thought. All of my function-defining hacks
are unnessasary. From e-mail I've recieved (thanks, folks), I've
learned that the following globals effect just the changes my hacks did:
(setq *save-doc-strings* T)
; Not only are doc-strings saved, but available via the
; Tools/Documentation menu, and <ctrl>-X <ctrl>-D on the symbol in question.
(setq ccl::*save-arglist-info* T)
; For macros, set arglist to actual argument names
(setq *save-local-symbols* T)
; For functions, set arglist to actual argument names
(setq *fasl-save-local-symbols* T)
; As above, for compiled functions
--
Q: AI : VR :: Mind : Body ?
hivnort@cs.rpi.edu A: F**k Descartes !