GNU bug report logs -
#65116
29.1; query-replace-read-args fails reading second arg in detached minibuf
Previous Next
Reported by: Jim Rees <jim <at> rees.org>
Date: Sun, 6 Aug 2023 19:05:01 UTC
Severity: normal
Found in version 29.1
Done: Alan Mackenzie <acm <at> muc.de>
Bug is archived. No further changes may be made.
Full log
Message #109 received at 65116 <at> debbugs.gnu.org (full text, mbox):
Jim Rees <jim <at> rees.org> writes:
> Po Lu wrote:
>
> No, it should be compatible with 29.1. Jim, does your window manager
> indicate whether the frame is focused in its window decorations, and if
> so, are such indications active when Emacs appears to hang?
>
> Yes it does, and yes they are.
diff --git a/src/gtkutil.c b/src/gtkutil.c
index 6cfb4034ed9..a7c547afd39 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -1593,6 +1593,9 @@ xg_create_frame_widgets (struct frame *f)
/* Use same names as the Xt port does. I.e. Emacs.pane.emacs by default */
gtk_widget_set_name (wtop, EMACS_CLASS);
+#if defined HAVE_XINPUT2 && defined HAVE_GTK3
+ gtk_widget_add_events (wtop, GDK_ALL_EVENTS_MASK);
+#endif /* HAVE_XINPUT2 && HAVE_GTK3 */
gtk_widget_set_name (wvbox, "pane");
gtk_widget_set_name (wfixed, SSDATA (Vx_resource_name));
Does this solve the problem?
Thanks for testing.
This bug report was last modified 1 year and 131 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.