diff options
| -rw-r--r-- | itches/emacs/tracker.org | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org index b710eaa..e245b22 100644 --- a/itches/emacs/tracker.org +++ b/itches/emacs/tracker.org @@ -801,7 +801,14 @@ when submitting (resp. merging) the request. Possible solutions: - Git config variable - Transient infix argument *** TODO Wash emoji codes -Emoji sent by forges to be received as =:short_codes:=. Kludge: +On GitHub and GitLab, emoji that users enter via =:short_codes:= on +the web UI are sent by the API as =:short_codes:=, instead of bona +fide Unicode code points. + +(Emoji sent by clients like forge seem unaffected) + +Kludge: + #+begin_src elisp (defun my/emoji-translate-code () (save-excursion |
