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#15581: grep buffer: header missing after hitting 'g' Date: Thu, 10 Oct 2013 14:55:20 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1381432324 30583 80.91.229.3 (10 Oct 2013 19:12:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Oct 2013 19:12:04 +0000 (UTC) Cc: 15581@debbugs.gnu.org To: Paul Pogonyshev Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 10 21:12:07 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VULeZ-0001xQ-Ha for geb-bug-gnu-emacs@m.gmane.org; Thu, 10 Oct 2013 21:12:07 +0200 Original-Received: from localhost ([::1]:50522 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VULeY-0002xv-Lp for geb-bug-gnu-emacs@m.gmane.org; Thu, 10 Oct 2013 15:12:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60561) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VULP5-0004L8-6q for bug-gnu-emacs@gnu.org; Thu, 10 Oct 2013 14:56:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VULP4-00032X-5r for bug-gnu-emacs@gnu.org; Thu, 10 Oct 2013 14:56:06 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:33090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VULP3-00032M-VW for bug-gnu-emacs@gnu.org; Thu, 10 Oct 2013 14:56:06 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VULP1-0006Xs-PS for bug-gnu-emacs@gnu.org; Thu, 10 Oct 2013 14:56:04 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 10 Oct 2013 18:56:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15581 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 15581-submit@debbugs.gnu.org id=B15581.138143132825108 (code B ref 15581); Thu, 10 Oct 2013 18:56:03 +0000 Original-Received: (at 15581) by debbugs.gnu.org; 10 Oct 2013 18:55:28 +0000 Original-Received: from localhost ([127.0.0.1]:41383 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VULOR-0006Wu-LI for submit@debbugs.gnu.org; Thu, 10 Oct 2013 14:55:27 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:51988) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VULOM-0006Wi-Dl for 15581@debbugs.gnu.org; Thu, 10 Oct 2013 14:55:23 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VULOK-0005mw-J6; Thu, 10 Oct 2013 14:55:20 -0400 X-Spook: HAMASMOIS NWO sniper Gazprom top secret quarter ICE SCUD X-Ran: 1O5'R-:Pd5PqnD=YBG@pgeJhRK[0pgP[JJQ\8;Wq!-['o[/4;Bx&AsD#%"L.u]"]P)}ZO8 X-Hue: blue X-Attribution: GM In-Reply-To: (Paul Pogonyshev's message of "Thu, 10 Oct 2013 10:25:07 +0200") 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.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x 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:79157 Archived-At: Paul Pogonyshev wrote: > When you are in a grep buffer and press 'g', it does re-search properly, > but doesn't prepend the normal header lines, i.e. sth. like: > > -*- mode: grep; default-directory: "..." -*- > Grep started at Thu Oct 10 10:23:38 > > find ... -print0 | xargs -0 egrep -n -e ... > > Same is if you M-x grep-find while the grep buffer is the current one; I can't reproduce either issue in 24.3 or current trunk. Do you have a recipe starting from emacs -Q?