unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#24526: iconifying / framesize
@ 2016-09-24  9:08 Dr.-Ing. Dieter Jurzitza
  2016-09-26 17:58 ` bug#24526: iconify / geometry Dr.-Ing. Dieter Jurzitza
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Dr.-Ing. Dieter Jurzitza @ 2016-09-24  9:08 UTC (permalink / raw)
  To: 24526

Dear listmembers,
I installed the released version of emacs-25.1 today. Thereby I can observe 
differences in framesize between

emacs -iconic

and 

emacs

both called from within an xterm. I configured the size of the frame in my 
".emacs" - file. Starting xwininfo and deiconifying emacs that had had been 
started with "emacs -iconic" results in:

fred@djunix:~/rpmbuild/RPMS/x86_64> xwininfo

xwininfo: Please select the window about which you
          would like information by clicking the
          mouse in that window.

xwininfo: Window id: 0x340011f "emacs@djunix"

  Absolute upper-left X:  41
  Absolute upper-left Y:  57
  Relative upper-left X:  0
  Relative upper-left Y:  0
  Width: 744
  Height: 865
  Depth: 24
  Visual: 0x25
  Visual Class: TrueColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x340011e (not installed)
  Bit Gravity State: NorthWestGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +41+57  -815+57  -815-278  +41-278
  -geometry 64x26+35+20

In contrast, when simply triggering "emacs" not being iconic, I get
fred@djunix:~/rpmbuild/RPMS/x86_64> xwininfo

xwininfo: Please select the window about which you
          would like information by clicking the
          mouse in that window.

xwininfo: Window id: 0x340011f "emacs@djunix"

  Absolute upper-left X:  41
  Absolute upper-left Y:  57
  Relative upper-left X:  0
  Relative upper-left Y:  0
  Width: 1514
  Height: 1068
  Depth: 24
  Visual: 0x25
  Visual Class: TrueColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x340011e (not installed)
  Bit Gravity State: NorthWestGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +41+57  -45+57  -45-75  +41-75
  -geometry 134x33+35+20

The last lines from "-geometry" are very close to my settings from within 
.emacs:

(add-to-list 'default-frame-alist '(width . 135))
(add-to-list 'default-frame-alist '(height . 34))
(add-to-list 'default-frame-alist '(top . 20))
(add-to-list 'default-frame-alist '(left . 35))

though the x- and y- size parameters are off by "1" this is no problem. 
However, the fact that the iconified emacs comes up with 
-geometry 64x26+35+20 points me to the fact that the x- and y- size parameters 
are not processed apropriately.

Many thanks for looking into this,
take care




Dieter Jurzitza


-- 
-----------------------------------------------------------
Dr.-Ing. Dieter Jurzitza                          Karlsruhe





^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-06-05 15:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-24  9:08 bug#24526: iconifying / framesize Dr.-Ing. Dieter Jurzitza
2016-09-26 17:58 ` bug#24526: iconify / geometry Dr.-Ing. Dieter Jurzitza
2016-09-27  7:10   ` martin rudalics
2016-09-27  7:07 ` bug#24526: iconifying / framesize martin rudalics
2017-04-19  9:31   ` martin rudalics
2016-09-27 19:22 ` bug#24526: @ Bug 24526, please find textfile results attached Dr.-Ing. Dieter Jurzitza
2016-09-28  6:51   ` martin rudalics
2016-09-29  2:01 ` bug#24526: iconifying / framesize Dr.-Ing. Dieter Jurzitza
2016-09-30  8:33   ` martin rudalics
2016-10-02 17:16 ` bug#24526: hopefully all information requested Dr.-Ing. Dieter Jurzitza
2016-10-02 18:10   ` martin rudalics
2021-05-05  8:52 ` bug#24526: iconifying / framesize martin rudalics
2022-05-08 12:26   ` bug#24526: bug#24569: Fwd: " Lars Ingebrigtsen
2022-06-05 15:53     ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).