GNU bug report logs - #51002
28.0.50; [feature/pgtk] Some keypad keys handled as normal keys with pgtk

Previous Next

Package: emacs;

Reported by: Tom Hughes <tom <at> compton.nu>

Date: Mon, 4 Oct 2021 10:36:02 UTC

Severity: normal

Tags: moreinfo

Merged with 49211, 53200, 55362, 55660, 56653

Found in versions 28.0.50, 29.0.50

Done: Po Lu <luangruo <at> yahoo.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51002 in the body.
You can then email your comments to 51002 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#51002; Package emacs. (Mon, 04 Oct 2021 10:36:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tom Hughes <tom <at> compton.nu>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 04 Oct 2021 10:36:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tom Hughes <tom <at> compton.nu>
To: bug-gnu-emacs <at> gnu.org
Subject: 28.0.50; [feature/pgtk] Some keypad keys handled as normal keys
 with pgtk
Date: Mon, 04 Oct 2021 08:55:32 +0100
With pgtk some keypad keys seem to be recognised as their normal
equivalents rather than the keypad versions.

Enter, insert, delete and the navigation keys all seem to work as
expected and are recognised as kp-enter etc.

The number keys (when numlock is on) and /, (, - and + and just
recognised as normal keys from the main keyboard rather than as
kp-subtract etc.

In GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, cairo version 1.17.4)
 of 2021-10-04 built on bericote.compton.nu
Repository revision: 4c49ec7f865bdad1629d2f125f71f4e506b258f2
Repository branch: feature/pgtk
Windowing system distributor 'System Description: Fedora 34 (Thirty Four)

Configured using:
 'configure --with-pgtk --prefix=/var/tmp/emacs 'CFLAGS=-O2 -march=native''





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51002; Package emacs. (Mon, 12 Sep 2022 10:29:02 GMT) Full text and rfc822 format available.

Message #8 received at 51002 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Tom Hughes <tom <at> compton.nu>
Cc: 51002 <at> debbugs.gnu.org
Subject: Re: bug#51002: 28.0.50; [feature/pgtk] Some keypad keys handled as
 normal keys with pgtk
Date: Mon, 12 Sep 2022 12:28:07 +0200
Tom Hughes <tom <at> compton.nu> writes:

> With pgtk some keypad keys seem to be recognised as their normal
> equivalents rather than the keypad versions.
>
> Enter, insert, delete and the navigation keys all seem to work as
> expected and are recognised as kp-enter etc.
>
> The number keys (when numlock is on) and /, (, - and + and just
> recognised as normal keys from the main keyboard rather than as
> kp-subtract etc.

(I'm going through old bug reports that unfortunately weren't resolved
at the time.)

I think I remember seeing a similar bug report, and if I remember
correctly, this should now be fixed on the current "master" branch.
(But I may well misremember.)  Would it be possible for you to check?




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 12 Sep 2022 10:29:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51002; Package emacs. (Mon, 12 Sep 2022 16:42:02 GMT) Full text and rfc822 format available.

Message #13 received at 51002 <at> debbugs.gnu.org (full text, mbox):

From: Tom Hughes <tom <at> compton.nu>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 51002 <at> debbugs.gnu.org
Subject: Re: bug#51002: 28.0.50; [feature/pgtk] Some keypad keys handled as
 normal keys with pgtk
Date: Mon, 12 Sep 2022 17:28:10 +0100
On 12/09/2022 11:28, Lars Ingebrigtsen wrote:

> Tom Hughes <tom <at> compton.nu> writes:
> 
>> With pgtk some keypad keys seem to be recognised as their normal
>> equivalents rather than the keypad versions.
>>
>> Enter, insert, delete and the navigation keys all seem to work as
>> expected and are recognised as kp-enter etc.
>>
>> The number keys (when numlock is on) and /, (, - and + and just
>> recognised as normal keys from the main keyboard rather than as
>> kp-subtract etc.
> 
> (I'm going through old bug reports that unfortunately weren't resolved
> at the time.)
> 
> I think I remember seeing a similar bug report, and if I remember
> correctly, this should now be fixed on the current "master" branch.
> (But I may well misremember.)  Would it be possible for you to check?

This still seems to happen on master, yes.

Tom

-- 
Tom Hughes (tom <at> compton.nu)
http://compton.nu/





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#51002; Package emacs. (Tue, 13 Sep 2022 02:32:02 GMT) Full text and rfc822 format available.

Message #16 received at 51002 <at> debbugs.gnu.org (full text, mbox):

From: Po Lu <luangruo <at> yahoo.com>
To: Tom Hughes <tom <at> compton.nu>
Cc: Lars Ingebrigtsen <larsi <at> gnus.org>, control <at> debbugs.gnu.org,
 51002 <at> debbugs.gnu.org
Subject: Re: bug#51002: 28.0.50; [feature/pgtk] Some keypad keys handled as
 normal keys with pgtk
Date: Tue, 13 Sep 2022 10:30:50 +0800
forcemerge 51002 53200
thanks

Tom Hughes <tom <at> compton.nu> writes:

> This still seems to happen on master, yes.

This is yet another GTK input method module problem.  You can disable
input methods with

  (pgtk-use-im-context nil)

for the time being, and in the long term, complain to the ibus or fcitx
developers.




Forcibly Merged 49211 51002 53200 55362 55660 56653. Request was from Po Lu <luangruo <at> yahoo.com> to control <at> debbugs.gnu.org. (Tue, 13 Sep 2022 02:32:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 07 Nov 2022 12:24:04 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Daan Ro <daanturo <at> gmail.com> to control <at> debbugs.gnu.org. (Thu, 24 Nov 2022 08:33:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 23 Dec 2022 12:24:04 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Daan Ro <daanturo <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 25 Dec 2022 08:59:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 22 Jan 2023 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 149 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.