From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Neves-Graca, Sancho" Newsgroups: gmane.emacs.help Subject: Running a SFU POSIX shell on Emacs for Windows Date: Wed, 15 Oct 2003 11:44:53 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <4B8422D300DD314CA8F52F2F4A7F26840135EBF9@dewdfx12.wdf.sap.corp> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1066211433 12595 80.91.224.253 (15 Oct 2003 09:50:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2003 09:50:33 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 15 11:50:31 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A9iIZ-0003j7-00 for ; Wed, 15 Oct 2003 11:50:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A9iIC-00030u-BK for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Oct 2003 05:50:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A9iHi-0002yE-Tb for help-gnu-emacs@gnu.org; Wed, 15 Oct 2003 05:49:38 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A9iH6-0002S0-Fr for help-gnu-emacs@gnu.org; Wed, 15 Oct 2003 05:49:31 -0400 Original-Received: from [155.56.68.170] (helo=smtpde02.sap-ag.de) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A9iH4-0002R3-W9 for help-gnu-emacs@gnu.org; Wed, 15 Oct 2003 05:48:59 -0400 Original-Received: from sap-ag.de (smtpde02) by smtpde02.sap-ag.de (out) with ESMTP id LAA02390 for ; Wed, 15 Oct 2003 11:45:11 +0200 (MESZ) Original-To: "'help-gnu-emacs@gnu.org'" X-Mailer: Internet Mail Service (5.5.2656.59) X-SAP: out X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13193 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13193 I use Services for Unix (SFU) from Microsoft and would like to access its C shell from Emacs shell mode. This does not currently seem possible with the environment variable SHELL or the line (setq explicit-shell-file-name "C:\WINNT\System32\posix.exe /u /c /bin/csh -l") in the configuration file. The shell is started by calling posix.exe with C:\WINNT\System32\posix.exe /u /c /bin/csh -l It seems that Emacs does not pass the arguments /u /c /bin/csh -l to the executable posix.exe and therefore the shell is not started. Moving to Cygwin is not an option for many users of SFU. Could this missing functionality be considered by the Emacs development team?