From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Boettcher Newsgroups: gmane.emacs.help Subject: Re: current directory Date: Mon, 23 Oct 2006 15:46:05 -0400 Organization: MIT Lincoln Laboratory Message-ID: References: <453d0ae6$0$49201$14726298@news.sunsite.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161636228 27553 80.91.229.2 (23 Oct 2006 20:43:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Oct 2006 20:43:48 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 23 22:43:46 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gc6dZ-0001eg-82 for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Oct 2006 22:43:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gc6dY-0004wF-Pn for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Oct 2006 16:43:08 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!llslave.llan.ll.mit.edu!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:ZjrxE7/VxeJx00oVSj7YMMCch8g= Original-Lines: 19 Original-NNTP-Posting-Host: 155.34.163.111 Original-X-Complaints-To: news@ll.mit.edu Original-X-Trace: llslave.llan.ll.mit.edu 1161632765 155.34.163.111 (Mon, 23 Oct 2006 15:46:05 EDT) Original-NNTP-Posting-Date: Mon, 23 Oct 2006 15:46:05 EDT Original-Xref: shelby.stanford.edu gnu.emacs.help:142591 Original-To: help-gnu-emacs@gnu.org 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:38220 Archived-At: vb writes: > On Monday 23 October 2006 11:33, Colin S. Miller wrote: > >> >> in answer to your original question, >> you could make the call-progress run >> "cd /a/b/c && ./myScript.sh" > > yes, this is exactly what I was looking for - I did not know how far > 'call-process' would go to allow to invoke two commands instead of one and > did not try different variants. I don't think anyone has yet mentioned M-x cd RET -Peter