unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: andrew.maguire@ps.ge.com
Cc: help-gnu-emacs@gnu.org
Subject: RE: Running a SFU POSIX shell on Emacs for Windows
Date: Wed, 15 Oct 2003 08:13:24 -0400	[thread overview]
Message-ID: <6192367D59F8904CA553579EF41FEEA001F0AB47@ukcbgx01psge.geips.ge.com> (raw)

Looking at shell.el it looks like you need to do the following:

(setq explicit-shell-file-name "C:\\WINNT\\System32\\posix.exe")
(setq explicit-posix.exe-args '("/u" "/c" "/bin/csh" "-l"))

Andrew

> -----Original Message-----
> From: Neves-Graca, Sancho [mailto:sancho.neves-graca@sap.com]
> Sent: 15 October 2003 10:45
> To: 'help-gnu-emacs@gnu.org'
> Subject: Running a SFU POSIX shell on Emacs for Windows
> 
> 
> 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?

             reply	other threads:[~2003-10-15 12:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-15 12:13 andrew.maguire [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-10-16 11:57 Running a SFU POSIX shell on Emacs for Windows andrew.maguire
2003-10-16 10:50 Neves-Graca, Sancho
2003-10-15  9:44 Neves-Graca, Sancho

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6192367D59F8904CA553579EF41FEEA001F0AB47@ukcbgx01psge.geips.ge.com \
    --to=andrew.maguire@ps.ge.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).