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#19696: Acknowledgement (24.4; python.el: blank line eldoc error) Date: Wed, 04 Feb 2015 19:38:55 -0300 Message-ID: <87pp9pgv40.fsf@gnu.org> References: <878ugpqwgi.fsf@gmail.com> 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 1423089549 11454 80.91.229.3 (4 Feb 2015 22:39:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Feb 2015 22:39:09 +0000 (UTC) Cc: Carlos Pita , 19696@debbugs.gnu.org, Fabian Ezequiel Gallina To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 04 23:39:09 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 1YJ8bE-000472-Hz for geb-bug-gnu-emacs@m.gmane.org; Wed, 04 Feb 2015 23:39:08 +0100 Original-Received: from localhost ([::1]:39184 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ8bD-0007PQ-Ug for geb-bug-gnu-emacs@m.gmane.org; Wed, 04 Feb 2015 17:39:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ8b9-0007P9-FJ for bug-gnu-emacs@gnu.org; Wed, 04 Feb 2015 17:39:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJ8b8-0008KG-Im for bug-gnu-emacs@gnu.org; Wed, 04 Feb 2015 17:39:03 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:43101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ8b8-0008Jy-Fg for bug-gnu-emacs@gnu.org; Wed, 04 Feb 2015 17:39:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YJ8b8-0007Vg-8F for bug-gnu-emacs@gnu.org; Wed, 04 Feb 2015 17:39:02 -0500 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: Wed, 04 Feb 2015 22:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19696 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 19696-submit@debbugs.gnu.org id=B19696.142308954128862 (code B ref 19696); Wed, 04 Feb 2015 22:39:02 +0000 Original-Received: (at 19696) by debbugs.gnu.org; 4 Feb 2015 22:39:01 +0000 Original-Received: from localhost ([127.0.0.1]:34341 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YJ8b7-0007VR-1E for submit@debbugs.gnu.org; Wed, 04 Feb 2015 17:39:01 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:58912 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YJ8b5-0007VG-9L for 19696@debbugs.gnu.org; Wed, 04 Feb 2015 17:38:59 -0500 Original-Received: from [190.246.172.180] (port=52256 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1YJ8b4-0001nN-HS; Wed, 04 Feb 2015 17:38:58 -0500 In-Reply-To: (Stefan Monnier's message of "Wed, 04 Feb 2015 14:34:54 -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:99047 Archived-At: Stefan Monnier writes: > > OK, thanks. I know that Fabi=C3=A1n has worked on master's python.el usi= ng > an older version of Emacs (at some point in the past at least), so maybe > python.el should be fixed to handle that case (e.g. checking if > eldoc-documentation-function is nil before using `add-function' on it). > I want to keep the master's python.el compatible with Emacs 24 to the maximum extent possible, to the point that if something doesn't work with Emacs 24.x, I consider it a bug. I'll be checking this later on, but mind you I'm not finding much hacking time lately, so don't hold your breath. Cheers, Fabi=C3=A1n