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#18084: closed (24.3.92; python.el: buggy ipython support) Date: Mon, 28 Jul 2014 18:10:51 -0300 Message-ID: <87ha212nqc.fsf@gnu.org> References: <87oawaw17w.fsf@gnu.org> 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 1406581876 31367 80.91.229.3 (28 Jul 2014 21:11:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jul 2014 21:11:16 +0000 (UTC) Cc: 18084@debbugs.gnu.org To: Carlos Pita Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jul 28 23:11:08 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 1XBsCK-0001Y6-E9 for geb-bug-gnu-emacs@m.gmane.org; Mon, 28 Jul 2014 23:11:08 +0200 Original-Received: from localhost ([::1]:42294 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBsCJ-0006Ch-VB for geb-bug-gnu-emacs@m.gmane.org; Mon, 28 Jul 2014 17:11:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBsCG-0006Ca-UN for bug-gnu-emacs@gnu.org; Mon, 28 Jul 2014 17:11:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBsCF-00018D-IS for bug-gnu-emacs@gnu.org; Mon, 28 Jul 2014 17:11:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:46036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBsCF-000185-Fa for bug-gnu-emacs@gnu.org; Mon, 28 Jul 2014 17:11:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XBsCE-00065f-BB for bug-gnu-emacs@gnu.org; Mon, 28 Jul 2014 17:11:03 -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: Mon, 28 Jul 2014 21:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18084 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18084-submit@debbugs.gnu.org id=B18084.140658185723401 (code B ref 18084); Mon, 28 Jul 2014 21:11:02 +0000 Original-Received: (at 18084) by debbugs.gnu.org; 28 Jul 2014 21:10:57 +0000 Original-Received: from localhost ([127.0.0.1]:41302 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XBsC8-00065M-RR for submit@debbugs.gnu.org; Mon, 28 Jul 2014 17:10:57 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:57032 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XBsC5-00065B-BQ for 18084@debbugs.gnu.org; Mon, 28 Jul 2014 17:10:54 -0400 Original-Received: from 222-99-245-190.fibertel.com.ar ([190.245.99.222]:47022 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1XBsC4-000284-8e; Mon, 28 Jul 2014 17:10:52 -0400 In-Reply-To: (Carlos Pita's message of "Mon, 28 Jul 2014 11:36:14 -0300") 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:91902 Archived-At: Carlos Pita writes: > Good work! It's working very well, che :). Till now I just was able to > found this one quirk: if you delete the space between the prefix and > the prompt completion gets broken. That is: > > In[20]: str. > > works as expected, but: > > In[20]:str. > > gets no completions. Looks to me like the prefix parser is not taking > the prompt into account, feeding it to ipython. > Which is expected, as the end of prompt is the last resort for our input prefix start when looking for completions. Revno 117605 makes inferior-python-mode to set comint-prompt-read-only to t so messing around with the input prompt is not allowed. Regards, Fabi=C3=A1n