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#19637: 25.0.50; ipython eldoc keep visible while typing parameters Date: Sat, 07 Feb 2015 18:45:55 -0300 Message-ID: <87zj8p5rak.fsf@gnu.org> References: 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 1423345573 27241 80.91.229.3 (7 Feb 2015 21:46:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Feb 2015 21:46:13 +0000 (UTC) To: 19637-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 07 22:46:08 2015 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 1YKDCa-000209-Kb for geb-bug-gnu-emacs@m.gmane.org; Sat, 07 Feb 2015 22:46:08 +0100 Original-Received: from localhost ([::1]:54610 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKDCZ-0001Pz-Ud for geb-bug-gnu-emacs@m.gmane.org; Sat, 07 Feb 2015 16:46:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKDCV-0001PK-Ko for bug-gnu-emacs@gnu.org; Sat, 07 Feb 2015 16:46:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKDCU-0005VJ-P3 for bug-gnu-emacs@gnu.org; Sat, 07 Feb 2015 16:46:03 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKDCU-0005VC-MP for bug-gnu-emacs@gnu.org; Sat, 07 Feb 2015 16:46:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YKDCU-00052R-F1 for bug-gnu-emacs@gnu.org; Sat, 07 Feb 2015 16:46:02 -0500 In-Reply-To: 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: Sat, 07 Feb 2015 21:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 19637 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Mail-Followup-To: 19637@debbugs.gnu.org, fgallina@gnu.org, carlosjosepita@gmail.com Original-Received: via spool by 19637-done@debbugs.gnu.org id=D19637.142334556019351 (code D ref 19637); Sat, 07 Feb 2015 21:46:01 +0000 Original-Received: (at 19637-done) by debbugs.gnu.org; 7 Feb 2015 21:46:00 +0000 Original-Received: from localhost ([127.0.0.1]:36883 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YKDCS-000523-DX for submit@debbugs.gnu.org; Sat, 07 Feb 2015 16:46:00 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:48365 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YKDCQ-00051v-LN for 19637-done@debbugs.gnu.org; Sat, 07 Feb 2015 16:45:59 -0500 Original-Received: from [190.246.172.180] (port=44268 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1YKDCP-0001sv-NK for 19637-done@debbugs.gnu.org; Sat, 07 Feb 2015 16:45:58 -0500 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:99147 Archived-At: Fixed at revno 2155973 in the master branch. I tweaked your patch a bit to handle other cases and added tests. I realized I forgot to mention this was based on your patch after pushing so I adjusted the ChangeLog entry at b480a6a. Thanks again, Fabi=C3=A1n.