bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68272: [PATCH] Fix -1 leaking from C to lisp in 'read-event' etc.


From: Tim Ruffing
Subject: bug#68272: [PATCH] Fix -1 leaking from C to lisp in 'read-event' etc.
Date: Mon, 04 Mar 2024 19:42:09 +0100

Hi, this is an updated patch set.

Changes to the previous revision:
 * Instead of changing requeued_events_pending_p, it's renamed to
   requeued_command_events_pending_p, and I've fixed the outdated
   comment that had misled me.  Then a new requeued_events_pending_p
   with different semantics is added and used in following commits.
   This addresses one of Eli's comments, and should make sure that
   existing callers of requeued_events_pending_p are not affected by
   the patch.
 * I've added a large comment to src/macro.c as an attempt to explain
   how we handle the end of a keyboard macro.
 * I've improved the commit message of (now) 6be0f5f. 

Best,
Tim

Attachment: 0001-Extract-check-for-end-of-macro-to-function.patch
Description: Text Data

Attachment: 0002-src-keyboard.c-requeued_events_pending_p-Improve-nam.patch
Description: Text Data

Attachment: 0003-src-keyboard.c-requeued_events_pending_p-New-functio.patch
Description: Text Data

Attachment: 0004-Continue-reading-in-read-event-etc.-at-the-end-of-a-.patch
Description: Text Data

Attachment: 0005-Remove-workarounds-for-solved-read-event-bug.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]