From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: M-x grep in buffer *grep* puts you at the end of the grep output Date: Thu, 27 Dec 2007 08:42:29 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1198763049 19387 80.91.229.12 (27 Dec 2007 13:44:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Dec 2007 13:44:09 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 27 14:44:23 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J7t1r-0000e2-JJ for ged-emacs-devel@m.gmane.org; Thu, 27 Dec 2007 14:44:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J7t1W-0002gw-LR for ged-emacs-devel@m.gmane.org; Thu, 27 Dec 2007 08:43:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J7t0L-00026b-5r for emacs-devel@gnu.org; Thu, 27 Dec 2007 08:42:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J7t0I-000256-MA for emacs-devel@gnu.org; Thu, 27 Dec 2007 08:42:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J7t0I-00024y-BS for emacs-devel@gnu.org; Thu, 27 Dec 2007 08:42:30 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J7t0H-0004ha-W1 for emacs-devel@gnu.org; Thu, 27 Dec 2007 08:42:30 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1J7t0H-0006dX-OR; Thu, 27 Dec 2007 08:42:29 -0500 In-reply-to: X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:85508 gmane.emacs.pretest.bugs:20481 Archived-At: > From: Drew Adams Sent: Monday, December 11, 2006 3:21 PM > Previously in Emacs 22, as well as in previous releases, , repeating > grep in the *grep* buffer would put you at the top of the buffer. This > was true at least as late as a build from 2006-07-19. > > Now, it puts you at the end of the buffer, so you must do M-< to get > back to the beginning. Quite annoying. I think I have fixed this. Does it work properly now?