From: Daniel Leslie <[email protected]> Subject: Re: [Chicken-users] using flymake with chicken Date: Fri, 23 Nov 2012 14:09:34 -0800
> Oh excellent! > > You may be able to remove the need for the shell script by running > something like: > > (shell-command-to-string (format "csi -SAv \"%s\" || true" > option-or-filename)) > That's right. I initially tested this on Windows, and I don't know wether cmd.exe supports this syntax (so I used a batch file). On Unixen, the command above is of course the simpler solution. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
