jed-users mailing list

[2003 Date Index] [2003 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: WJed and cygwin


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]