From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" 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 09:24:01 -0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1198776376 27432 80.91.229.12 (27 Dec 2007 17:26:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Dec 2007 17:26:16 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 27 18:26:28 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 1J7wV1-0000wM-Dc for ged-emacs-devel@m.gmane.org; Thu, 27 Dec 2007 18:26:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J7wUg-0005Jz-Fn for ged-emacs-devel@m.gmane.org; Thu, 27 Dec 2007 12:26:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J7wUX-00059h-3j for emacs-devel@gnu.org; Thu, 27 Dec 2007 12:25:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J7wUT-000529-0m for emacs-devel@gnu.org; Thu, 27 Dec 2007 12:25:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J7wUS-000521-Jv for emacs-devel@gnu.org; Thu, 27 Dec 2007 12:25:52 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J7wUS-000464-DK for emacs-devel@gnu.org; Thu, 27 Dec 2007 12:25:52 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J7wUS-000604-4k for emacs-pretest-bug@gnu.org; Thu, 27 Dec 2007 12:25:52 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1J7wUP-000455-07 for emacs-pretest-bug@gnu.org; Thu, 27 Dec 2007 12:25:52 -0500 Original-Received: from agminet01.oracle.com ([141.146.126.228]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J7wUL-00043o-8r; Thu, 27 Dec 2007 12:25:45 -0500 Original-Received: from agmgw1.us.oracle.com (agmgw1.us.oracle.com [152.68.180.212]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id lBRHPgKY001274; Thu, 27 Dec 2007 11:25:42 -0600 Original-Received: from acsmt350.oracle.com (acsmt350.oracle.com [141.146.40.150]) by agmgw1.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id lBRHDSfb004290; Thu, 27 Dec 2007 10:25:42 -0700 Original-Received: from dhcp-4op11-4op12-west-130-35-178-158.us.oracle.com by acsmt350.oracle.com with ESMTP id 3465912411198776241; Thu, 27 Dec 2007 09:24:01 -0800 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:85520 gmane.emacs.pretest.bugs:20482 Archived-At: > > 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? Sorry, I wanted to test this, but I ran into too much trouble. I downloaded the latest grep.el, but it wouldn't load in Emacs 22.1 because of the changed file-remote-p signature. I downloaded the latest files.el to get file-remote-p, but files.el wouldn't load either because of declare-function. I have no idea where declare-function is defined, and I don't want to continue chasing this. You probably fixed it fine. Sorry I couldn't be more help testing it. Perhaps someone else can confirm the fix. (If GNU posted Windows binaries of CVS Emacs, I might keep more up-to-date.)