- Subject: Re: WJed and cygwin
- From: "John E. Davis" <davis>
- Date: Wed, 21 May 2003 02:08:48 -0400
Marko Mahniè <mmarko.dfg@xxxxxxx> wrote:
>Since cmd.exe is a disaster, I would like to
>use bash or sh from cygwin instead.
>
>How can I do that without changing the 'COMSPEC'.
You might try putting
putenv("COMSPEC=C:\\whatever\\bash.exe");
in your .jedrc. If that fails, try:
define _win32_get_helper_app_name ()
{
variable s, h;
s = "bash.exe";
h = dircat (Jed_Bin_Dir, "w32/w32shell.exe");
return sprintf ("%s %s", h, s);
}
>How can I bypass w32shell (g32shell)?
I found that I could not run pipes under win32 without a helper app
such as g32shell. Are you experiencing problems with them?
Have you considered compiling a cygwin version of jed? You will have
to compile a cygwin version of slang as well. Both slang and jed
should build under cygwin using
./configure; make
Good luck,
--John
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2003 date index]
[2003 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]