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


Message #47 received at 65217 <at> debbugs.gnu.org (full text, mbox):

From: Gregory Heytings <gregory <at> heytings.org>
To: Ash <ext0l <at> catgirl.ai>
Cc: 65217 <at> debbugs.gnu.org
Subject: Re: bug#65217: 29.1; set-frame-size gets confused and drops calls
Date: Fri, 18 Aug 2023 13:26:04 +0000
Ash, can you please try the following variant of your recipe?  Does it do 
what you want?

(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)
  (redisplay t)
  (set-frame-size my/frame width height)
  (redisplay t)
  (message (format "%s %s" (frame-width my/frame) (frame-height my/frame))))





This bug report was last modified 2 years ago.

Previous Next


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