8000 New emoji input features in Emacs 29 · Issue #199 · alphapapa/ement.el · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
New emoji input features in Emacs 29 #199
Closed
@alphapapa

Description

@alphapapa

@phil-s posted this in the room, which seems to be a very clever solution:

(defun my-ement-room-send-common-reaction (key position)
  "Send a reaction."
  (interactive
   (list (minibuffer-with-setup-hook #'emoji-insert
           (read-string "Reaction: "))
         (point)))
  (ement-room-send-reaction key position))

The (r)ecent sub-menu seems to cater for the "commonly used" case nicely enough (although I've not yet checked whether/how that is persisted between sessions).

Using emoji-search there also works, provided that enable-recursive-minibuffers is enabled.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0