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#18962: 24.3.94; python eldoc setup code: wrong str test Date: Sun, 16 Nov 2014 17:26:37 -0300 Message-ID: <87egt2c2o2.fsf@gnu.org> References: <8761etpe2n.fsf@gmail.com> <87bno8guud.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 1416169636 14077 80.91.229.3 (16 Nov 2014 20:27:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Nov 2014 20:27:16 +0000 (UTC) Cc: 18962@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Nov 16 21:27:09 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 1Xq6Pb-0005aS-0U for geb-bug-gnu-emacs@m.gmane.org; Sun, 16 Nov 2014 21:27:07 +0100 Original-Received: from localhost ([::1]:45034 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq6Pa-0005WW-Ju for geb-bug-gnu-emacs@m.gmane.org; Sun, 16 Nov 2014 15:27:06 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq6PW-0005WG-U9 for bug-gnu-emacs@gnu.org; Sun, 16 Nov 2014 15:27:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xq6PW-0002qo-3k for bug-gnu-emacs@gnu.org; Sun, 16 Nov 2014 15:27:02 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:38402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq6PW-0002qk-1J for bug-gnu-emacs@gnu.org; Sun, 16 Nov 2014 15:27:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Xq6PV-0003m5-PX for bug-gnu-emacs@gnu.org; Sun, 16 Nov 2014 15:27:01 -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: Sun, 16 Nov 2014 20:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18962 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18962-submit@debbugs.gnu.org id=B18962.141616960314484 (code B ref 18962); Sun, 16 Nov 2014 20:27:01 +0000 Original-Received: (at 18962) by debbugs.gnu.org; 16 Nov 2014 20:26:43 +0000 Original-Received: from localhost ([127.0.0.1]:35615 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xq6PD-0003lY-GT for submit@debbugs.gnu.org; Sun, 16 Nov 2014 15:26:43 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:47561) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xq6PB-0003lP-4a for 18962@debbugs.gnu.org; Sun, 16 Nov 2014 15:26:41 -0500 Original-Received: from [190.246.172.180] (port=40824 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Xq6PA-0004b9-35; Sun, 16 Nov 2014 15:26:40 -0500 In-Reply-To: (Stefan Monnier's message of "Sun, 16 Nov 2014 14:37:23 -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:96135 Stefan Monnier writes: >>> Fixed on master at 9ae5396 >> Could you install bug fixes on the `emacs-24' branch instead (unless >> they aren't applicable there, of course)? > > Hmm... I see you've done that for the other fixes, so I assume this one > was not applicable to emacs-24, sorry for the noise, > As soon as I pushed this in the master branch I thought about it and then I decided the improvement is not worth even the process of cherry-picking it. I'd be careful next time, luckely this wasn't a big deal. Thanks for the warning though, Fabi=C3=A1n