From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#2947: 23.0.91; font-lock-mode will hang emacs on this file (both on Windows/Linux) Date: Mon, 03 Oct 2011 16:18:27 -0400 Message-ID: <3nwrclakx8.fsf@fencepost.gnu.org> References: <83prflkrhk.fsf@borqs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1317673128 11782 80.91.229.12 (3 Oct 2011 20:18:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 3 Oct 2011 20:18:48 +0000 (UTC) To: 2947-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 03 22:18:44 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RAoyK-00015x-17 for geb-bug-gnu-emacs@m.gmane.org; Mon, 03 Oct 2011 22:18:44 +0200 Original-Received: from localhost ([::1]:42493 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAoyJ-0000d9-HY for geb-bug-gnu-emacs@m.gmane.org; Mon, 03 Oct 2011 16:18:43 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:48993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAoyG-0000d3-Kw for bug-gnu-emacs@gnu.org; Mon, 03 Oct 2011 16:18:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RAoyF-0006TT-Ie for bug-gnu-emacs@gnu.org; Mon, 03 Oct 2011 16:18:40 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:54481) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAoyE-0006T8-3z; Mon, 03 Oct 2011 16:18:38 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RAoza-0003D2-RJ; Mon, 03 Oct 2011 16:20:02 -0400 Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org, bug-cc-mode@gnu.org Resent-Date: Mon, 03 Oct 2011 20:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 2947 X-GNU-PR-Package: emacs,cc-mode X-GNU-PR-Keywords: Mail-Followup-To: 2947@debbugs.gnu.org, rgm@gnu.org Original-Received: via spool by 2947-done@debbugs.gnu.org id=D2947.131767319512318 (code D ref 2947); Mon, 03 Oct 2011 20:20:02 +0000 Original-Received: (at 2947-done) by debbugs.gnu.org; 3 Oct 2011 20:19:55 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RAozS-0003Cd-SK for submit@debbugs.gnu.org; Mon, 03 Oct 2011 16:19:54 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RAozR-0003CX-EB for 2947-done@debbugs.gnu.org; Mon, 03 Oct 2011 16:19:53 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RAoy3-0005NJ-M0; Mon, 03 Oct 2011 16:18:27 -0400 X-Spook: Yukon computer terrorism Pine Gap CID Glock CDMA JUWTF X-Ran: BNQ+42e;zsM'$IuFUz\"plNVBnYG,u>;1{=^1dS)ecl{{z/.M/(x9wxaw~Q^ngq?~+;@`@ X-Hue: black X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Fri, 10 Apr 2009 13:50:19 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 03 Oct 2011 16:20:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) 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:52126 Archived-At: Version: 23.3 I can reproduce the problem, by opening the file in c++-mode and then doing `M-x isearch-forward get m'. (I think the original report meant line 171 rather than line 117). However, it seems to be fixed in Emacs 23.3 and up.