Date: Mon, 30 Nov 2020 23:36:23 -0800
From: Jared Finder <jared@finder.org>
Cc: emacs-devel@gnu.org
This makes sense to me. I agree that read-key is likely to currently
behave different in some situations from read-event. Are these
differences bugs that should be fixed or are they now features that
can
not be changed?
I don't know. I think we need to discuss each difference separately.
I'm about 33% through analyzing read-key and have already found the
following differences:
* read-key resets this-command-keys, read-event appends to it.
* read-key does not return switch-frame events as they happen,
read-event does.
Thank you for doing this. We should at least document these changes
in some place, and probably also discuss at least some of them.