SET-INHIBITED-SUMMARY-TYPES

control which parts of the summary are printed
Major Section:  SWITCHES-PARAMETERS-AND-MODES

Example:
(set-inhibited-summary-types '(rules time))
Note: This is not an event. Rather, it changes the state, in analogy to set-inhibit-output-lst.

General Form:
(set-inhibited-summary-types form)
where form evaluates to a true-list of symbols, each of which is among the values of the constant *summary-types*, i.e.: header, form, rules, warnings, time, and value. Each specified type inhibits printing of the corresponding portion of the summaries printed at the conclusions of events, where header refers to an initial newline followed by the line containing just the word Summary.

Also see set-inhibit-output-lst. Note that set-inhibited-summary-types has no effect when summary is one of the types inhibited by set-inhibit-output-lst, because in that case none of the summary will be printed.

To control summary types for a single event, see with-output.