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: Ash <ext0l <at> catgirl.ai>
To: 65217 <at> debbugs.gnu.org
Subject: bug#65217: 29.1; set-frame-size gets confused and drops calls
Date: Thu, 10 Aug 2023 16:16:30 -0700
Sorry, I forgot to add that you have to set the frame's size to 20x20 to 
get the bug to occur:


(setq my/frame

      (make-frame `((left . 500)
                (top . 5)
                (width . 20)
                (height . 20)
                    (parent-frame . ,(selected-frame)))))

(defun my/twiddle (width height)
  (set-frame-size my/frame 10 10)
  (set-frame-size my/frame width height)
  (message (format "%s %s" (frame-width my/frame) (frame-height 
my/frame))))


Then (my/twiddle 20 20).





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.