From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 28 14:40:26 2012 Received: (at submit) by debbugs.gnu.org; 28 Oct 2012 18:40:26 +0000 Received: from localhost ([127.0.0.1]:36878 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSXmb-0004bJ-Sz for submit@debbugs.gnu.org; Sun, 28 Oct 2012 14:40:26 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58846) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSXmT-0004b0-DN for submit@debbugs.gnu.org; Sun, 28 Oct 2012 14:40:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSXkA-0001Qz-La for submit@debbugs.gnu.org; Sun, 28 Oct 2012 14:37:55 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:55578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSXkA-0001Qv-Iy for submit@debbugs.gnu.org; Sun, 28 Oct 2012 14:37:54 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSXk9-0003z3-Pf for bug-gnu-emacs@gnu.org; Sun, 28 Oct 2012 14:37:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSXk8-0001Qi-Lj for bug-gnu-emacs@gnu.org; Sun, 28 Oct 2012 14:37:53 -0400 Received: from istinn.electusmatari.com ([83.169.37.145]:57778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSXk8-0001Q4-GF for bug-gnu-emacs@gnu.org; Sun, 28 Oct 2012 14:37:52 -0400 Received: from orion.kollektiv-hamburg.de (hmbg-5f77292d.pool.mediaWays.net [95.119.41.45]) by istinn.electusmatari.com (Postfix) with ESMTPSA id B1D02D10037E for ; Sun, 28 Oct 2012 19:37:46 +0100 (CET) Received: by orion.kollektiv-hamburg.de (Postfix, from userid 1000) id AD12E32C087; Sun, 28 Oct 2012 19:37:40 +0100 (CET) From: Jorgen Schaefer To: bug-gnu-emacs@gnu.org Subject: 24.2.50; Inferior python mode hangs Date: Sun, 28 Oct 2012 19:37:40 +0100 Message-ID: <87bofmo32j.fsf@orion.kollektiv-hamburg.de> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) Hello! In current Emacs from bzr, running M-x run-python hangs Emacs until the user hits C-g, repeatedly, every time there is input to the subprocess. This results in the following message (from *Messages*): Error during redisplay: (jit-lock-function 1) signaled (quit) Error during redisplay: (jit-lock-function 256) signaled (quit) Error during redisplay: (jit-lock-function 274) signaled (quit) Error during redisplay: (jit-lock-function 275) signaled (quit) Quit [3 times] QuitError during redisplay: (jit-lock-function 284) signaled (quit) Error during redisplay: (jit-lock-function 285) signaled (quit) .... The problem seems to be in `inferior-python-mode'. Setting `python-shell-enable-font-lock' to nil fixes it immediately. More specifically, in this piece of code: (set (make-local-variable 'syntax-propertize-function) (syntax-propertize-rules (comint-prompt-regexp (0 (ignore (put-text-property comint-last-input-start end 'syntax-table python-shell-output-syntax-table) (font-lock-unfontify-region comint-last-input-start end)))) ((python-rx string-delimiter) (0 (ignore (and (not (eq (get-text-property start 'field) 'output)) (python-syntax-stringify))))) )) The (comint-promot-regexp ...) clause seems to be causing the problem. Commenting that out makes the subprocess run fine. I have to admit I have no idea what that's supposed to do anyhow. The variable END isn't defined at all, and `ignore' will make it all nil anyhow. But maybe I'm missing something important. Regards, Jorgen From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 28 14:54:11 2012 Received: (at control) by debbugs.gnu.org; 28 Oct 2012 18:54:11 +0000 Received: from localhost ([127.0.0.1]:36892 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSXzu-0004uR-Rx for submit@debbugs.gnu.org; Sun, 28 Oct 2012 14:54:11 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:59441) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSXzs-0004uJ-Nn for control@debbugs.gnu.org; Sun, 28 Oct 2012 14:54:09 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TSXxa-0004mR-MX for control@debbugs.gnu.org; Sun, 28 Oct 2012 14:51:46 -0400 Date: Sun, 28 Oct 2012 14:51:46 -0400 Message-Id: Subject: control message for bug 12751 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.8 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.8 (----) forcemerge 12645 12751 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 28 14:55:56 2012 Received: (at 12751) by debbugs.gnu.org; 28 Oct 2012 18:55:56 +0000 Received: from localhost ([127.0.0.1]:36896 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSY1c-0004x1-9d for submit@debbugs.gnu.org; Sun, 28 Oct 2012 14:55:56 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:59453) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSY1a-0004wv-Ti for 12751@debbugs.gnu.org; Sun, 28 Oct 2012 14:55:55 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TSXzI-0004uK-PL; Sun, 28 Oct 2012 14:53:32 -0400 From: Glenn Morris To: Jorgen Schaefer Subject: Re: bug#12751: 24.2.50; Inferior python mode hangs References: <87bofmo32j.fsf@orion.kollektiv-hamburg.de> X-Spook: Majic Honduras North Korea Maple Syria global USDOJ lynch X-Ran: n/]H{=bp}`8Mg=``8e?=[A{4`uKwRykbJwW&nQXgZ3$;@io0u%>`OywAAY^y*,26DVCoJy X-Hue: green X-Debbugs-No-Ack: yes X-Attribution: GM Date: Sun, 28 Oct 2012 14:53:32 -0400 In-Reply-To: <87bofmo32j.fsf@orion.kollektiv-hamburg.de> (Jorgen Schaefer's message of "Sun, 28 Oct 2012 19:37:40 +0100") Message-ID: <6mk3uatolv.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.8 (----) X-Debbugs-Envelope-To: 12751 Cc: 12751@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.6 (-----) Jorgen Schaefer wrote: > In current Emacs from bzr, running M-x run-python hangs Emacs until the > user hits C-g, repeatedly, every time there is input to the subprocess. Thanks; we know. http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12645 This is an obvious regression introduced during a feature freeze. From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 28 15:52:28 2012 Received: (at 12751) by debbugs.gnu.org; 28 Oct 2012 19:52:28 +0000 Received: from localhost ([127.0.0.1]:36961 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSYuK-00078C-AF for submit@debbugs.gnu.org; Sun, 28 Oct 2012 15:52:28 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:36234) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSYuH-000784-O5 for 12751@debbugs.gnu.org; Sun, 28 Oct 2012 15:52:27 -0400 Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3XqV0C0chGz3hhpn; Sun, 28 Oct 2012 20:50:02 +0100 (CET) X-Auth-Info: DeHcUW9vgLHMFxZMoVbGM82APKe/KYB5GPcdyv2L3sg= Received: from igel.home (ppp-93-104-156-214.dynamic.mnet-online.de [93.104.156.214]) by mail.mnet-online.de (Postfix) with ESMTPA id 3XqV0B6NtXzbbhQ; Sun, 28 Oct 2012 20:50:02 +0100 (CET) Received: by igel.home (Postfix, from userid 501) id 89596CA2A1; Sun, 28 Oct 2012 20:50:02 +0100 (CET) From: Andreas Schwab To: Jorgen Schaefer Subject: Re: bug#12751: 24.2.50; Inferior python mode hangs References: <87bofmo32j.fsf@orion.kollektiv-hamburg.de> X-Yow: I am having FUN... I wonder if it's NET FUN or GROSS FUN? Date: Sun, 28 Oct 2012 20:50:02 +0100 In-Reply-To: <87bofmo32j.fsf@orion.kollektiv-hamburg.de> (Jorgen Schaefer's message of "Sun, 28 Oct 2012 19:37:40 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 12751 Cc: 12751@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Jorgen Schaefer writes: > The variable END isn't defined at all, It's the second parameter of the syntax-propertize-function. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 02 11:35:05 2012 Received: (at control) by debbugs.gnu.org; 2 Nov 2012 15:35:05 +0000 Received: from localhost ([127.0.0.1]:45797 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TUJGz-0000w1-C6 for submit@debbugs.gnu.org; Fri, 02 Nov 2012 11:35:05 -0400 Received: from mail-gh0-f172.google.com ([209.85.160.172]:62670) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TUJGy-0000vv-M9 for control@debbugs.gnu.org; Fri, 02 Nov 2012 11:35:04 -0400 Received: by mail-gh0-f172.google.com with SMTP id g10so676360ghb.3 for ; Fri, 02 Nov 2012 08:32:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:content-type :content-transfer-encoding:x-gm-message-state; bh=01yhqoxtNDVXTKW3a9FgAwExuJXglCMdTukaDDtlBMc=; b=OAuQisXMkPk/DmCz1TJC98tB+4V4ejpHc8UvnZclNiFtTal9b35Fx9AeO0IoJf4N1/ aMBX7i3xlBpriPKro+1K2DjHlTnNJTvi14fkEjSWoPwDKQunkJzerp1HG817/ILTEpQf MklGA3ifvXE11weHGOtvhXLLEyWyY9VbKwlkYm4xmstM7CjJkfKUyq3psHiHvBgRBmsc DpVq1WwK2w4vjC8BO84jg9mJqpU4uK4QZWB5KkiUEXOJsCGFRfUFFPClCOrxvrGmX/ka 63hq/y9goFAXpdNkOIYkLCOe/GO7Cx1NLx3cqJ7b01Qivo3dtW79SMkQ4FL7kaDIFofX URjw== Received: by 10.101.105.24 with SMTP id h24mr548374anm.53.1351870335447; Fri, 02 Nov 2012 08:32:15 -0700 (PDT) Received: from [192.168.1.25] (host92.181-14-113.telecom.net.ar. [181.14.113.92]) by mx.google.com with ESMTPS id e24sm9900902yhh.4.2012.11.02.08.32.13 (version=SSLv3 cipher=OTHER); Fri, 02 Nov 2012 08:32:14 -0700 (PDT) Message-ID: <5093E7AA.6090808@anue.biz> Date: Fri, 02 Nov 2012 12:32:58 -0300 From: =?ISO-8859-1?Q?Fabi=E1n_Ezequiel_Gallina?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121029 Thunderbird/16.0.2 MIME-Version: 1.0 To: control@debbugs.gnu.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlAM7RIgfpow6zrNBWrj6X9TynrX2ViFU3f6oqcH7JxSc81UTUu6qPPhHuNqrbJz2knusfC X-Spam-Score: 4.9 (++++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close #12645 [...] Content analysis details: (4.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.0 GOT_NO_SUBJECT No real subject -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.172 listed in list.dnswl.org] 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] 1.8 MISSING_SUBJECT Missing Subject: header X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 4.9 (++++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close #12645 [...] Content analysis details: (4.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.172 listed in list.dnswl.org] 3.0 GOT_NO_SUBJECT No real subject 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] 1.8 MISSING_SUBJECT Missing Subject: header 0.0 TVD_SPACE_RATIO TVD_SPACE_RATIO close #12645 From unknown Fri Aug 15 04:04:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 04 Dec 2012 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator