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

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

bug#33654: 27.0.50; No record of init file errors printed in *Messages*


From: martin rudalics
Subject: bug#33654: 27.0.50; No record of init file errors printed in *Messages*
Date: Sat, 08 Dec 2018 19:51:47 +0100

> I'm not sure we can guarantee that the frame showing *Warnings* is
> always on top, since user initialization can create any number of
> frames.

In general we cannot guarantee that for any frame when there are
several of them.  Usually, the last frame created is the one on top.

A user could add a function to 'window-setup-hook' which looks whether
a *Warnings* buffer exists and, if it is not shown on the selected
frame, display it there and maybe delete it elsewhere.  Or, obviously,
select the frame where it is shown.  I don't know whether it's a good
idea to do that automatically.

martin





reply via email to

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