From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jonathon McKitrick Newsgroups: gmane.emacs.help Subject: Company mode up/down keys reversed Date: Thu, 12 Oct 2017 06:18:15 -0700 (PDT) Message-ID: <60bb75c7-41ec-4cfb-a1cc-a996a891aec1@googlegroups.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: blaine.gmane.org 1507815143 23154 195.159.176.226 (12 Oct 2017 13:32:23 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 12 Oct 2017 13:32:23 +0000 (UTC) Injection-Date: Thu, 12 Oct 2017 13:18:15 +0000 User-Agent: G2/1.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 12 15:32:19 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e2day-0005FB-Tk for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Oct 2017 15:32:17 +0200 Original-Received: from localhost ([::1]:45555 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2db6-0001Su-9b for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Oct 2017 09:32:24 -0400 X-Received: by 10.55.76.138 with SMTP id z132mr1884112qka.31.1507814295769; Thu, 12 Oct 2017 06:18:15 -0700 (PDT) X-Received: by 10.31.142.13 with SMTP id q13mr1074497vkd.1.1507814295690; Thu, 12 Oct 2017 06:18:15 -0700 (PDT) Original-Path: usenet.stanford.edu!z50no306710qtj.0!news-out.google.com!p42ni650qtp.0!nntp.google.com!z50no306708qtj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=108.77.156.183; posting-account=DpCMFwoAAACUUYRrTfjIhGJ0rlD9rT1r Original-NNTP-Posting-Host: 108.77.156.183 Original-Xref: usenet.stanford.edu gnu.emacs.help:220450 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:114557 Archived-At: 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)