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: Lars Ingebrigtsen
Subject: bug#33654: 27.0.50; No record of init file errors printed in *Messages*
Date: Sun, 11 Oct 2020 03:54:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

martin rudalics <rudalics@gmx.at> writes:

> Here I neither use desktop nor multiple frames.  So please test the
> patch with the originally posted desktop saved multiple frames setup.
>

[...]

> +          ;; Display *Warnings* on selected frame if they happen to be
> +          ;; shown elsewhere.
> +          (let ((buffer (get-buffer "*Warnings*")))
> +            (when (buffer-live-p buffer)
> +              (display-buffer buffer '(nil (reusable-frames . nil)))))

Did you try this patch?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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