From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Marcus Picasso" Newsgroups: gmane.emacs.bugs Subject: compile.el, using grep-find when find-program is not "find" Date: Thu, 6 Nov 2003 00:21:43 +0200 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <000501c3a3eb$31b31d90$8111ba50@LTMAP> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1068070973 12586 80.91.224.253 (5 Nov 2003 22:22:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Nov 2003 22:22:53 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Nov 05 23:22:51 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AHW39-0002UD-00 for ; Wed, 05 Nov 2003 23:22:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AHW2c-0003vk-Rg for geb-bug-gnu-emacs@m.gmane.org; Wed, 05 Nov 2003 17:22:18 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AHW2a-0003vP-UV for bug-gnu-emacs@gnu.org; Wed, 05 Nov 2003 17:22:16 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AHW24-0003jF-6o for bug-gnu-emacs@gnu.org; Wed, 05 Nov 2003 17:22:15 -0500 Original-Received: from [193.229.0.44] (helo=fep02-app.kolumbus.fi) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AHW23-0003io-N3 for bug-gnu-emacs@gnu.org; Wed, 05 Nov 2003 17:21:43 -0500 Original-Received: from LTMAP ([80.186.17.129]) by fep02-app.kolumbus.fi with SMTP id <20031105222140.LJWC2186.fep02-app.kolumbus.fi@LTMAP> for ; Thu, 6 Nov 2003 00:21:40 +0200 Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list 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 Xref: main.gmane.org gmane.emacs.bugs:6101 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:6101 In GNU Emacs 21.3.1 (i386-msvc-nt5.0.2195) of 2003-03-28 on buffy: Changing the lisp variable "find-program" to something else than "find" makes compile.el position the point at wrong place, when doing "M-x grep-find". Hint: Compile.el has in "grep-compute-defaults" a line which I think takes care of point-positioning, and it handles different lenghts of grep-command right, but not find-command. The line is: (+ 22 (length grep-command)))))))) Best regards, -Marcus.