From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: [zslevin@gmail.com: [Bug] Emacs frozen in python mode with which-func & narrow] Date: Sat, 4 Aug 2007 18:36:54 +0300 Message-ID: <200708041836.55080.pogonyshev@gmx.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1186240922 20225 80.91.229.12 (4 Aug 2007 15:22:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Aug 2007 15:22:02 +0000 (UTC) Cc: Levin To: emacs-devel@gnu.org, rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 04 17:21:58 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IHLRu-0008W8-UZ for ged-emacs-devel@m.gmane.org; Sat, 04 Aug 2007 17:21:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IHLRp-0008Jr-Q9 for ged-emacs-devel@m.gmane.org; Sat, 04 Aug 2007 11:21:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IHLRm-0008Gb-9p for emacs-devel@gnu.org; Sat, 04 Aug 2007 11:21:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IHLRh-0008A1-TX for emacs-devel@gnu.org; Sat, 04 Aug 2007 11:21:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IHLRh-00089y-OR for emacs-devel@gnu.org; Sat, 04 Aug 2007 11:21:37 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IHLRY-0006mW-3I for emacs-devel@gnu.org; Sat, 04 Aug 2007 11:21:31 -0400 Original-Received: (qmail invoked by alias); 04 Aug 2007 15:21:03 -0000 Original-Received: from unknown (EHLO [80.94.230.114]) [80.94.230.114] by mail.gmx.net (mp035) with SMTP; 04 Aug 2007 17:21:03 +0200 X-Authenticated: #16844820 X-Provags-ID: V01U2FsdGVkX1+5QKEBCly5qM9Qrfs1uK98kc8WSzx9lScuFDJLhw FrpmAm9bs3hB+v User-Agent: KMail/1.7.2 In-Reply-To: Content-Disposition: inline X-Y-GMX-Trusted: 0 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:76035 Archived-At: Richard Stallman wrote: > Would someone please DTRT then ack? > > ------- Start of forwarded message ------- > [...] > Subject: [Bug] Emacs frozen in python mode with which-func & narrow I believe this is already fixed by this change (at least I cannot reproduce): 2007-07-31 Paul Pogonyshev * progmodes/python.el (python-current-defun): Adjust to never fall into infinite loop. Levin, can you please test with latest CVS copy? Paul