From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Martin Stemplinger Newsgroups: gmane.emacs.help Subject: Re: problem with grep and exec-path Date: Tue, 15 Apr 2003 23:12:03 +0200 Organization: Akademisches Sinfonie-Orchester Muenchen Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1050441001 10234 80.91.224.249 (15 Apr 2003 21:10:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 15 Apr 2003 21:10:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 15 23:10:00 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 195Xgl-0002et-00 for ; Tue, 15 Apr 2003 23:09:59 +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 195XhJ-0003mh-05 for gnu-help-gnu-emacs@m.gmane.org; Tue, 15 Apr 2003 17:10:33 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!b05fc.pppool.DE!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: b05fc.pppool.de (213.7.5.252) Original-X-Trace: fu-berlin.de 1050440894 1292195 213.7.5.252 (16 [177771]) Adress: mstemplinger@gmx.de X-URL: http://www.aso-muenchen.de X-Attribution: Martin Mail-Copies-To: never User-Agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.3 (i386-msvc-nt5.1.2600) Cancel-Lock: sha1:CPZM6FZzTtiMte5E03Lg/XenK6k= Original-Xref: shelby.stanford.edu gnu.emacs.help:112019 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:8519 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8519 On Di Apr 15 2003 at 21:03, "Javier Oviedo" wrote: > 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 never tried exec-path but simply add the binary directories to the Path environment variable and emacs finds them. HTH Martin