unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: emacs-devel@gnu.org, Po Lu <luangruo@yahoo.com>
Subject: Re: master c1106b2ee7: Make sure native keypresses are received immediately on GTK
Date: Sat, 8 Jan 2022 15:03:26 -0500	[thread overview]
Message-ID: <e67fda8e-3aee-60d1-5845-6240ce01ea7b@cornell.edu> (raw)
In-Reply-To: <20220108132907.D302AC0DA1B@vcs2.savannah.gnu.org>

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	other threads:[~2022-01-08 20:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <164164854752.7483.4054434417943327470@vcs2.savannah.gnu.org>
     [not found] ` <20220108132907.D302AC0DA1B@vcs2.savannah.gnu.org>
2022-01-08 20:03   ` Ken Brown [this message]
2022-01-09  0:51     ` master c1106b2ee7: Make sure native keypresses are received immediately on GTK Po Lu
2022-01-09  1:41       ` Ken Brown
2022-01-09  1:44         ` Po Lu

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=e67fda8e-3aee-60d1-5845-6240ce01ea7b@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=emacs-devel@gnu.org \
    --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).