On Wed, 31 Jan 2001 at 20:36:43 +0000, Andy Piper <andyp(a)bea.com> wrote:
At 17:10 25/01/01 -0600, Jerry James wrote:
>Pardon me if this is a known problem. In XEmacs 21.2.42 on a Linux box,
>if I load up a Lisp file with a few problems and bytecompile it using
>the "Lisp" menu, I get a small buffer at the bottom containing
>warnings. At that time, the tabs look like this:
>
>======================----------------
>| *Compile-Log-Show* | *Compile-Log* |
> ==========================
I can't reproduce this - you should only get these when the warnings buffer is
selected, which is what happens for me.
With XEmacs 21.2.43, the following recipe makes it happen for me every
time:
(1) xemacs --vanilla
(2) Evaluate (setq temp-buffer-shrink-to-fit t)
(3) Visit a Lisp file that, when bytecompiled, will produce warnings.
(4) Select "Byte compile this File" from the Lisp menu.
--
Jerry James