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

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

bug#19256: 24.3; Bad interaction between calendar.el and pop-up-frames


From: Lars Ingebrigtsen
Subject: bug#19256: 24.3; Bad interaction between calendar.el and pop-up-frames
Date: Sat, 04 Sep 2021 09:36:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Glenn Morris <rgm@gnu.org> writes:

>> If that's still not very clear (sorry it's quite difficult to explain) then
>> it might be easier to just try it and see watch what happens.
>
> Rest assured I did actually try it. I can still only say that AFAICS you
> get what you ask for.

If I understand correctly, the problem is this:

(progn
  (setq pop-up-frames 'graphic-only)
  (setq calendar-setup 'two-frames)
  (calendar))

This will pop up three new frames, and one of them is empty.  I've now
fixed this in Emacs 28 -- but only for the non-nil calendar-setup case.
When it's nil, it seems natural that pop-up-frames should be heeded.

-- 
(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]