From owner-ntemacs-users@june  Mon Sep 30 09:14:06 1996
X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
	[nil "Mon" "30" "September" "1996" "11:44:12" "-0400" "Chris Kolb" "chris@vautomation.com" nil "15" "shell-command and shell-command-on-region" "^From:" nil nil "9" nil nil nil nil]
	nil)
Received: from joker.cs.washington.edu (joker.cs.washington.edu [128.95.1.42]) by june.cs.washington.edu (8.7.6/7.2ju) with SMTP id JAA08249 for <voelker@june.cs.washington.edu>; Mon, 30 Sep 1996 09:14:06 -0700
Received: from june.cs.washington.edu (june.cs.washington.edu [128.95.1.4]) by joker.cs.washington.edu (8.6.12/7.2ws+) with ESMTP id JAA29401 for <voelker@joker.cs.washington.edu>; Mon, 30 Sep 1996 09:14:05 -0700
Received: from maildeliver1.tiac.net (maildeliver1.tiac.net [199.0.65.213]) by june.cs.washington.edu (8.7.6/7.2ju) with SMTP id IAA04749 for <ntemacs-users@cs.washington.edu>; Mon, 30 Sep 1996 08:37:02 -0700
Received: from mailserver2.tiac.net (mailserver2.tiac.net [199.0.65.231]) by maildeliver1.tiac.net (8.6.12/8.7.4) with ESMTP id LAA02423 for <ntemacs-users@cs.washington.edu>; Mon, 30 Sep 1996 11:44:14 -0400
Received: from vauto.tiac.net (vauto.tiac.net [206.119.88.83]) by mailserver2.tiac.net (8.8.0/8.7.4) with SMTP id LAA07168 for <ntemacs-users@cs.washington.edu>; Mon, 30 Sep 1996 11:44:12 -0400 (EDT)
Message-Id: <199609301544.LAA07168@mailserver2.tiac.net>
X-Sender: popchri5@tiac.com
X-Mailer: Windows Eudora Pro Version 2.1.2
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
From: Chris Kolb <chris@vautomation.com>
To: ntemacs-users@cs.washington.edu
Subject: shell-command and shell-command-on-region
Date: Mon, 30 Sep 1996 11:44:12 -0400 (EDT)

Good Morning,  I've been running emacs for years on Unix systems, and am
just switching to PC's, and I'm having problems with the shell-command and
shell-command-on-region.  Shell-mode operates as expected, and invokes my
prefered shell (currently MKS's Korn shell).  The shell-command and
shell-command on region return the following message: "/c: /c: not found".

Any hints would be appreciated.  Thanks in Advance


Chris Kolb

VAutomation.com	        Synthesizable HDL       Phone: 603-882-2282
20 Trafalgar Sq.        Cores for ASIC and	Fax:   603-882-1587
Suite 443               FPGA solutions.		Email: chris@vautomation.com
Nashua, NH 03063                                WWW:   www.vautomation.com

From owner-ntemacs-users@june  Mon Sep 30 10:14:25 1996
X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
	[nil "" "30" "September" "1996" "12:20:11" "-0400" "Brent Benson" "bwb@concentra.com" nil "13" "Re: shell-command and shell-command-on-region" "^From:" nil nil "9" nil nil nil nil]
	nil)
Received: from joker.cs.washington.edu (joker.cs.washington.edu [128.95.1.42]) by june.cs.washington.edu (8.7.6/7.2ju) with SMTP id KAA16332 for <voelker@june.cs.washington.edu>; Mon, 30 Sep 1996 10:14:25 -0700
Received: from june.cs.washington.edu (june.cs.washington.edu [128.95.1.4]) by joker.cs.washington.edu (8.6.12/7.2ws+) with ESMTP id KAA28940 for <voelker@joker.cs.washington.edu>; Mon, 30 Sep 1996 10:14:24 -0700
Received: from moscow.concentra.com (kiev.concentra.com [199.93.120.129]) by june.cs.washington.edu (8.7.6/7.2ju) with SMTP id JAA09862 for <ntemacs-users@cs.washington.edu>; Mon, 30 Sep 1996 09:21:19 -0700
Received: from concentra.com ([192.168.81.64]) by moscow.concentra.com (8.6.12/8.6.9) with SMTP id MAA07369; Mon, 30 Sep 1996 12:34:36 -0400
Received: from sundevleng.icad (sundevleng.concentra.com) by  (4.1/LCS-1.3.1) 	id AA01635 for chris@vautomation.com; Mon, 30 Sep 96 12:19:31 EDT
Received: by sundevleng.icad (SMI-8.6/SMI-SVR4) 	id MAA23517; Mon, 30 Sep 1996 12:20:11 -0400
References: <199609301544.LAA07168@mailserver2.tiac.net>
In-Reply-To: Chris Kolb's message of Mon, 30 Sep 1996 11:44:12 -0400 (EDT)
Message-Id: <s7qwwxcdlfo.fsf@concentra.com>
Lines: 13
X-Mailer: Gnus v5.3/Emacs 19.34
From: Brent Benson <bwb@concentra.com>
Sender: bwb@concentra.com
To: Chris Kolb <chris@vautomation.com>
Cc: ntemacs-users@cs.washington.edu
Subject: Re: shell-command and shell-command-on-region
Date: 30 Sep 1996 12:20:11 -0400

Chris Kolb <chris@vautomation.com> writes:
> 
> Good Morning,  I've been running emacs for years on Unix systems, and am
> just switching to PC's, and I'm having problems with the shell-command and
> shell-command-on-region.  Shell-mode operates as expected, and invokes my
> prefered shell (currently MKS's Korn shell).  The shell-command and
> shell-command on region return the following message: "/c: /c: not found".

You should use:

  (setq shell-command-switch "-c")

in your .emacs file.

