emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs's set-frame-size can not work well with gnome-shell?


From: Dmitry Gutov
Subject: Re: Emacs's set-frame-size can not work well with gnome-shell?
Date: Sun, 26 Jan 2020 02:01:01 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 25.01.2020 15:11, martin rudalics wrote:
Is the indicator in the fringe at line 3592?  The gdb logic can reset
breakpoints in code that has been #ifdef'd away but I see no such
justification here.

Eli seems to have had the right idea. I rebuilt with

  ./configure --with-x-toolkit=gtk3 CFLAGS='-Og -g3'

and:

1. When trying to resize the child frame, adjust_frame_size (...) *is* hit. "configureEvent = ..." is not hit.

2. When moving the child frame by dragging the mode-line (or any other way), the second breakpoint is hit.

The first one (if (FRAME_WINDOW_P (f)) ...), -- isn't hit when dragging the mode-line. It *is* hit if I call set-frame-position explicitly from Lisp.



reply via email to

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