GNU bug report logs - #65217
29.1; set-frame-size gets confused and drops calls

Previous Next

Package: emacs;

Reported by: Ash <ext0l <at> catgirl.ai>

Date: Thu, 10 Aug 2023 23:08:02 UTC

Severity: normal

Found in version 29.1

Full log


View this message in rfc822 format

From: martin rudalics <rudalics <at> gmx.at>
To: Gregory Heytings <gregory <at> heytings.org>
Cc: Ash <ext0l <at> catgirl.ai>, Eli Zaretskii <eliz <at> gnu.org>, 65217 <at> debbugs.gnu.org
Subject: bug#65217: 29.1; set-frame-size gets confused and drops calls
Date: Sun, 20 Aug 2023 08:32:02 +0200
> I'm not sure yet, but after thinking a bit more about this, ATM my
> conclusion is that adding a sentence in the docstings of set-frame-*
> and modify-frame-parameters, suggesting to use (redisplay t) after
> these functions, would be enough.

Not really, I think.  With emacs -Q try

(let ((i 100))
  (while (> i 0)
    (scroll-bar-mode -1)
    (scroll-bar-mode 1)
    (sit-for 0.1)
    (setq i (1- i))))

martin





This bug report was last modified 1 year and 363 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.