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

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

bug#65217: 29.1; set-frame-size gets confused and drops calls


From: martin rudalics
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






reply via email to

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