-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add: ement-room-image-yank-handler #47
base: master
Are you sure you want to change the base?
Conversation
Hi, Thanks for your patience; I haven't had time to work on my software projects lately. I'm glad you've implemented this, but I'm not sure if it should be merged yet, since Emacs 28 hasn't even been released yet, much less Emacs 29. It might be better to maintain it as a patch or a branch until the version of Emacs with this capability is closer to release. Of course, I'd be glad to merge it when the time comes. If you would like to have this merged, please do seek the FSF CA and let me know when it's done. Thanks. |
ea29504
to
2c5bf38
Compare
12c2abf
to
2e072ef
Compare
4a42004
to
481f571
Compare
a6ec9ad
to
fcbf1a5
Compare
9845fce
to
338b99b
Compare
I've converted this to a draft PR until the FSF CA is taken care of. Please let me know if you're able to get that. Thanks. |
Thank you for the reminder, I have started the process of signing the paperwork. I will post an update here once it's done |
7d2e0f2
to
c0b922b
Compare
@zipp0h any updates on the paperwork? |
Yes, I won’t be able to get the paper work done anytime soon.
Someone else should re-implement this functionality. It should be fairly easy
Sorry for the delay.
|
a68abe0
to
9da7b8e
Compare
* ement-room.el (ement-room-send-file): Add new :then argument for these new features. (ement-room-dnd-xds-upload-file): Add XDS function. (ement-room-send-image-in-clipboard, ement-room-send-copied-files): Add yank-media handler functions. (ement-room-mode): Register them all. Closes alphapapa#47.
* ement-room.el (ement-room-send-file): Add new :then argument for these new features. (ement-room-dnd-xds-upload-file): Add XDS function. (ement-room-send-image-in-clipboard, ement-room-send-copied-files): Add yank-media handler functions. (ement-room-mode): Register them all. Closes alphapapa#47.
Hi,
This patch allow to use the yank-media capability (in Emacs 29.1) to upload an image from the clipboard.
If this patch is acceptable, I can do the steps to get the FSF copyright assignment.