Skip to content
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

Configurable emoji reaction picker #201

Merged
merged 4 commits into from
Mar 31, 2024
Merged

Conversation

oantolin
Copy link
Contributor

@oantolin oantolin commented Aug 11, 2023

I think this is ready to merge (and addresses #199), but note that it offers you the Emacs 29 emoji commands as options even if you don't have them. Likewise it binds them to keys. The docstring do mention you need Emacs 29 to use them, but maybe you'd want them to not even appear.

@oantolin oantolin changed the title Configurable emoji reaction picker (fixes #199) Configurable emoji reaction picker Aug 11, 2023
@alphapapa
Copy link
Owner

Hi Omar,

Thanks, this looks very good. Yes, I would like to have a version check in the option choices to only add ones from Emacs 29 when appropriate; I think we should avoid offering invalid choices to the user whenever possible.

@alphapapa alphapapa self-assigned this Aug 12, 2023
@alphapapa alphapapa added the enhancement New feature or request label Aug 12, 2023
@alphapapa alphapapa added this to the 0.12 milestone Aug 12, 2023
@oantolin
Copy link
Contributor Author

Sure, I'll add the checks later today.

@oantolin
Copy link
Contributor Author

Done, I've added the checks. I did it individually for each command because (1) I dislike checking for versions since that seems like an indirect way to say what I mean, (2) maybe someone is running some in between Emacs commit that has some emoji commands but not others.

@oantolin
Copy link
Contributor Author

I left the mention to Emacs 29 in the docstring unconditionally, think of it as an advertisement. 😛

@alphapapa alphapapa modified the milestones: 0.12, 0.13 Aug 31, 2023
@alphapapa alphapapa modified the milestones: 0.13, 0.14 Oct 3, 2023
@alphapapa alphapapa modified the milestones: 0.14, 0.15 Oct 29, 2023
@alphapapa alphapapa merged commit 0d78b38 into alphapapa:master Mar 31, 2024
0 of 4 checks passed
@alphapapa
Copy link
Owner

@oantolin Finally merged. Thanks for your work and your patience!

@alphapapa
Copy link
Owner

@oantolin: Do you think we could make it easier for the user to select one of the other emoji input commands after pressing "C-g"? As it is I have to "describe-keymap ement-room-reaction-map" in another window to know what keys to press.

@oantolin
Copy link
Contributor Author

oantolin commented Apr 1, 2024

Do you think we could make it easier for the user to select one of the other emoji input commands after pressing "C-g"?

Sure, I'd be happy to add a message showing the key bindings.

@alphapapa
Copy link
Owner

Do you think we could make it easier for the user to select one of the other emoji input commands after pressing "C-g"?

Sure, I'd be happy to add a message showing the key bindings.

Thanks, that would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants