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: Fri, 17 Apr 2015 04:36:47 +0300 Message-ID: <553063AF.2030802@yandex.ru> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1429234632 27619 80.91.229.3 (17 Apr 2015 01:37:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Apr 2015 01:37:12 +0000 (UTC) To: daniel.galtieri@gmail.com, help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 17 03:37:07 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 1YivDO-0002YX-Ou for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Apr 2015 03:37:07 +0200 Original-Received: from localhost ([::1]:39093 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YivDN-0003PA-IK for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Apr 2015 21:37:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YivDB-0003Ot-OQ for help-gnu-emacs@gnu.org; Thu, 16 Apr 2015 21:36:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YivD8-0006by-HA for help-gnu-emacs@gnu.org; Thu, 16 Apr 2015 21:36:53 -0400 Original-Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:38109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YivD8-0006bu-A0 for help-gnu-emacs@gnu.org; Thu, 16 Apr 2015 21:36:50 -0400 Original-Received: by wiun10 with SMTP id n10so4456649wiu.1 for ; Thu, 16 Apr 2015 18:36:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=Fl3Wk1lTO8engKMWpqGaM0gorpRPe2bHEX2X6kY6J7A=; b=o4P3/jtzVsdzoS3cS4ylT7uHybLpJq/qlsI/W1vqFN1nu4epz44IjQ/Il0JcKyI5dx +NxTRJbc0jMSIRVXQczOBuPe/Bq2B9SxtLOS6uWgxtStGgkkJ+QG8U6+lyk3SjSW9Qfs RcI0xGTO7EvosHH7u2F+PrhzfSHRYFzxnCKERnrKT9P3/uhFZ5Lt/gNHuZa0AYCyu4f0 n/hWn3DvlWZmAT4pOLt7jxnO7t5U+2boN4mxAl9l5/waBMQeU5XaRdqBPjxj/LDPo/1x cYNkcxrStw0PGT54yNoWK7NqzsHaBZROMFhgYTIzxmdGFUiEPWiAoYZl0F0ZrPhfBi75 ROZA== X-Received: by 10.194.24.35 with SMTP id r3mr902958wjf.125.1429234609656; Thu, 16 Apr 2015 18:36:49 -0700 (PDT) Original-Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id kr5sm12546148wjc.1.2015.04.16.18.36.48 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Apr 2015 18:36:48 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Thunderbird/36.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:103770 Archived-At: Hi! On 04/15/2015 04:42 PM, daniel.galtieri@gmail.com wrote: > I am new to using Emacs, and am currently trying to configure it to be a more robust environment for coding in Python. > > To do this I'm using Company-Mode with Anaconda-Mode for autocompletion, along with the defaul Python.el mode > > I would like to use IPython as my repl, but I'm experiencing some odd behavior with autocompletion in the IPython buffer (autocompletion works fine in the normal python buffer(s)). Sorry, I don't do Python, and I'm a bit too busy to try you config. Here's what you should try: First, disable anaconda-mode and see how much of the described behavior you can reproduce. If there are problems you can now attribute to anaconda-mode, file issues on its bug tracker. The rest of those should be problems or limitations of the built-in Emacs completion (which uses the REPL buffer), which you can file bugs for, with `M-x report-emacs-bug'. But to double-check, disable `company-mode', and try pressing C-M-i: you should see the same results in the *Completions* buffer.