From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii 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: Fri, 28 Dec 2007 10:51:29 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1198831913 24748 80.91.229.12 (28 Dec 2007 08:51:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Dec 2007 08:51:53 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, rms@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 28 09:52:07 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 1J8Awm-0002wy-TE for ged-emacs-devel@m.gmane.org; Fri, 28 Dec 2007 09:52:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J8AwP-00012X-T8 for ged-emacs-devel@m.gmane.org; Fri, 28 Dec 2007 03:51:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J8AwJ-00011e-Ju for emacs-devel@gnu.org; Fri, 28 Dec 2007 03:51:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J8AwH-0000yg-PW for emacs-devel@gnu.org; Fri, 28 Dec 2007 03:51:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J8AwH-0000ya-M2 for emacs-devel@gnu.org; Fri, 28 Dec 2007 03:51:33 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J8AwH-000715-EX for emacs-devel@gnu.org; Fri, 28 Dec 2007 03:51:33 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J8AwH-00029W-44 for emacs-pretest-bug@gnu.org; Fri, 28 Dec 2007 03:51:33 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1J8AwE-00070Y-3m for emacs-pretest-bug@gnu.org; Fri, 28 Dec 2007 03:51:33 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J8AwA-0006zj-Dg; Fri, 28 Dec 2007 03:51:26 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-201-132.inter.net.il [84.228.201.132]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EMG47333 (AUTH halo1); Fri, 28 Dec 2007 10:51:22 +0200 (IST) In-reply-to: X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:85534 gmane.emacs.pretest.bugs:20483 Archived-At: > From: "Drew Adams" > Date: Thu, 27 Dec 2007 09:24:01 -0800 > Cc: emacs-pretest-bug@gnu.org > > 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.) It's really not a big deal to have a working build environment on Windows. Lennart's site has all the instructions, and there are a few people here to help if you run into trouble.