bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#931: 23.0.60; Bug in bytecomp.el: displaying warnings


From: martin rudalics
Subject: bug#931: 23.0.60; Bug in bytecomp.el: displaying warnings
Date: Mon, 08 Sep 2008 23:12:35 +0200
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

> If pop-up-windows is nil, and warnings have to be displayed,
> `byte-compile-report-error' is called, and after that,
> (current-buffer) will be the Compile Log buffer, and the current
> buffer is not restored for further iterations of the while loop.

I suppose the byte-compiler should either refrain from using
`display-warning' or, if `pop-up-windows' and `pop-up-frames' are nil,
not display a warning until compilation is complete.

martin






reply via email to

[Prev in Thread] Current Thread [Next in Thread]