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#19761: python.el: improved hideshow mode support Date: Sat, 07 Feb 2015 16:48:25 -0300 Message-ID: <877fvta4fq.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 1423338550 18069 80.91.229.3 (7 Feb 2015 19:49:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Feb 2015 19:49:10 +0000 (UTC) To: 19761-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 07 20:49: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 1YKBNM-0002jx-3v for geb-bug-gnu-emacs@m.gmane.org; Sat, 07 Feb 2015 20:49:08 +0100 Original-Received: from localhost ([::1]:54353 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKBNL-0006TG-LB for geb-bug-gnu-emacs@m.gmane.org; Sat, 07 Feb 2015 14:49:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKBNI-0006Sv-Bq for bug-gnu-emacs@gnu.org; Sat, 07 Feb 2015 14:49:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKBNG-0004Vx-Qc for bug-gnu-emacs@gnu.org; Sat, 07 Feb 2015 14:49:04 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKBNG-0004Vn-NF for bug-gnu-emacs@gnu.org; Sat, 07 Feb 2015 14:49:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YKBNG-0002Gs-Es for bug-gnu-emacs@gnu.org; Sat, 07 Feb 2015 14:49: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 19:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 19761 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Mail-Followup-To: 19761@debbugs.gnu.org, fgallina@gnu.org, carlosjosepita@gmail.com Original-Received: via spool by 19761-done@debbugs.gnu.org id=D19761.14233385118676 (code D ref 19761); Sat, 07 Feb 2015 19:49:02 +0000 Original-Received: (at 19761-done) by debbugs.gnu.org; 7 Feb 2015 19:48:31 +0000 Original-Received: from localhost ([127.0.0.1]:36850 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YKBMk-0002Fs-Nt for submit@debbugs.gnu.org; Sat, 07 Feb 2015 14:48:31 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:46730 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YKBMi-0002Fh-L1 for 19761-done@debbugs.gnu.org; Sat, 07 Feb 2015 14:48:29 -0500 Original-Received: from [190.246.172.180] (port=44013 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1YKBMh-0003X8-SJ for 19761-done@debbugs.gnu.org; Sat, 07 Feb 2015 14:48:28 -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:99142 Archived-At: Fixed at revno 2d467a0 in the master branch. Note that I included few tests that you may want to take a look in order to get familiar with the test suite. Thanks for the detailed explanation and patch. Cheers, Fabi=C3=A1n.