GNU bug report logs - #67753
28.2, 29.1: Making frame invisible always affects frame position parameters

Previous Next

Package: emacs;

Reported by: soliidne <at> gmail.com

Date: Sun, 10 Dec 2023 17:50:02 UTC

Severity: normal

Found in version 28.2

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: soliidne <at> gmail.com, Po Lu <luangruo <at> yahoo.com>
Cc: 67753 <at> debbugs.gnu.org
Subject: bug#67753: 28.2, 29.1: Making frame invisible always affects frame position parameters
Date: Sat, 16 Dec 2023 14:07:41 +0200
> From: soliidne <at> gmail.com
> Date: Sun, 10 Dec 2023 19:45:49 +0200
> 
> Always for all frames, position constantly affected by: left - 5 and top - 29. 
> It seems like a bug, but it could also be an oversight. Can someone comment please ?
> 
> Thanks !
> 
> xfwm4 4.18.0
> xorg-server 21.1.9
> Emacs 28.2, 29.1
> Archlinux
> 
> How to reproduce:
> #################
> 
> $ emacs --fg-daemon -Q
> ...
> Starting Emacs daemon.
> $ emacsclient --eval "(make-frame-on-display \":0\")"
> #<frame GNU Emacs at Elitebook 0x558cf8d7d120>
> $ emacsclient --eval "(frame-position (nth 0 (frame-list)))"
> (185 . 130)
> $ emacsclient --eval "(make-frame-invisible (nth 0 (frame-list)) t)"
> nil
> $ emacsclient --eval "(frame-position (nth 0 (frame-list)))"
> (180 . 101)
> 
> Moving frame to left-top corner
> ###############################
> 
> $ emacsclient --eval "(make-frame-visible (nth 0 (frame-list)))"
> #<frame GNU Emacs at Elitebook 0x558cf8d7d120>
> $ emacsclient --eval "(frame-position (nth 0 (frame-list)))"
> (0 . 0)
> $ emacsclient --eval "(make-frame-invisible (nth 0 (frame-list)) t)"
> nil
> $ emacsclient --eval "(frame-position (nth 0 (frame-list)))"
> (-5 . -29)
> $ emacsclient --eval "(make-frame-visible (nth 0 (frame-list)))"
> #<frame GNU Emacs at Elitebook 0x558cf8d7d120>
> $ emacsclient --eval "(frame-position (nth 0 (frame-list)))"
> (-5 . 0)
> $ emacsclient --eval "(make-frame-invisible (nth 0 (frame-list)) t)"
> nil
> $ emacsclient --eval "(frame-position (nth 0 (frame-list)))"
> (-10 . -29)
> $ emacsclient --eval "(make-frame-visible (nth 0 (frame-list)))"
> #<frame GNU Emacs at Elitebook 0x558cf8d7d120>
> $ emacsclient --eval "(frame-position (nth 0 (frame-list)))"
> (-10 . 0)

Po Lu, any comments?




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

Previous Next


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