unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27392: 26.0.50; [css-mode] Completion fails after "grid" is typed out
@ 2017-06-16 10:01 Dmitry Gutov
  2017-06-16 18:23 ` Simen Heggestøyl
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Gutov @ 2017-06-16 10:01 UTC (permalink / raw)
  To: 27392

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.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-06-17  8:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-16 10:01 bug#27392: 26.0.50; [css-mode] Completion fails after "grid" is typed out Dmitry Gutov
2017-06-16 18:23 ` Simen Heggestøyl
2017-06-16 20:33   ` Dmitry Gutov
2017-06-17  8:40     ` Simen Heggestøyl

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).