all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.