From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Caligo Newsgroups: gmane.emacs.help Subject: Re: Emacs goes into infinite loop - GNU Emacs 23.2.1 (x86_64-pc-linux-gnu, GTK+ Version 2.20.1) Date: Thu, 23 Dec 2010 20:10:24 -0600 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0cd329c43ecf5404981e7db8 X-Trace: dough.gmane.org 1293156663 9528 80.91.229.12 (24 Dec 2010 02:11:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 24 Dec 2010 02:11:03 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Stefan Monnier Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 24 03:10:59 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PVx7Q-0003EN-Hu for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Dec 2010 03:10:56 +0100 Original-Received: from localhost ([127.0.0.1]:48970 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVx7P-0003xv-WF for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Dec 2010 21:10:56 -0500 Original-Received: from [140.186.70.92] (port=35738 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVx74-0003xV-9p for help-gnu-emacs@gnu.org; Thu, 23 Dec 2010 21:10:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVx6v-0007mN-Of for help-gnu-emacs@gnu.org; Thu, 23 Dec 2010 21:10:34 -0500 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:36729) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVx6v-0007m0-De for help-gnu-emacs@gnu.org; Thu, 23 Dec 2010 21:10:25 -0500 Original-Received: by pzk27 with SMTP id 27so1603356pzk.0 for ; Thu, 23 Dec 2010 18:10:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=j8hpeJa/xs1i5EaPjTIKwXYkEMqG3511B4c8LktAnHY=; b=Z+et6PrzroyuHlIkHCAvRv10acs+c9Kv73gfJQHiXvoOlwVfh4It+SfUjlE/UzLWDW qjARwB/8xcfRH0HYSKq0TaApGc8tSTTR2dAyIBuEOMHUop+ei9W6KwzFMRMVj/d/H4fk 4XyNbj0Z+CSDJsSlYuCM+5Dp6hSA2VizYiimY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=SI48YLwATskEvYGm0icsRNo4LVg/vBeBzIoKgopuBUZMvS+CCEMJVum3lItchHO+T9 2wGazt9P/b4HQcvKLwy3Qv6uKrssdDD2TF75aCJD4TpiaKADWFd1U9rwB7yaoJxF1gQz IaBhDAqMB/9yt4J6i4B04r8WKGKRio0B7Myao= Original-Received: by 10.142.240.11 with SMTP id n11mr3433826wfh.420.1293156624551; Thu, 23 Dec 2010 18:10:24 -0800 (PST) Original-Received: by 10.142.218.20 with HTTP; Thu, 23 Dec 2010 18:10:24 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77845 Archived-At: --000e0cd329c43ecf5404981e7db8 Content-Type: text/plain; charset=ISO-8859-1 sorry, I've never done this before. I used M-x report-emacs-bug and I've typed the report up, but how do I attach the *.hpp file to the report? On Thu, Dec 23, 2010 at 7:02 PM, Stefan Monnier wrote: > > Today doing some work in C++ I noticed that Emacs would freeze whenever I > > tried to scroll down in one of my files. It would only happen to one > > specific *.hpp file, and I managed to almost pinpoint the source by > removing > > rest of the source code. Now I can't even open the file because Emacs > goes > > into infinite loop at start-up. I have attached the file. If > ColorSpaces > > typedef is removed or commented out, then it works fine, but please note > > that spaces and the rest of the code are necessary to trigger it. > > Send it via M-x report-emacs-bug, please. > > > Stefan > --000e0cd329c43ecf5404981e7db8 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
sorry, I've never done this before.=A0 I used M-x report-emacs-bug = and I've typed the report up, but how do I attach the *.hpp file to the= report?

On Thu, Dec 23, 2010 at 7:02 PM,= Stefan Monnier <monnier@iro.umontreal.ca> wrote:
<= div class=3D"h5">> Today doing some work in C++ I noticed that Emacs wou= ld freeze whenever I
> tried to scroll down in one of my files. =A0It would only happen to on= e
> specific *.hpp file, and I managed to almost pinpoint the source by re= moving
> rest of the source code. =A0Now I can't even open the file because= Emacs goes
> into infinite loop at start-up. =A0I have attached the file. =A0If Col= orSpaces
> typedef is removed or commented out, then it works fine, but please no= te
> that spaces and the rest of the code are necessary to trigger it.

Send it via M-x report-emacs-bug, please.


=A0 =A0 =A0 =A0Stefan

--000e0cd329c43ecf5404981e7db8--