From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Javier Oviedo" Newsgroups: gmane.emacs.help Subject: problem with grep and exec-path Date: Tue, 15 Apr 2003 15:03:43 -0400 Organization: Texas Instruments Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1050434164 7997 80.91.224.249 (15 Apr 2003 19:16:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 15 Apr 2003 19:16:04 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 15 21:16:02 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 195Vtg-00021p-00 for ; Tue, 15 Apr 2003 21:15:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 195Vtq-00082e-03 for gnu-help-gnu-emacs@m.gmane.org; Tue, 15 Apr 2003 15:15:22 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!newsfeed.media.kyoto-u.ac.jp!nntp1.hal-pc.org!attdl1!ip.att.net!news.ti.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: gt64v7121.telogy.design.ti.com Original-X-Trace: tilde.itg.ti.com 1050433291 18507 158.218.105.183 (15 Apr 2003 19:01:31 GMT) Original-X-Complaints-To: usenet@news.ti.com Original-NNTP-Posting-Date: 15 Apr 2003 19:01:31 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Original-Xref: shelby.stanford.edu gnu.emacs.help:112012 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8512 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8512 Hello all: I am using emacs 21.2 WINXP. I add the following line to my .emacs file in order to include the execution path for grep: ;;; Set exec paths. (setq exec-path (cons "T:/gen/gnu/99-11-01/cygwin-b20/H-i586-cygwin32/bin" exec-path)) ;;; I evalutate this line and see that indeed the path was modified correctly. I still get errors when using grep. If I, however, move grep.exe under the emacs-21.2\bin driectory, everything seems to work. Does anyone have any ideas on this path issue? I'd prefer to not have a copy sitting in emacs-21.2\bin. Thanks in advance. Javier.