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#10126: M-x grep gets more and more lost further and further into the file Date: Wed, 22 Feb 2012 15:06:03 -0500 Message-ID: References: <87obw1o4sm.fsf@jidanni.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1329941341 15669 80.91.229.3 (22 Feb 2012 20:09:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Feb 2012 20:09:01 +0000 (UTC) Cc: 10126@debbugs.gnu.org To: jidanni@jidanni.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 22 21:09:00 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S0IUk-000183-6v for geb-bug-gnu-emacs@m.gmane.org; Wed, 22 Feb 2012 21:08:58 +0100 Original-Received: from localhost ([::1]:37389 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0IUj-0006eu-GD for geb-bug-gnu-emacs@m.gmane.org; Wed, 22 Feb 2012 15:08:57 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:51459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0IUg-0006ec-Jy for bug-gnu-emacs@gnu.org; Wed, 22 Feb 2012 15:08:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0ISY-00083f-Ho for bug-gnu-emacs@gnu.org; Wed, 22 Feb 2012 15:06:48 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:47750) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0ISU-000828-I8 for bug-gnu-emacs@gnu.org; Wed, 22 Feb 2012 15:06:39 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1S0IUn-0000HU-M1 for bug-gnu-emacs@gnu.org; Wed, 22 Feb 2012 15:09:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 22 Feb 2012 20:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10126 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo unreproducible Original-Received: via spool by 10126-submit@debbugs.gnu.org id=B10126.13299413101026 (code B ref 10126); Wed, 22 Feb 2012 20:09:01 +0000 Original-Received: (at 10126) by debbugs.gnu.org; 22 Feb 2012 20:08:30 +0000 Original-Received: from localhost ([127.0.0.1]:51373 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S0IUH-0000GV-M7 for submit@debbugs.gnu.org; Wed, 22 Feb 2012 15:08:29 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:51988 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S0IUG-0000GO-1O for 10126@debbugs.gnu.org; Wed, 22 Feb 2012 15:08:28 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1S0IRv-0000xw-BB; Wed, 22 Feb 2012 15:06:03 -0500 X-Spook: Steve Case Mole FTS2000 Watergate LABLINK Capricorn gamma X-Ran: ASjF!S>*js@eV:~#)D,Y3X;2k2Af=Ji]#fk;OPUofNw"5Qwp1*x{83/0$~q1L'q@P"nrKt X-Hue: yellow X-Attribution: GM In-Reply-To: <87obw1o4sm.fsf@jidanni.org> (jidanni@jidanni.org's message of "Fri, 25 Nov 2011 00:37:13 +0800") 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.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:57109 Archived-At: jidanni@jidanni.org wrote: > $ cd /tmp > $ perl -wle 'print $_ x 222 for 1..33' > 4 > $ emacs -nw -Q . > ("grep -nH -e 3333 4") > C-x ` ... > (what-line) What? > Even worse is > $ seq 333 > /tmp/3 > (grep "grep -nH -e 3 3") > After a few C-x ` it just gets stuck at line 28! Unable to reproduce.