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

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

bug#22105: 25.1.50; REGRESSION - `modify-frame-parameters'


From: Drew Adams
Subject: bug#22105: 25.1.50; REGRESSION - `modify-frame-parameters'
Date: Mon, 7 Sep 2020 10:11:44 -0700 (PDT)

> > As a reminder, the bug is that after doing:
> >
> > (modify-frame-parameters nil '((menu-bar-lines . 0) (height . 30)))
> > (modify-frame-parameters nil '((menu-bar-lines . 1) (height . 40)))
> > (frame-parameter nil 'height)
> >
> > The final form returns 41 (on Windows).
> >
> > I've tried this on Debian, and I get 40 (as expected), so this seems
> > like a Windows-specific bug.
> 
> I also get 40 (both on master and in Emacs 27.1), so I guess this make
> this an unreproducible bug...

Thanks to all, especially Martin, for whatever fixed this.

With emacs -Q, I can see that this is broken for Emacs 24.5
and fixed starting with Emacs 25.3.1.

Thx.  I've closed this bug.





reply via email to

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