From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.help Subject: Re: eshell - win32 - executable files Date: Mon, 20 Jan 2003 13:17:48 -0700 Organization: Posted via Supernews, http://www.supernews.com Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87r8b7tw2b.fsf@alice.dynodns.net> References: <3E29A4AD.2080101@XXnetscape.net> <87ptqtn0c2.fsf@alice.dynodns.net> <3E2A23F0.70904@XXnetscape.net> <87znpxvci9.fsf@alice.dynodns.net> <3E2A29FC.8000107@XXnetscape.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043094089 26132 80.91.224.249 (20 Jan 2003 20:21:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 20 Jan 2003 20:21:29 +0000 (UTC) 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 18aiQC-0006nC-00 for ; Mon, 20 Jan 2003 21:21:28 +0100 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 18aiPj-00059z-0E for gnu-help-gnu-emacs@m.gmane.org; Mon, 20 Jan 2003 15:20:59 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help X-Public-Key: http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0xF40524D0 X-Home-Page: http://www.gci-net.com/users/j/johnw/ User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Cancel-Lock: sha1:6tvRp+sbBXxmXS3F3CKrSM6i6uQ= Original-X-Complaints-To: abuse@supernews.com Original-Lines: 12 Original-Xref: shelby.stanford.edu gnu.emacs.help:109247 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:5771 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5771 >>>>> On Sun Jan 19, matt writes: > Still no luck. Does this work for you? Hmm, once, when I used to use Windows machines, I was doing something close to exactly this. You definitely want to configure `eshell-binary-suffixes'. You can test it by using the "which" command, followed by the name of your script. Oh, wait, you must ALSO set `eshell-force-execution' to t. :) John