From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Yuuki Harano Newsgroups: gmane.emacs.devel Subject: Re: Modifier handling in pgtk Date: Thu, 23 Dec 2021 23:42:13 +0900 (JST) Organization: Ingage Inc. Message-ID: <20211223.234213.263286886300700870.masm@luna.pink.masm11.me> References: <87r1ai1v45.fsf@yahoo.com> <20211212.221513.1082178822354626175.masm@luna.pink.masm11.me> <20211223103513.608529e6@holly> Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28320"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, brennan@umanwizard.com, emacs-devel@gnu.org To: makovick@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 23 15:43:09 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 1n0PJC-0006uH-DA for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Dec 2021 15:43:06 +0100 Original-Received: from localhost ([::1]:39380 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n0PJB-00034u-De for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Dec 2021 09:43:05 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:53550) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0PIV-0002Ir-7N for emacs-devel@gnu.org; Thu, 23 Dec 2021 09:42:23 -0500 Original-Received: from shiro.masm11.me ([150.95.182.25]:35582) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0PIS-0003Sh-Gh for emacs-devel@gnu.org; Thu, 23 Dec 2021 09:42:22 -0500 Original-Received: from luna.pink.masm11.me (i153-144-34-242.s41.a033.ap.plala.or.jp [153.144.34.242]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shiro.masm11.me (Postfix) with ESMTPSA id D864DC0173; Thu, 23 Dec 2021 23:42:13 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=masm11.me; s=202002; t=1640270534; bh=qC7xps7M2WOr2e2b1u6XH/FYpwQc6UELNV7QSWfWr74=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=j7+ou+bSpivRlGUUFqLp+kUrqkpacWr9bmtPSbQcv/oSEXaPo2DHuqrUWM8hjv+Im N0umtlLw5EwLhl6mKefAjiKxCTrqV+QQKcKONE5FUB8yb80xbg4SfemoyHLnGRCD5O 5wfzsZ8pucuXfZW7xj77MZWzbmKzIUQPN94F0cSw= In-Reply-To: <20211223103513.608529e6@holly> X-Mailer: Mew version 6.8 on Emacs 29.0 Received-SPF: pass client-ip=150.95.182.25; envelope-from=masm@masm11.me; helo=shiro.masm11.me X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:282963 Archived-At: On Thu, 23 Dec 2021 10:35:13 +0100, Jind=F8ich Makovi=E8ka wrote: > I noticed one more thing related to the modifiers - pgtk emacs will n= ot > recognize the keypad keys, because they are passed to GTK IM, and the= > keypad information is dropped. So, emacs receives ordinary "1" instea= d > of "kp-1". Thanks for the notice. But I have no idea about how to solve it for now... -- = Yuuki Harano