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: Sun, 12 Oct 2014 12:19:49 -0300 Message-ID: <87egudjox6.fsf@gnu.org> References: <87lhp27gt2.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 1413127219 29696 80.91.229.3 (12 Oct 2014 15:20:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Oct 2014 15:20:19 +0000 (UTC) To: 18582-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 12 17:20: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 1XdKwN-0003Lt-2k for geb-bug-gnu-emacs@m.gmane.org; Sun, 12 Oct 2014 17:20:11 +0200 Original-Received: from localhost ([::1]:57581 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdKwM-0001d4-LR for geb-bug-gnu-emacs@m.gmane.org; Sun, 12 Oct 2014 11:20:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdKwJ-0001bH-Rw for bug-gnu-emacs@gnu.org; Sun, 12 Oct 2014 11:20:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XdKwF-0006H5-93 for bug-gnu-emacs@gnu.org; Sun, 12 Oct 2014 11:20:07 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:50505) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdKwF-0006Gr-6u for bug-gnu-emacs@gnu.org; Sun, 12 Oct 2014 11:20:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XdKwE-0004VH-Q8 for bug-gnu-emacs@gnu.org; Sun, 12 Oct 2014 11:20:02 -0400 In-Reply-To: <87lhp27gt2.fsf@gmx.us> Resent-From: fgallina@gnu.org (=?UTF-8?Q?Fabi=C3=A1n?= Ezequiel Gallina) Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sun, 12 Oct 2014 15:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 18582 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 18582@debbugs.gnu.org, fgallina@gnu.org, rasmus@gmx.us Original-Received: via spool by 18582-done@debbugs.gnu.org id=D18582.141312719717293 (code D ref 18582); Sun, 12 Oct 2014 15:20:02 +0000 Original-Received: (at 18582-done) by debbugs.gnu.org; 12 Oct 2014 15:19:57 +0000 Original-Received: from localhost ([127.0.0.1]:42068 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XdKw8-0004Uq-Th for submit@debbugs.gnu.org; Sun, 12 Oct 2014 11:19:57 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:40838) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XdKw4-0004Ug-RY for 18582-done@debbugs.gnu.org; Sun, 12 Oct 2014 11:19:53 -0400 Original-Received: from 222-99-245-190.fibertel.com.ar ([190.245.99.222]:56581 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1XdKw4-0002Xd-5p for 18582-done@debbugs.gnu.org; Sun, 12 Oct 2014 11:19:52 -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:94443 Pushed a small fix for import completion in revno 117574 at the emacs-24 branch that seems related to this. Other than that things are looking good in my end, so I'm closing it. Related to this, I found out that import completion for iPython changed, so calling the module completion code in a standard CPython shell is not working anymore, even if the iPython module is on your PYTHONPATH. Cheers, Fabi=C3=A1n