all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Subject: Re: command.com versus cmd.exe
Date: Thu, 12 Sep 2002 13:50:51 +0200	[thread overview]
Message-ID: <vafsn0fbf50.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: uhegv79mk.fsf@raibau.raiffeisen.at

Klaus Berndl <Klaus.Berndl@raibau.raiffeisen.at> writes:

> But it should not matter because i would recommend to check the
> environment-variable COMSPEC (which is set always be every windows system!),
> maybe like follows:

Ah, I didn't know about COMSPEC.  I now use the following code to
initialize the variable:

  (if (memq system-type '(windows-nt))
      (getenv "COMSPEC")
    "/bin/sh")

Are there other values of system-type that I should check for?

kai
-- 
~/.signature is: umop 3p!sdn    (Frank Nobis)

  reply	other threads:[~2002-09-12 11:50 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-12 10:27 command.com versus cmd.exe Kai Großjohann
2002-09-12 11:03 ` Klaus Berndl
2002-09-12 11:50   ` Kai Großjohann [this message]
2002-09-12 12:45     ` Klaus Berndl
2002-09-12 17:23       ` Jochen Küpper
2002-09-12 12:59     ` lawrence mitchell
2002-09-12 13:55       ` Kai Großjohann
2002-09-12 22:15       ` FRC
2002-09-12 12:50 ` Zhongtao Zhu
     [not found] ` <mailman.1031834951.18415.help-gnu-emacs@gnu.org>
2002-09-12 13:53   ` Kai Großjohann
2002-09-13  8:49     ` Klaus Berndl

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

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

  git send-email \
    --in-reply-to=vafsn0fbf50.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.