[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#54656: 29.0.50; [menu] key is not read anymore
From: |
Po Lu |
Subject: |
bug#54656: 29.0.50; [menu] key is not read anymore |
Date: |
Mon, 04 Apr 2022 08:18:44 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) |
dal-blazej@onenetbeyond.org writes:
> Sorry I lack comprehension of the gdb and C.
>
> If I place a breakpoint on :
>
>> static void
>> x_display_set_last_user_time (struct x_display_info *dpyinfo, Time time)
>> {
>> ...
>
> It is called to many time while initiating Emacs and I cannot verify the
> keypress. How do I do that the right way ?
Ah, sorry. Place the breakpoint here instead, inside the function
`handle_one_xevent':
case KeyPress:
==> x_display_set_last_user_time (dpyinfo, event->xkey.time);
ignore_next_mouse_click_timeout = 0;
coding = Qlatin_1;
Thanks.
- bug#54656: 29.0.50; [menu] key is not read anymore, dal-blazej, 2022/04/01
- bug#54656: 29.0.50; [menu] key is not read anymore, Po Lu, 2022/04/01
- bug#54656: 29.0.50; [menu] key is not read anymore, dal-blazej, 2022/04/02
- bug#54656: 29.0.50; [menu] key is not read anymore, Po Lu, 2022/04/02
- bug#54656: 29.0.50; [menu] key is not read anymore, dal-blazej, 2022/04/03
- bug#54656: 29.0.50; [menu] key is not read anymore,
Po Lu <=
- bug#54656: 29.0.50; [menu] key is not read anymore, dal-blazej, 2022/04/04
- bug#54656: 29.0.50; [menu] key is not read anymore, Po Lu, 2022/04/04
- bug#54656: 29.0.50; [menu] key is not read anymore, dal-blazej, 2022/04/21
- bug#54656: 29.0.50; [menu] key is not read anymore, Po Lu, 2022/04/21
- bug#54656: 29.0.50; [menu] key is not read anymore, dal-blazej, 2022/04/22
- bug#54656: 29.0.50; [menu] key is not read anymore, Po Lu, 2022/04/22
- bug#54656: 29.0.50; [menu] key is not read anymore, dal-blazej, 2022/04/24
- bug#54656: 29.0.50; [menu] key is not read anymore, Po Lu, 2022/04/24