From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#8004: grep thinks the first line is a hit Date: Thu, 10 Feb 2011 14:36:43 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297368393 30427 80.91.229.12 (10 Feb 2011 20:06:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 Feb 2011 20:06:33 +0000 (UTC) Cc: 8004-done@debbugs.gnu.org To: Dan Nicolaescu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 10 21:06:29 2011 Return-path: Envelope-to: geb-bug-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 1PncmZ-0007qp-7p for geb-bug-gnu-emacs@m.gmane.org; Thu, 10 Feb 2011 21:06:27 +0100 Original-Received: from localhost ([127.0.0.1]:44272 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PncmY-0005Ha-9v for geb-bug-gnu-emacs@m.gmane.org; Thu, 10 Feb 2011 15:06:26 -0500 Original-Received: from [140.186.70.92] (port=38259 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PncmN-0005Es-8J for bug-gnu-emacs@gnu.org; Thu, 10 Feb 2011 15:06:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PncmL-0005vG-Ol for bug-gnu-emacs@gnu.org; Thu, 10 Feb 2011 15:06:14 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:41993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PncmL-0005v6-MW for bug-gnu-emacs@gnu.org; Thu, 10 Feb 2011 15:06:13 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PncBO-0006UH-LB for bug-gnu-emacs@gnu.org; Thu, 10 Feb 2011 14:28:02 -0500 Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Thu, 10 Feb 2011 19:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 8004 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 8004@debbugs.gnu.org, monnier@iro.umontreal.ca Original-Received: via spool by 8004-done@debbugs.gnu.org id=D8004.129736607924924 (code D ref 8004); Thu, 10 Feb 2011 19:28:02 +0000 Original-Received: (at 8004-done) by debbugs.gnu.org; 10 Feb 2011 19:27:59 +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 1PncBL-0006Tx-7o for submit@debbugs.gnu.org; Thu, 10 Feb 2011 14:27:59 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PncBJ-0006Tk-C1 for 8004-done@debbugs.gnu.org; Thu, 10 Feb 2011 14:27:58 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAILMU01FxIyy/2dsb2JhbAClaXS6PYVcBIUBjzM X-IronPort-AV: E=Sophos;i="4.60,451,1291611600"; d="scan'208";a="91247075" Original-Received: from 69-196-140-178.dsl.teksavvy.com (HELO ceviche.home) ([69.196.140.178]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 10 Feb 2011 14:36:44 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id D65B5660C9; Thu, 10 Feb 2011 14:36:43 -0500 (EST) In-Reply-To: (Dan Nicolaescu's message of "Tue, 08 Feb 2011 03:40:45 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 10 Feb 2011 14:28:02 -0500 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:44024 Archived-At: > M-x grep SOMETHING_THAT_HAS_SOME_HITS > Move the cursor to the "Grep started at .." line > Press RET and the minibuffer will prompt for a file to find that > location. That is incorrect, there's no grep hit on that line. I believe I've fixed this bug on the trunk. Thanks, Stefan