From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: shul Newsgroups: gmane.emacs.help Subject: running perl script in eshell on windows permission denied Date: Thu, 6 Nov 2008 10:27:35 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1226013623 31214 80.91.229.12 (6 Nov 2008 23:20:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Nov 2008 23:20:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 07 00:21:26 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KyEAH-0001Lh-SN for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Nov 2008 00:21:26 +0100 Original-Received: from localhost ([127.0.0.1]:32899 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KyE9A-0006Zt-Je for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Nov 2008 18:20:16 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2!postnews.google.com!s1g2000prg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 69.86.207.13 Original-X-Trace: posting.google.com 1225996056 24641 127.0.0.1 (6 Nov 2008 18:27:36 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 6 Nov 2008 18:27:36 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s1g2000prg.googlegroups.com; posting-host=69.86.207.13; posting-account=Kk7l3woAAAALarKyIL2JKetGrsugPGSb User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092816 Iceweasel/3.0.3 (Debian-3.0.3-3),gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:164185 X-Mailman-Approved-At: Thu, 06 Nov 2008 18:19:39 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:59533 Archived-At: Hi, I installed emacs on a windows machine that I am forced to use. However when I try to execute a perl script that I am editing while in the eshell I get error message ./me.pl: Permission Denied now i notice that ls -l me.pl leaves me with -rw-rw-rw 1 iis 5 810 Oct 17 11:25 me.pl of course I can execute it in the M^X shell environment. I tried chmod 777 me.pl but it says chmod: command not found OK. So what can I do to execute some perl scripts from eshell? I like eshell. It is so unix like... Thanks Mitchell