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#157: Infinite recursion in compile window Date: Sat, 09 Jul 2011 22:27:59 -0400 Message-ID: References: <0000065085@outgesourced.org> <87skxa106s.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1310264965 16874 80.91.229.12 (10 Jul 2011 02:29:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 10 Jul 2011 02:29:25 +0000 (UTC) To: 157-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jul 10 04:29:21 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 1Qfjln-0002KY-BF for geb-bug-gnu-emacs@m.gmane.org; Sun, 10 Jul 2011 04:29:19 +0200 Original-Received: from localhost ([::1]:33263 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qfjlm-0007Gc-Ak for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Jul 2011 22:29:18 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:44715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfjlX-0007GS-Kb for bug-gnu-emacs@gnu.org; Sat, 09 Jul 2011 22:29:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfjlW-0001u2-Ga for bug-gnu-emacs@gnu.org; Sat, 09 Jul 2011 22:29:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:36256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfjlW-0001ts-F3 for bug-gnu-emacs@gnu.org; Sat, 09 Jul 2011 22:29:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QfjlW-0003b5-9H for bug-gnu-emacs@gnu.org; Sat, 09 Jul 2011 22:29:02 -0400 Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sun, 10 Jul 2011 02:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 157 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo unreproducible Mail-Followup-To: 157@debbugs.gnu.org, rgm@gnu.org Original-Received: via spool by 157-done@debbugs.gnu.org id=D157.131026488713760 (code D ref 157); Sun, 10 Jul 2011 02:29:02 +0000 Original-Received: (at 157-done) by debbugs.gnu.org; 10 Jul 2011 02:28:07 +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 1Qfjkc-0003Zt-OI for submit@debbugs.gnu.org; Sat, 09 Jul 2011 22:28:06 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qfjkb-0003ZP-2f for 157-done@debbugs.gnu.org; Sat, 09 Jul 2011 22:28:05 -0400 Original-Received: from localhost ([127.0.0.1]:36647) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfjkV-0008Bu-C7; Sat, 09 Jul 2011 22:27:59 -0400 X-Spook: NWO world domination doctrine Axis of Evil JPL EuroFed X-Ran: J"Kt(Q`*9t;RJ*M'}OiU.7bqsstcgM}.\H#8%}maWp{lCxn?cqdvXOf*glPHt5H2 (Chong Yidong's message of "Fri, 25 Apr 2008 10:25:15 -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: Sat, 09 Jul 2011 22:29:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:48439 Archived-At: This bug is being closed because it could not be reproduced and there was no response to a request for more information. If you reply with the requested information it can be reopened if needed. You can view the whole report at http://debbugs.gnu.org/BUGNUMBER Chong Yidong wrote: > Is there a way to reproduce this, starting from `emacs -q'? I tried > pasting this text into a compilation-mode buffer, but saw no error. Stefan Monnier wrote: > This looks very odd. > Can you reproduce the problem? If so, could you give a detailed recipe?