-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event file missing chorded messages. #470
Comments
This may relate to another bug that has kicked me occasionally where
instead of receiving chorded text I receive the address of the chorded
text. I haven't worked out the reproduction steps yet, but will the next
time I see it.
…On Fri, Dec 2, 2022 at 11:00 AM Kyle Nusbaum ***@***.***> wrote:
It looks to me like the event file does not report chorded events as it
does in acme, and as it says in acme(4).
acme(4):
[The event flag will contain bit] 8 if the command has an extra (chorded)
argument; if so, two more complete messages will follow reporting the
argument (with all numbers 0 except the character count) and where it
originated, in the form of a fully-qualified button 3 style address.
In acme, selecting an Edit replacement, e.g. ,s|foo|bar|g and then
chording the edit command Button3-1, results in the following events:
Event: [Mx19 23 9 4 Edit]
Event: [Mx0 0 0 12 ,s|foo|bar|g]
Event: [Mx0 0 0 0 ]
This matches the description in the manual page.
In Edwood however, the 8th bit of the flag is not set when chording, and
no subsequent messages are received:
Event: [Mx21 25 1 4 Edit]
To be clear, chording appears to behave correctly in Edwood windows, but
the events don't show up in the events file as expected.
—
Reply to this email directly, view it on GitHub
<#470>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ6RUGQO74SVJBMMLXKPK3WLJBMNANCNFSM6AAAAAASSGTWVQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I'll have a look. |
Notes for trying to replicate this in Edwood (dd8fcfc):
In Acme (e2a141ae0952c2d28a9f500bb9da6dc72e57be3c):
Observations:
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks to me like the event file does not report chorded events as it does in acme, and as it says in acme(4).
acme(4)
:In acme, selecting an
Edit
replacement, e.g.,s|foo|bar|g
and then chording the edit command Button3-1, results in the following events:This matches the description in the manual page.
In Edwood however, the 8th bit of the flag is not set when chording, and no subsequent messages are received:
To be clear, chording appears to behave correctly in Edwood windows, but the events don't show up in the events file as expected.
The text was updated successfully, but these errors were encountered: