help-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AW: global with xemacs on windows xp


From: Shigio Yamaguchi
Subject: Re: AW: global with xemacs on windows xp
Date: Fri, 02 Apr 2004 12:48:23 +0900

> >     1. I have a batch file (global.bat) that calls global.exe 
> > with (almost) all arguments.
> >     2. I have a patched gtags.el to use a variable 
> > gtags-cmd-global, which can be set to global on "good" systems 
> > and to global.bat on windoows systems.

The call-process might not be able to understand 'global' is 'global.exe'.
If possible, would you please test with the following modification?

(setq n (call-process "global" nil t nil "-pr"))
        |
        v
(setq n (call-process "global.exe" nil t nil "-pr"))

Thank you.
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]