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#19650: 25.0.50; python-shell-font-lock-post-command-hook breaks hippie-expand Date: Sun, 08 Feb 2015 00:28:38 -0300 Message-ID: <87egq1w07t.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 1423366148 22361 80.91.229.3 (8 Feb 2015 03:29:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Feb 2015 03:29:08 +0000 (UTC) To: 19650-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Feb 08 04:29:08 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 1YKIYV-0003bd-67 for geb-bug-gnu-emacs@m.gmane.org; Sun, 08 Feb 2015 04:29:07 +0100 Original-Received: from localhost ([::1]:55423 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKIYU-00046i-As for geb-bug-gnu-emacs@m.gmane.org; Sat, 07 Feb 2015 22:29:06 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKIYR-00046V-Oo for bug-gnu-emacs@gnu.org; Sat, 07 Feb 2015 22:29:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKIYQ-0004DA-V3 for bug-gnu-emacs@gnu.org; Sat, 07 Feb 2015 22:29:03 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKIYQ-0004D6-T0 for bug-gnu-emacs@gnu.org; Sat, 07 Feb 2015 22:29:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YKIYQ-0006cE-O4 for bug-gnu-emacs@gnu.org; Sat, 07 Feb 2015 22:29: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: Sun, 08 Feb 2015 03:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 19650 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Mail-Followup-To: 19650@debbugs.gnu.org, fgallina@gnu.org, carlosjosepita@gmail.com Original-Received: via spool by 19650-done@debbugs.gnu.org id=D19650.142336612525392 (code D ref 19650); Sun, 08 Feb 2015 03:29:02 +0000 Original-Received: (at 19650-done) by debbugs.gnu.org; 8 Feb 2015 03:28:45 +0000 Original-Received: from localhost ([127.0.0.1]:37006 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YKIY9-0006bS-EG for submit@debbugs.gnu.org; Sat, 07 Feb 2015 22:28:45 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:53718 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YKIY7-0006bL-O1 for 19650-done@debbugs.gnu.org; Sat, 07 Feb 2015 22:28:44 -0500 Original-Received: from [190.246.172.180] (port=44976 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1YKIY5-0006ul-7d for 19650-done@debbugs.gnu.org; Sat, 07 Feb 2015 22:28:42 -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:99153 Archived-At: Fixed at revno 52df70a in the master branch. The approach used here is different than the patch provided as `insert-before-markers` did the trick. Thanks for such detailed explanation of the problem. Cheers, Fabi=C3=A1n.