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

Re: An application w/o the listener



Sheldon Shen writes
   In MCL 1.3.2, I can set *listener-window-position* to, for example, #@(-3000
-10
   00) before
   (save-application "an-application").  "An-application" then can be launched w
ith
   out the
   users seeing the listener.  But this does not seem to work in MCL 2.0b1p3.  A
nyo
   ne knows
   how  to hide the listener?  Thanks.
If you want to hide the listener, you can use the technique in
Examples:binhex:binhex which redirects the output destined to the listener
to the bit-bucket and traps errors. You can use the same technique to trap
the aborts.