[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Listener activation in case of warnings
- To: ralf@ki5.informatik.uni-hamburg.de (Ralf Moeller)
- Subject: Re: Listener activation in case of warnings
- From: Michael Travers <mt@cecelia.media.mit.edu>
- Date: Sun, 04 Aug 91 17:16:34 EDT
- Cc: info-mcl@cambridge.apple.com
- In-reply-to: Your message of Thu, 01 Aug 91 10:44:24 +0200. <9108010844.AA03799@ki5>
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.