From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: fgallina@gnu.org (=?UTF-8?Q?Fabi=C3=A1n?= Ezequiel Gallina) Newsgroups: gmane.emacs.bugs Subject: bug#18582: 24.4.50; [python.el] completion error Date: Thu, 02 Oct 2014 21:07:52 -0300 Message-ID: <874mvmrp5z.fsf@gnu.org> References: <87lhp27gt2.fsf@gmx.us> <87iok4xcgf.fsf@gmx.us> <87y4szx2h3.fsf@gmx.us> <87zjdevmm6.fsf@gmx.us> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1412294900 18086 80.91.229.3 (3 Oct 2014 00:08:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Oct 2014 00:08:20 +0000 (UTC) Cc: 18582@debbugs.gnu.org, fabian@anue.biz, Rasmus To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 03 02:08:12 2014 Return-path: Envelope-to: geb-bug-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 1XZqPo-0000rY-S4 for geb-bug-gnu-emacs@m.gmane.org; Fri, 03 Oct 2014 02:08:08 +0200 Original-Received: from localhost ([::1]:36857 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZqPo-0002rd-9w for geb-bug-gnu-emacs@m.gmane.org; Thu, 02 Oct 2014 20:08:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZqPj-0002rQ-Tz for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2014 20:08:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZqPi-0004fv-TO for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2014 20:08:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZqPi-0004fr-Qf for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2014 20:08:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XZqPi-0002p1-GU for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2014 20:08:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: fgallina@gnu.org (=?UTF-8?Q?Fabi=C3=A1n?= Ezequiel Gallina) Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 03 Oct 2014 00:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18582 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18582-submit@debbugs.gnu.org id=B18582.141229488010840 (code B ref 18582); Fri, 03 Oct 2014 00:08:02 +0000 Original-Received: (at 18582) by debbugs.gnu.org; 3 Oct 2014 00:08:00 +0000 Original-Received: from localhost ([127.0.0.1]:59541 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XZqPg-0002ok-0N for submit@debbugs.gnu.org; Thu, 02 Oct 2014 20:08:00 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:37467) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XZqPd-0002oc-Ad for 18582@debbugs.gnu.org; Thu, 02 Oct 2014 20:07:58 -0400 Original-Received: from 222-99-245-190.fibertel.com.ar ([190.245.99.222]:48908 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1XZqPb-0006C3-1x; Thu, 02 Oct 2014 20:07:55 -0400 In-Reply-To: (Stefan Monnier's message of "Thu, 02 Oct 2014 08:47:49 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:94060 Archived-At: Stefan Monnier writes: >>>> I get the error as well when I load Emacs with -Q. I get the error >>>> when I do find-library python eval-buffer before loading any .py >>>> files. Find library points to python.el.gz in >>>> /usr/share/emacs/24.4.50/lisp/progmodes/. When I do M-: (md5 >>>=20 >>> That's clearly not from `emacs-24', then (24.4.50 is from trunk, >>> `emacs-24' uses 24.3.93 as version number). > >> Okay, I rebuild again and now the path is correct. I see the same as >> you now, that is no error and no completion on library names in >> import. > > Great, thanks. Hopefully Fabi=C3=A1n can take a look at it soon, because > this is getting into a territory that requires more knowledge about the > python interactive loop than I have. > Import completion is only available for iPython -- or if the `IPython` module is on the path. From a quick glance on the discussion I think python.el is doing the right thing, I'll be able to check this better over the weekend. Fabi=C3=A1n