From unknown Sat Aug 16 18:43:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19637: 25.0.50; ipython eldoc keep visible while typing parameters Resent-From: Carlos Pita Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 20 Jan 2015 20:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 19637 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 19637@debbugs.gnu.org Cc: Fabian Ezequiel Gallina X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.142178458722793 (code B ref -1); Tue, 20 Jan 2015 20:10:02 +0000 Received: (at submit) by debbugs.gnu.org; 20 Jan 2015 20:09:47 +0000 Received: from localhost ([127.0.0.1]:51066 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YDf7T-0005vZ-8S for submit@debbugs.gnu.org; Tue, 20 Jan 2015 15:09:47 -0500 Received: from eggs.gnu.org ([208.118.235.92]:40059) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YDf7Q-0005vG-NP for submit@debbugs.gnu.org; Tue, 20 Jan 2015 15:09:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDf7K-0006qZ-MM for submit@debbugs.gnu.org; Tue, 20 Jan 2015 15:09:39 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDf7K-0006qR-Iw for submit@debbugs.gnu.org; Tue, 20 Jan 2015 15:09:38 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDf7J-0002tE-Ej for bug-gnu-emacs@gnu.org; Tue, 20 Jan 2015 15:09:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDf7E-0006oF-Pf for bug-gnu-emacs@gnu.org; Tue, 20 Jan 2015 15:09:37 -0500 Received: from mail-lb0-x235.google.com ([2a00:1450:4010:c04::235]:64741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDf7E-0006n8-G0 for bug-gnu-emacs@gnu.org; Tue, 20 Jan 2015 15:09:32 -0500 Received: by mail-lb0-f181.google.com with SMTP id u10so5042410lbd.12 for ; Tue, 20 Jan 2015 12:09:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=Ul8ZmnwLlEvBtIa5YoEokvRLkJafhLWtHnnla/5CCSw=; b=DQq22c1HuvycGDtfkx3jz7URo5Qm7mEkcBhZjHIleHrGQ3WzUbbu16zsuf9ekLZ8F7 BRluQF8w10o8CiqY+xGQyv+jvycnfbY1PcNOqnYCExOK0NtxSbXhNPmKNAy9vAQVB+++ IVULnZnLqP4MRFZ1I6Nh1d6QJjILGSPNxY8y0j6he5DqgUqopos91DQsBBAM0FAItymf nTD37OQm9hzLkCHwnlMLwYNkO7+yow6+Q9nUgXi1Ksaaq7kWFeZoZV9ltcCHas6/GiCD dzR6S3D70RIwciOl94Kz91ZNf6GezLIglv3rWJiYhcsFTZyydNXMKDUQi3Ng6zSlkyuN kFvw== X-Received: by 10.112.44.230 with SMTP id h6mr12811863lbm.98.1421784570898; Tue, 20 Jan 2015 12:09:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.124.193 with HTTP; Tue, 20 Jan 2015 12:09:10 -0800 (PST) From: Carlos Pita Date: Tue, 20 Jan 2015 17:09:10 -0300 Message-ID: Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Please keep eldoc line in the buffer area visible while entering the parameters of a funcion. The signature information is mainly useful for that. Hiding it immediately after typing the opening parenthesis kinda defeats the whole point. Cheers, Carlos. PD: Fabian, if you're interested in this feature I could try to implement it myself and send a patch. From unknown Sat Aug 16 18:43:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#19637: 25.0.50; ipython eldoc keep visible while typing parameters References: In-Reply-To: Resent-From: Carlos Pita Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 05 Feb 2015 19:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19637 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 19637@debbugs.gnu.org Cc: =?UTF-8?Q?Fabi=C3=A1n?= Ezequiel Gallina Received: via spool by 19637-submit@debbugs.gnu.org id=B19637.14231640933633 (code B ref 19637); Thu, 05 Feb 2015 19:22:01 +0000 Received: (at 19637) by debbugs.gnu.org; 5 Feb 2015 19:21:33 +0000 Received: from localhost ([127.0.0.1]:35008 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YJRzY-0000wX-L3 for submit@debbugs.gnu.org; Thu, 05 Feb 2015 14:21:32 -0500 Received: from mail-lb0-f181.google.com ([209.85.217.181]:64527) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YJRzW-0000wH-Fm for 19637@debbugs.gnu.org; Thu, 05 Feb 2015 14:21:31 -0500 Received: by mail-lb0-f181.google.com with SMTP id u14so4276050lbd.12 for <19637@debbugs.gnu.org>; Thu, 05 Feb 2015 11:21:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=qozwqCjN/04pdv1D+6vn+fs9hd1+nhiFC040NEO5EyQ=; b=Ye+79JZ1B+aCpY3tvO+wt8CHkI/b5vlT+12t+G+83TiL+KHmBMwOdJRdmOj4Z2zbrI WgOEerfz5kG0UWs63bdlExzZFSxLFAxf98fGA0unkIlbMaK37XHI0O9jMtuojdcLr9SI M5QTGmNIWVLZKuSln6Oj8HSVmj7MTEunVDXpQezq5/kI64FvRMfR5ZFG3wZsqj17+Gxt 5larHYNzInH5vNJyxL5qaBg4bPQ3ghqXqVsbJHai5pvKlOhNXfZer504bIQlWk5RrdB2 W9DGQaz2/0sdjP3fZ0Ifrk9pYdbztjQLzTsm/OfBooR8DYAgXRxtvayUs75kGMY825sP JOhA== X-Received: by 10.112.141.166 with SMTP id rp6mr2024914lbb.120.1423164084723; Thu, 05 Feb 2015 11:21:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.124.202 with HTTP; Thu, 5 Feb 2015 11:21:03 -0800 (PST) From: Carlos Pita Date: Thu, 5 Feb 2015 16:21:03 -0300 Message-ID: Content-Type: multipart/mixed; boundary=001a11c38892bae072050e5c353a X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --001a11c38892bae072050e5c353a Content-Type: text/plain; charset=UTF-8 Here is a tentative patch. What it does is the following: 1) If point is in a paren context it escapes to the opening parenthesis 2) Now, if point is left (or was there from the very beginning) over an opening (, then the relevant symbol is the one to the left of the (, so whitespaces, newlines and backslashes are skipped backwards. Presumably the point is now over a symbol. 3) We call (python-info-current-symbol). If a symbol is indeed parsed, it's returned, if not, then the point position is restored and (python-info-current-symbol) is called as usual. Notice that the above allows for nested calls. But the exact behavior is as follows (say * marks the position of the point): a) m*ap(xx will return map b) map(xx* will return map c) map(open* will also return map d) map(open(xx* will return open I think this is almost always what you want. But a more complex sequence could be implemented for c that first checks if there is any documentation for 'open' and only in case there was no documentation for the symbol, it showed the documentation for 'map'. I don't think it's worth the extra complexity. Cheers -- Carlos --001a11c38892bae072050e5c353a Content-Type: text/x-patch; charset=US-ASCII; name="tooltip.patch" Content-Disposition: attachment; filename="tooltip.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_i5sj4vh10 ZGlmZiAtLWdpdCBhLy5lbWFjcy5kL2xpc3AvcHl0aG9uLmVsIGIvLmVtYWNzLmQvbGlzcC9weXRo b24uZWwKaW5kZXggNGM4ZjRjNi4uM2ZlNjJlMCAxMDA2NDQKLS0tIGEvLmVtYWNzLmQvbGlzcC9w eXRob24uZWwKKysrIGIvLmVtYWNzLmQvbGlzcC9weXRob24uZWwKQEAgLTM5NDAsMTUgKzM5NDAs MjUgQEAgU2VlIGBweXRob24tY2hlY2stY29tbWFuZCcgZm9yIHRoZSBkZWZhdWx0LiIKICAgOnR5 cGUgJ3N0cmluZwogICA6Z3JvdXAgJ3B5dGhvbikKIAorKGRlZnVuIHB5dGhvbi1lbGRvYy0tZ2V0 LXN5bWJvbC1hdC1wb2ludCAoKQorICAob3IgKHNhdmUtZXhjdXJzaW9uCisgICAgICAgICh3aGVu IChsZXQgKChzdGFydCAocHl0aG9uLXN5bnRheC1jb250ZXh0ICdwYXJlbikpKQorICAgICAgICAg ICAgICAgICh3aGVuIHN0YXJ0CisgICAgICAgICAgICAgICAgICAoZ290by1jaGFyIHN0YXJ0KSkK KyAgICAgICAgICAgICAgICAoPSAoY2hhci1hZnRlcikgP1woKSkKKyAgICAgICAgICAoc2tpcC1j aGFycy1iYWNrd2FyZCAiIFx0XG5cXFxcIikKKyAgICAgICAgICAocHl0aG9uLWluZm8tY3VycmVu dC1zeW1ib2wpKSkKKyAgICAgIChweXRob24taW5mby1jdXJyZW50LXN5bWJvbCkpKQorCiAoZGVm dW4gcHl0aG9uLWVsZG9jLS1nZXQtZG9jLWF0LXBvaW50ICgmb3B0aW9uYWwgZm9yY2UtaW5wdXQg Zm9yY2UtcHJvY2VzcykKICAgIkludGVybmFsIGltcGxlbWVudGF0aW9uIHRvIGdldCBkb2N1bWVu dGF0aW9uIGF0IHBvaW50LgotSWYgbm90IEZPUkNFLUlOUFVUIGlzIHBhc3NlZCB0aGVuIHdoYXQg YHB5dGhvbi1pbmZvLWN1cnJlbnQtc3ltYm9sJworSWYgbm90IEZPUkNFLUlOUFVUIGlzIHBhc3Nl ZCB0aGVuIHdoYXQgYHB5dGhvbi1lbGRvYy0tZ2V0LXN5bWJvbC1hdC1wb2ludCcKIHJldHVybnMg d2lsbCBiZSB1c2VkLiAgSWYgbm90IEZPUkNFLVBST0NFU1MgaXMgcGFzc2VkIHdoYXQKIGBweXRo b24tc2hlbGwtZ2V0LXByb2Nlc3MnIHJldHVybnMgaXMgdXNlZC4iCiAgIChsZXQgKChwcm9jZXNz IChvciBmb3JjZS1wcm9jZXNzIChweXRob24tc2hlbGwtZ2V0LXByb2Nlc3MpKSkpCiAgICAgKHdo ZW4gcHJvY2VzcwogICAgICAgKGxldCAoKGlucHV0IChvciBmb3JjZS1pbnB1dAotICAgICAgICAg ICAgICAgICAgICAgICAocHl0aG9uLWluZm8tY3VycmVudC1zeW1ib2wgdCkpKSkKKyAgICAgICAg ICAgICAgICAgICAgICAgKHB5dGhvbi1lbGRvYy0tZ2V0LXN5bWJvbC1hdC1wb2ludCkpKSkKICAg ICAgICAgKGFuZCBpbnB1dAogICAgICAgICAgICAgIDs7IFByZXZlbnQgcmVzaXppbmcgdGhlIGVj aG8gYXJlYSB3aGVuIGlQeXRob24gaXMKICAgICAgICAgICAgICA7OyBlbmFibGVkLiAgQnVnIzE4 Nzk0Lgo= --001a11c38892bae072050e5c353a-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 05 14:30:59 2015 Received: (at control) by debbugs.gnu.org; 5 Feb 2015 19:30:59 +0000 Received: from localhost ([127.0.0.1]:35017 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YJS8g-0001AT-Oz for submit@debbugs.gnu.org; Thu, 05 Feb 2015 14:30:58 -0500 Received: from mail-lb0-f180.google.com ([209.85.217.180]:40614) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YJS8e-0001AG-OG for control@debbugs.gnu.org; Thu, 05 Feb 2015 14:30:57 -0500 Received: by mail-lb0-f180.google.com with SMTP id b6so10786121lbj.11 for ; Thu, 05 Feb 2015 11:30:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=9Vu6kROvKh/OIh2CTX2Fi9TLWzx1kCvHu/YfBONEzww=; b=o9CdWbKB6rvTyG6PqZWl9LSfTsr9wK1ODe2ONeDr5AdBJim/zKFiSC2NVzIvMSfpsx X2KfMiBoihh6twYpi1VjrYhxm4+yJp3m4KdusHVgGAAzomlA5vInlzkcB8KZdGcN6Unz X3fbY5utJtDXxrAZvsKy8hBdmCRLCpfTb6u1/EW5APIJdXtRweGjf1FJ/2xlJ4QkaKxI ny9FLDQvS+bJ+2lu60OOAHUM+7EOF06P3wZTyZa7m/Paq1bA309aptRwsTe07SieuCPw L8rSN7C+39TwNC/NHEhWbPTYMVoVqoHWNclCTqrQI6QQ3USqBi0BXLX7PZydygA2efN4 +PJg== X-Received: by 10.152.29.198 with SMTP id m6mr2230971lah.102.1423164650947; Thu, 05 Feb 2015 11:30:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.124.202 with HTTP; Thu, 5 Feb 2015 11:30:30 -0800 (PST) From: Carlos Pita Date: Thu, 5 Feb 2015 16:30:30 -0300 Message-ID: Subject: To: control@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 19637 patch [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (carlosjosepita[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.217.180 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 2.0 BLANK_SUBJECT Subject is present but empty 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 19637 patch [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.217.180 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (carlosjosepita[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 2.0 BLANK_SUBJECT Subject is present but empty 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid tags 19637 patch From unknown Sat Aug 16 18:43:13 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Carlos Pita Subject: bug#19637: closed (25.0.50; ipython eldoc keep visible while typing parameters) Message-ID: References: <87zj8p5rak.fsf@gnu.org> X-Gnu-PR-Message: they-closed 19637 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: patch Reply-To: 19637@debbugs.gnu.org Date: Sat, 07 Feb 2015 21:46:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1423345562-19360-1" This is a multi-part message in MIME format... ------------=_1423345562-19360-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #19637: 25.0.50; ipython eldoc keep visible while typing parameters which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 19637@debbugs.gnu.org. --=20 19637: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D19637 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1423345562-19360-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 19637-done) by debbugs.gnu.org; 7 Feb 2015 21:46:00 +0000 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 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 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 From: fgallina@gnu.org (=?utf-8?Q?Fabi=C3=A1n?= Ezequiel Gallina) To: 19637-done@debbugs.gnu.org Subject: 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> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 19637-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) 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. ------------=_1423345562-19360-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 20 Jan 2015 20:09:47 +0000 Received: from localhost ([127.0.0.1]:51066 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YDf7T-0005vZ-8S for submit@debbugs.gnu.org; Tue, 20 Jan 2015 15:09:47 -0500 Received: from eggs.gnu.org ([208.118.235.92]:40059) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YDf7Q-0005vG-NP for submit@debbugs.gnu.org; Tue, 20 Jan 2015 15:09:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDf7K-0006qZ-MM for submit@debbugs.gnu.org; Tue, 20 Jan 2015 15:09:39 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDf7K-0006qR-Iw for submit@debbugs.gnu.org; Tue, 20 Jan 2015 15:09:38 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDf7J-0002tE-Ej for bug-gnu-emacs@gnu.org; Tue, 20 Jan 2015 15:09:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDf7E-0006oF-Pf for bug-gnu-emacs@gnu.org; Tue, 20 Jan 2015 15:09:37 -0500 Received: from mail-lb0-x235.google.com ([2a00:1450:4010:c04::235]:64741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDf7E-0006n8-G0 for bug-gnu-emacs@gnu.org; Tue, 20 Jan 2015 15:09:32 -0500 Received: by mail-lb0-f181.google.com with SMTP id u10so5042410lbd.12 for ; Tue, 20 Jan 2015 12:09:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=Ul8ZmnwLlEvBtIa5YoEokvRLkJafhLWtHnnla/5CCSw=; b=DQq22c1HuvycGDtfkx3jz7URo5Qm7mEkcBhZjHIleHrGQ3WzUbbu16zsuf9ekLZ8F7 BRluQF8w10o8CiqY+xGQyv+jvycnfbY1PcNOqnYCExOK0NtxSbXhNPmKNAy9vAQVB+++ IVULnZnLqP4MRFZ1I6Nh1d6QJjILGSPNxY8y0j6he5DqgUqopos91DQsBBAM0FAItymf nTD37OQm9hzLkCHwnlMLwYNkO7+yow6+Q9nUgXi1Ksaaq7kWFeZoZV9ltcCHas6/GiCD dzR6S3D70RIwciOl94Kz91ZNf6GezLIglv3rWJiYhcsFTZyydNXMKDUQi3Ng6zSlkyuN kFvw== X-Received: by 10.112.44.230 with SMTP id h6mr12811863lbm.98.1421784570898; Tue, 20 Jan 2015 12:09:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.124.193 with HTTP; Tue, 20 Jan 2015 12:09:10 -0800 (PST) From: Carlos Pita Date: Tue, 20 Jan 2015 17:09:10 -0300 Message-ID: Subject: 25.0.50; ipython eldoc keep visible while typing parameters To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: Fabian Ezequiel Gallina X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Please keep eldoc line in the buffer area visible while entering the parameters of a funcion. The signature information is mainly useful for that. Hiding it immediately after typing the opening parenthesis kinda defeats the whole point. Cheers, Carlos. PD: Fabian, if you're interested in this feature I could try to implement it myself and send a patch. ------------=_1423345562-19360-1--