Bug
ctrl/cmd+a, del).:smiling_face.esc key to cancel completion, so it doesn't get replaced by a emoji.space.:smi.Dropdown with emoji appears.
No dropdown appears.
Interestingly if you continue the typing till you have :smiling_face_ (so that it is longer than the first token) the autocomplete appears.
This issue is very, very awkward. At first I thought that matching doesn't work at all, but then it seemed to me that it works, but minimal charcount is considered based on preceding match.
I presume that the issues is in autocomplete plugin rather than emoji.
Looks like it's a regression in 4.10.1 as I can't reproduce it with 4.10.0. I guess that it got introduced with #2195.
I can reproduce it.
Might be related to #2352.
I closed the mentioned issue (#2352) as a duplicate thus it's the same one. However, I believe that this issue is more related to the emoji plugin than autocomplete itself thus mentions works as expected with the same use case.
The issue has been introduced by https://github.com/ckeditor/ckeditor-dev/commit/b2641241a7248cd1b9ea7825a083afec629135bb
Fixed with #2452.
Most helpful comment
Might be related to #2352.