Control whether or not the acl2s-interface attempts to suppress ACL2 printed output
Examples:(quiet-mode-on) ; from this point forward all acl2s-interface functions will
; attempt to suppress all ACL2 printed output
(quiet-mode-off) ; (default) from this point forward all acl2s-interface
; functions will print any ACL2 output as normal
Most of the ACL2s interface functions also take a
The ACL2s interface provides hooks for code that should run when quiet mode is enabled or disabled. See quiet-mode-hooks for more information.