[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Listener activation in case of warnings



    From: ralf@ki5.informatik.uni-hamburg.de (Ralf Moeller)
    Date: Thu, 1 Aug 91 10:44:24 +0200
    Subject: Listener activation in case of warnings
    
    I would like to know if there is a way to disable the activation of
    the Listener (e.g. during a compilation of a file) when a warning is
    to be printed.

Try this:

(setq *error-output* *terminal-io*)
(setq *debug-io* ccl::*pop-up-terminal-io*)

This should make the Listener be selected on errors, but not warnings.