X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fbeyond-ansi.sgml;h=65e201e67ffcd42caf374543196d60e8704f0eb5;hb=40bf78b47ea89b15698adb9c550efa4cbacafeb7;hp=e175fa439401e3a58201e5631242aee2b071f047;hpb=8e1eb3714554b8b93455895756787f6c4f63afc5;p=sbcl.git diff --git a/doc/beyond-ansi.sgml b/doc/beyond-ansi.sgml index e175fa4..65e201e 100644 --- a/doc/beyond-ansi.sgml +++ b/doc/beyond-ansi.sgml @@ -139,6 +139,17 @@ is also supported. +Customization Hooks for Users + +The behaviour of require when called with only +one argument is implementation-defined. In &SBCL; it calls functions +on the user-settable list sb-ext:*module-provider-functions* +- see the require documentation string for details. + +The toplevel repl prompt may be customized, and the function +that reads user input may be replaced completely. + Tools To Help Developers &SBCL; provides a profiler and other extensions to the &ANSI;