bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27392: 26.0.50; [css-mode] Completion fails after "grid" is typed ou


From: Dmitry Gutov
Subject: bug#27392: 26.0.50; [css-mode] Completion fails after "grid" is typed out
Date: Fri, 16 Jun 2017 13:01:42 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Thunderbird/54.0

With these buffer contents (with point at |), press C-M-i:

html {
  gri|
}


It completes to "grid". Press C-M-i again: "No match".

Even though css-mode knows about various grid-** properties, it fails to suggest them in this situation.

It *does* offer them as completions after "gri" for `company-capf', however.

Same for "border", "animation" and probably others.

It's a problem for company-capf in particular because with company-require-match, after you `M-x company-capf', you're not allowed to type out the last letter of each respective word.

It's also a problem in discoverability.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]