From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.help Subject: Re: Configuring Anaconda-Mode and Company-Mode with IPython Date: Wed, 17 Jun 2015 23:08:50 +0300 Message-ID: <5581D3D2.40801@yandex.ru> References: <8c1de894-22ab-46fb-89e4-22e158f85c21@googlegroups.com> <55814D76.6080907@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1434571772 14727 80.91.229.3 (17 Jun 2015 20:09:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Jun 2015 20:09:32 +0000 (UTC) Cc: help-gnu-emacs To: Daniel Galtieri Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 17 22:09:28 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 1Z5JeE-00031l-QH for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Jun 2015 22:09:22 +0200 Original-Received: from localhost ([::1]:49057 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5JeD-0006h4-Si for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Jun 2015 16:09:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5Jdz-0006gk-7V for help-gnu-emacs@gnu.org; Wed, 17 Jun 2015 16:09:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5Jdu-00061s-5G for help-gnu-emacs@gnu.org; Wed, 17 Jun 2015 16:09:07 -0400 Original-Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:35783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5Jdt-0005sw-UI for help-gnu-emacs@gnu.org; Wed, 17 Jun 2015 16:09:02 -0400 Original-Received: by wiga1 with SMTP id a1so150789577wig.0 for ; Wed, 17 Jun 2015 13:08:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=scVffYA2rvsrR534OgfUhhDjEQOYqh+FYwboJyiwzJk=; b=G6qJwa8DhshrbJNgivEdy32gcB4eUJasZr9LuMET7FzJP4KN5CQTyxTQnaZjgRIk+k G45LmCQfF24qCp3ahZY4F7z1xLujKmizZqprhMLA073iu10KX12uL35z3ePl1UzpFiRY A+EqK4FOs132mDrmMBerPB3RKEsUv05LmuA/T4MQksJUE0H+7y/iZGU82svLl7+WsHL1 tC9pj4S9wJFVs0ymNQ7HYCAZFZxHnHCOOVwk1gRWyzH5ksGL4onzPZ7wBCBbU0RO3ivN 1Il0w+spDMHcbLzEAgG43EBa/f7SCMFwRc7HnkP3ZSFda9ZCTIgpWfLVsq/hGLVyVHWt rliQ== X-Received: by 10.194.179.200 with SMTP id di8mr9038427wjc.56.1434571732925; Wed, 17 Jun 2015 13:08:52 -0700 (PDT) Original-Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id pf4sm8506375wjb.23.2015.06.17.13.08.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Jun 2015 13:08:52 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22b 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:105015 Archived-At: 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.