From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: input-pending-p after make-frame-visible Date: Fri, 01 Oct 2021 20:57:11 +0300 Message-ID: <83wnmwd3wo.fsf@gnu.org> References: <786eca99-bb42-c744-af26-b0435a745a81@gmx.at> <1d7cee7a-6137-609c-1400-f161dc8c860e@gmx.at> <2b2c2a7f-4c4a-a293-361e-86911e9f88b7@gmx.at> <276e1863-1110-3a71-7092-a62491d2d003@gmx.at> <83czotluc3.fsf@gnu.org> <83lf3hjf9n.fsf@gnu.org> <83lf3fio1n.fsf@gnu.org> <83czoriky1.fsf@gnu.org> <835yujie1b.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27100"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rudalics@gmx.at, emacs-devel@gnu.org To: Aaron Jensen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 01 20:04:45 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mWMtp-0006ll-Qs for ged-emacs-devel@m.gmane-mx.org; Fri, 01 Oct 2021 20:04:45 +0200 Original-Received: from localhost ([::1]:39724 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mWMto-0002KM-Mb for ged-emacs-devel@m.gmane-mx.org; Fri, 01 Oct 2021 14:04:44 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36492) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mWMmn-00070Q-1k for emacs-devel@gnu.org; Fri, 01 Oct 2021 13:57:29 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48444) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mWMmm-0007p4-P8; Fri, 01 Oct 2021 13:57:28 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1418 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mWMmm-0005dq-CX; Fri, 01 Oct 2021 13:57:28 -0400 In-Reply-To: (message from Aaron Jensen on Fri, 1 Oct 2021 13:31:55 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:276001 Archived-At: > From: Aaron Jensen > Date: Fri, 1 Oct 2021 13:31:55 -0400 > Cc: martin rudalics , emacs-devel@gnu.org > > On Wed, Sep 29, 2021 at 11:42 AM Eli Zaretskii wrote: > > > > Yes. Emacs has only one event queue, and the "kbd_" part of its name > > is misleading (it's a remnant from the original pre-GUI design). > > Ok, it appears to be 19, which I believe is HELP_EVENT. Does that make sense? help-echo? That presumes that the mouse pointer was above mouse-sensitive text. Was it? But according to my reading of the code, it's TOOL_BAR_EVENT, because 2 events are specific to MS-Windows.