-
Notifications
You must be signed in to change notification settings - Fork 44
"Editing a message" via compose buffer becomes "replying to a message" instead #189
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
Comments
I guess this is due to (defun ement-room-edit-message (event room session body)
"Edit EVENT in ROOM on SESSION to have new BODY.
The message must be one sent by the local user."
(interactive (ement-room-with-highlighted-event-at (point) |
Thanks for reporting. |
FYI, I am able to reproduce sans customizations. |
That should do it. Please let me know. Thanks. |
Adam Porter ***@***.***> writes:
That should do it. Please let me know. Thanks.
Just updated and gave it a shot. Works for me. Thanks!
|
Works for me, thank you! I'll need to update my custom code at #140 (comment) to support the change, but when I use the standard Edit: Done. |
I'm seeing the following behaviour:
<insert>
to invokeement-room-edit-message
C-c '
to invokeement-room-compose-from-minibuffer
The new compose buffer header line reads:
And indeed if I send the message it is a new reply to the original message, quoting it and all.
If I do not use
C-c '
then editing works as expected.(I have some customisations in this area, but AFAICS they do not affect this, so hopefully you can reproduce it.)
The text was updated successfully, but these errors were encountered: