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

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

Company mode up/down keys reversed


From: Jonathon McKitrick
Subject: Company mode up/down keys reversed
Date: Thu, 12 Oct 2017 06:18:15 -0700 (PDT)
User-agent: G2/1.0

I'm seeing an odd behavior where when the completion candidates appear, the up 
and down selection keys do the opposite of what is expected. Any ideas what 
might cause that?

here's my current setup:

(setq company-idle-delay 0.01
      company-show-numbers t
      company-tooltip-limit 10
      company-tooltip-align-annotations t
      company-minimum-prefix-length 2
      company-selection-wrap-around t
      company-selection-changed t
      company-tooltip-flip-when-above nil
      company-require-match nil
      company-quickhelp-max-lines 60
      pos-tip-border-width 0)

(company-quickhelp-mode 1)


reply via email to

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