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

* Re: Company mode up/down keys reversed
  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>
  1 sibling, 0 replies; 4+ messages in thread
From: Dmitry Gutov @ 2017-10-12 13:34 UTC (permalink / raw)
  To: Jonathon McKitrick, help-gnu-emacs

On 10/12/17 4:18 PM, Jonathon McKitrick wrote:
> company-selection-wrap-around t

This.



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

* Re: Company mode up/down keys reversed
       [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
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathon McKitrick @ 2017-10-18 11:30 UTC (permalink / raw)
  To: help-gnu-emacs

On Thursday, October 12, 2017 at 9:35:06 AM UTC-4, Dmitry Gutov wrote:
> On 10/12/17 4:18 PM, Jonathon McKitrick wrote:
> > company-selection-wrap-around t
> 
> This.

That was it, thanks.

But why would the wrap-around behavior reverse the keys?


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

* Re: Company mode up/down keys reversed
  2017-10-18 11:30   ` Jonathon McKitrick
@ 2017-10-18 12:35     ` Dmitry Gutov
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Gutov @ 2017-10-18 12:35 UTC (permalink / raw)
  To: Jonathon McKitrick, help-gnu-emacs

On 10/18/17 2:30 PM, Jonathon McKitrick wrote:

> But why would the wrap-around behavior reverse the keys?

<Down> moves to the next element in the list. wrap-around reverses how 
the list is displayed.



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