From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [zslevin@gmail.com: [Bug] Emacs frozen in python mode with which-func & narrow] Date: Sat, 04 Aug 2007 11:15:29 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1186240391 18770 80.91.229.12 (4 Aug 2007 15:13:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Aug 2007 15:13:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 04 17:13:09 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 1IHLJU-0006Cn-BS for ged-emacs-devel@m.gmane.org; Sat, 04 Aug 2007 17:13:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IHLJS-0001Qm-Bf for ged-emacs-devel@m.gmane.org; Sat, 04 Aug 2007 11:13:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IHLJO-0001PN-TF for emacs-devel@gnu.org; Sat, 04 Aug 2007 11:13:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IHLJM-0001P5-KI for emacs-devel@gnu.org; Sat, 04 Aug 2007 11:13:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IHLJM-0001P2-Hk for emacs-devel@gnu.org; Sat, 04 Aug 2007 11:13:00 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IHLJK-0005iJ-IV for emacs-devel@gnu.org; Sat, 04 Aug 2007 11:12:59 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IHLLl-0004z8-Jg; Sat, 04 Aug 2007 11:15:29 -0400 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:76034 Archived-At: Would someone please DTRT then ack? ------- Start of forwarded message ------- X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=failed version=3.1.0 DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:user-agent:mime-version:content-disposition:message-id:content-type:content-transfer-encoding; b=Jn5rqEqL21IvkbVEcnf/wroXN8AD9SB0vuddjJMz07QDAkSI6nwER0E5kebZtZ9e3TBzNmr0hDmRfyip9iRkUArPe/4kqC99vvwaXXfIXXFqysLnqeCvUWn6inBK6IFcticKs6dOFFXNO9Vi7XKjqAZMS3taYxtH0yhcii2MBZM= From: Levin To: emacs-devel Date: Fri, 3 Aug 2007 11:29:05 +0800 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="gb18030" Subject: [Bug] Emacs frozen in python mode with which-func & narrow Start emacs with 'emacs -Q', open a python file with content below: - --8<--8<-- #This is a comment def f(): print "Hello world" - --8<--8<-- Then narrow region to avoid display of comment: - --8<--8<-- def f(): print "Hello world" - --8<--8<-- OK, now `M-<', `M-x which-func-mode', `M-x indent-relative'. Then emacs will froze. `C-g' has no effect. - -- Levin _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel ------- End of forwarded message -------