jed-users mailing list

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

RE: WJed and cygwin


> From: John E. Davis [mailto:davis@xxxxxxxxxxxxx]
> Sent: Wednesday, May 21, 2003 8:09 AM
> 
>    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);
> }
> 

The _win32_get_helper_app_name version works if I put 

   s = "bash.exe -c ";

Thanks!
Marko

--------------------------
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]