dunn / company-emoji

MOVED to codeberg
https://codeberg.org/egirl/company-emoji
82 stars 7 forks source link

company-complete doesn't show all candidates #14

Open jhartotr opened 3 years ago

jhartotr commented 3 years ago

Completion candidates that start with letters between 'a' and 'f' are only shown if I restart emacs and I can insert only one of such completion candidates. After that only candidates starting with 'g' are shown by company-complete, see screenshot below (result of: C-c SPC):

grafik

What could be the reason of this behavior? In my case it happens with the following versions:

Emacs:

GNU Emacs 28.0.50 (build 1, i686-pc-linux-gnu, GTK+ Version 3.22.30, cairo version 1.15.10) of 2020-10-16

Company:

Package company is installed.

     Status: Installed in ‘company-20201014.2251/’ (unsigned).
    Version: 20201014.2251
     Commit: 5f5949b6ae8ea9df94c6cb3e01d9cae43623b794
    Summary: Modular text completion framework
   Requires: emacs-24.3
Required by: company-emoji-20200612.1902
   Homepage: http://company-mode.github.io/
   Keywords: abbrev convenience matching 
 Maintainer: Dmitry Gutov <dgutov@yandex.ru>
     Author: Nikolaj Schumacher
Other versions: 20201014.2251 (melpa), 0.9.13 (gnu).

Company-emoji:

     Status: Installed in ‘company-emoji-20200612.1902/’ (unsigned). Delete
    Version: 20200612.1902
     Commit: 5f2d10623c1e9f547d852cb13c7a391afbda09fb
    Summary: company-mode backend for emoji
   Requires: cl-lib-0.5, company-0.8.0
   Homepage: https://github.com/dunn/company-emoji.git
   Keywords: emoji company 
 Maintainer: Alex Dunn <dunn.alex@gmail.com>
     Author: Alex Dunn <dunn.alex@gmail.com>
Other versions: 20200612.1902 (melpa).
jhartotr commented 3 years ago

I debugged and emoji-list in fuction company-emoji starts with 'g':

grafik

dunn commented 3 years ago

looks like this is the same as https://github.com/dunn/company-emoji/issues/10 which I haven't been able to reproduce