emacs-devel
[Top][All Lists]
Advanced

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

Re: master c1106b2ee7: Make sure native keypresses are received immediat


From: Ken Brown
Subject: Re: master c1106b2ee7: Make sure native keypresses are received immediately on GTK
Date: Sat, 8 Jan 2022 15:03:26 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1

On 1/8/2022 8:29 AM, Po Lu via Mailing list for Emacs changes wrote:
diff --git a/src/gtkutil.c b/src/gtkutil.c
index aaa2933f86..ff5c0f2751 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -6250,6 +6250,8 @@ xg_widget_key_press_event_cb (GtkWidget *widget, GdkEvent 
*event,
        xg_pending_quit_event.kind = NO_EVENT;
        kbd_buffer_store_buffered_event (&inev, &xg_pending_quit_event);
      }
+
+  raise (SIGIO);

Should this be guarded by "#ifdef USABLE_SIGIO"? And I have the same question for the call to "raise (SIGIO)" in pgtkterm.c.

Ken



reply via email to

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