unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: drshapeless via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Po Lu <luangruo@yahoo.com>
Cc: 55779@debbugs.gnu.org
Subject: bug#55779: 29.0.50; child frame
Date: Sun, 05 Jun 2022 00:46:00 +0800	[thread overview]
Message-ID: <87o7z8wf5j.fsf@drshapeless.com> (raw)
In-Reply-To: <87leuc3a0x.fsf@yahoo.com>

Po Lu <luangruo@yahoo.com> writes:

> No, I don't think so (what does "update" mean here anyway?)
>
> Besides, it used to work in Emacs 28.  Could you try using "git bisect"
> to isolate the commit responsible for this problem?
>
> Thanks.

After a couple of hours, I am able to locate the bad commit using "git
bisect". Here's the log. You probably made a change in GTK back in April
leading to this bug.

git bisect start 'master' 'emacs-28.1'
0a5477b448 bad Make skkdic-convert replacements literal
5a223c7f2e good Update logs and HISTORY for Emacs 28.1

git bisect good 96867f9d0897319adda9d7b8ec84c1fb9e451225
96867f9d08 good Fix manual points about tex-latex-block/latex-insert-block

git bisect good 095a776d0642bced88a6357f2d889c8980e0b83a
095a776d06 good Clean up various bits of Haiku code

git bisect bad 3c5e1f8ec8d5d52e5bbf185d9618852e7d04e3ca
3c5e1f8ec8 bad Simplify Haiku selection code

git bisect bad c7d49f91dac8afeb85cb8ee2b209f7ca4b363a4d
c7d49f91da bad Fix another help-fns--insert-menu-bindings parsing problem

git bisect good 5c7b5c65ada6c07509a46ec459bf3a3aea3a6386
5c7b5c65ad good ; * doc/emacs/mini.texi (Completion Commands): Remove duplicate @findex.

git bisect bad 9b6580ccb73e6cb71a89099bb7062689cbed9e20
9b6580ccb7 bad Speed up color cache lookup on X

git bisect bad 26e448ae2b60bd34eebceca6dbd181ca1722be5b
26e448ae2b bad ; Merge from origin/emacs-28

git bisect bad 247e587d56f9be5164b3783e04cfba73fd667175
247e587d56 bad Document how to specify fallback modes

git bisect bad d78e4460727c348fb5a5a62b774797c4374a1190
d78e446072 bad Minor cleanups to Haiku menu code

git bisect good 5fae0325872710dcbf42541b985103b66f613f61
5fae032587 good Tell those using exclusively X not to use the PGTK port

git bisect good 9751250adb1333da55fcadb363266214d0782bb9
9751250adb good Port struct Lisp_Subr to C99

git bisect bad 92667cc2fb17af947c202d2de765d8736679e858
92667cc2fb bad Fix last change for GTK 2

git bisect good 4dd47196f67a223abf482caf430c3e5dd5c05977
4dd47196f6 good Fix opaque region treatment on GTK 3

92667cc2fb17af947c202d2de765d8736679e858 is the first bad commit
commit 92667cc2fb17af947c202d2de765d8736679e858
Author: Po Lu <luangruo@yahoo.com>
Date:   Tue Apr 19 11:18:25 2022 +0800
    Fix last change for GTK 2
    
    * src/xfns.c (x_set_alpha_background):
    * src/xterm.c (x_update_opaque_region): Move some ifdefs around.
 src/xfns.c  |  2 +-
 src/xterm.c | 12 ++++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)





  reply	other threads:[~2022-06-04 16:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-03  3:59 bug#55779: 29.0.50; child frame drshapeless via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-03  8:19 ` bug#55779: Acknowledgement (29.0.50; child frame) drshapeless via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-03 10:27 ` bug#55779: 29.0.50; child frame Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
     [not found]   ` <87ee06vtds.fsf@drshapeless.com>
     [not found]     ` <87ee063piv.fsf@yahoo.com>
2022-06-03 14:56       ` drshapeless via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-04  1:15         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-04  3:10           ` drshapeless via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-04  4:18             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-04 11:57               ` drshapeless via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-04 12:09                 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-04 16:46                   ` drshapeless via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2022-06-05  0:49                     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-05  1:03                       ` drshapeless via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-05  2:54                         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-05  3:55                           ` drshapeless via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-05  5:04                             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o7z8wf5j.fsf@drshapeless.com \
    --to=bug-gnu-emacs@gnu.org \
    --cc=55779@debbugs.gnu.org \
    --cc=drsl@drshapeless.com \
    --cc=luangruo@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).