Re: AW: global with xemacs on windows xp
Shigio Yamaguchi <[email protected]>
| Newsgroups | gmane.comp.gnu.global.general |
|---|---|
| Message-ID | <[email protected]> |
> > 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 <[email protected]> - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3