all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Company mode up/down keys reversed
@ 2017-10-12 13:18 Jonathon McKitrick
  2017-10-12 13:34 ` Dmitry Gutov
       [not found] ` <mailman.1282.1507815302.27995.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Jonathon McKitrick @ 2017-10-12 13:18 UTC (permalink / raw)
  To: help-gnu-emacs

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)


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

end of thread, other threads:[~2017-10-18 12:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-12 13:18 Company mode up/down keys reversed Jonathon McKitrick
2017-10-12 13:34 ` Dmitry Gutov
     [not found] ` <mailman.1282.1507815302.27995.help-gnu-emacs@gnu.org>
2017-10-18 11:30   ` Jonathon McKitrick
2017-10-18 12:35     ` Dmitry Gutov

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.