unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* company mode problem
@ 2018-04-24 10:11 Lajos Bodnar
  0 siblings, 0 replies; only message in thread
From: Lajos Bodnar @ 2018-04-24 10:11 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,
When I use the company-mode auto completion then it's working but if there
is an "-" in the function name it doesn't working from that character.

example:
(set  => I can select the set-cursor-color function
(set- => There is no match

What is the problem or how can I find the problem ?

My company config:
(add-hook 'after-init-hook 'global-company-mode)

(setq company-backends
  '(
    (
     company-files
     company-dabbrev
     company-keywords
     company-capf
     company-yasnippet
     )
    (company-abbrev company-dabbrev)
    ))

(setq company-dabbrev-downcase nil)


cheers,
Lajos


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-24 10:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-24 10:11 company mode problem Lajos Bodnar

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).