From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Galtieri Newsgroups: gmane.emacs.help Subject: Re: Configuring Anaconda-Mode and Company-Mode with IPython Date: Mon, 22 Jun 2015 22:05:01 -0500 Message-ID: References: <8c1de894-22ab-46fb-89e4-22e158f85c21@googlegroups.com> <55814D76.6080907@yandex.ru> <5581D3D2.40801@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1435028744 26163 80.91.229.3 (23 Jun 2015 03:05:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Jun 2015 03:05:44 +0000 (UTC) Cc: help-gnu-emacs To: Dmitry Gutov Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 23 05:05:42 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z7EWs-0004ca-Gx for geh-help-gnu-emacs@m.gmane.org; Tue, 23 Jun 2015 05:05:42 +0200 Original-Received: from localhost ([::1]:42995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7EWr-0003tX-6i for geh-help-gnu-emacs@m.gmane.org; Mon, 22 Jun 2015 23:05:41 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7EWc-0003tR-7x for help-gnu-emacs@gnu.org; Mon, 22 Jun 2015 23:05:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7EWY-0001FB-HV for help-gnu-emacs@gnu.org; Mon, 22 Jun 2015 23:05:26 -0400 Original-Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]:34203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7EWY-0001Cu-8O for help-gnu-emacs@gnu.org; Mon, 22 Jun 2015 23:05:22 -0400 Original-Received: by pabvl15 with SMTP id vl15so100623529pab.1 for ; Mon, 22 Jun 2015 20:05:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=55JhKpnPzNTg0aOzqquQQwDwnzk85AFG0HsKRra7MLQ=; b=ZzKrbH2KJHGiKH2/kDpePKY/k4jnTVRf3Omum9cNofzQav/7KQVLgNhhLtJVSwz2es 1Cp7y853oI2chyJJl3dgNf8LSJxffnTBe7X4FZ5uYE5Rwx13cmz4znbmSNCOdl5EYWLK sHcXuZEWpHvzT1l9rmaV7jtJiX/03nj2p8fGoZu8k9LAHE1NgifQbiLjCPXolwy4dyHn d/YlQ5IWPsQ7znR+BQJ3j6ZDFl9laXaUSMyqHWzEXoFQ6em1PSKO5obr86bUiKfirzTd 0yJs/fYu00xWC4qLxFRbI/D8LsvwzD8tibtfzlJcLx/33EVirEtfk3KDOgAVmRIdnHgA 1YKA== X-Received: by 10.66.172.49 with SMTP id az17mr3373089pac.114.1435028720878; Mon, 22 Jun 2015 20:05:20 -0700 (PDT) Original-Received: by 10.66.185.163 with HTTP; Mon, 22 Jun 2015 20:05:01 -0700 (PDT) In-Reply-To: <5581D3D2.40801@yandex.ru> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22b X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105093 Archived-At: Yup, all fixed now. Thanks :) On Wed, Jun 17, 2015 at 3:08 PM, Dmitry Gutov wrote: > Please keep the Help list in Cc. > > On 06/17/2015 04:32 PM, Daniel Galtieri wrote: > >> I'm on Emacs 24.5.1. Company version is 20150616.439 >> > > Okay, thanks. > > Let me clarify a bit. For the most part, the completion popup does work >> correctly. The specific case I'm talking about is what you see around >> 0:17 where I type out datetime (i.e. I do not use the suggested >> completion for datetime), and then try to get the completion after >> typing the the "." >> ... >> > > I see it now, thanks for the details. Should be fixed now in master. >