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: Thu, 05 Feb 2015 06:09:22 -0300 Message-ID: <87k2zwvi65.fsf@gnu.org> References: <878ugpqwgi.fsf@gmail.com> <87pp9pgv40.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423127412 22523 80.91.229.3 (5 Feb 2015 09:10:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2015 09:10:12 +0000 (UTC) Cc: Carlos Pita , 19696@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 05 10:10:11 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 1YJIRv-0007Hf-53 for geb-bug-gnu-emacs@m.gmane.org; Thu, 05 Feb 2015 10:10:11 +0100 Original-Received: from localhost ([::1]:40762 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJIRu-0006n0-AP for geb-bug-gnu-emacs@m.gmane.org; Thu, 05 Feb 2015 04:10:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJIRq-0006kL-Lq for bug-gnu-emacs@gnu.org; Thu, 05 Feb 2015 04:10:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJIRm-0003XV-VL for bug-gnu-emacs@gnu.org; Thu, 05 Feb 2015 04:10:06 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:43230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJIRm-0003XH-Sc for bug-gnu-emacs@gnu.org; Thu, 05 Feb 2015 04:10:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YJIRm-0007SW-Ge for bug-gnu-emacs@gnu.org; Thu, 05 Feb 2015 04:10: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: Thu, 05 Feb 2015 09:10: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.142312737028628 (code B ref 19696); Thu, 05 Feb 2015 09:10:02 +0000 Original-Received: (at 19696) by debbugs.gnu.org; 5 Feb 2015 09:09:30 +0000 Original-Received: from localhost ([127.0.0.1]:34470 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YJIRF-0007Rf-VG for submit@debbugs.gnu.org; Thu, 05 Feb 2015 04:09:30 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:40984 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YJIRE-0007RY-2W for 19696@debbugs.gnu.org; Thu, 05 Feb 2015 04:09:28 -0500 Original-Received: from [190.246.172.180] (port=59084 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1YJIRC-0004Qo-Cu; Thu, 05 Feb 2015 04:09:26 -0500 In-Reply-To: (Stefan Monnier's message of "Wed, 04 Feb 2015 21:47:55 -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:99054 Archived-At: Stefan Monnier writes: >> 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. > > I've just installed a patch which should fix this incompatibility. > Thanks Stefan!