> Date: Tue, 12 Dec 2006 00:09:00 +0100 > From: Lennart Borgman <[EMAIL PROTECTED]> > > It turned out that the test below for execute access failed. That seems > strange since indeed runemacs.exe can be executed. Is that perhaps a bug > in MinGW or in w32? Or am I misunderstanding something? Where could I > try to report this (potential) bug?
According to this: http://msdn2.microsoft.com/en-us/library/1w06ktdy(VS.80).aspx the Windows version of `access' doesn't support X_OK at all, only F_OK, R_OK, and W_OK. I don't really understand why did you need that test. The CVS version of emacsclient.c doesn't have such a test, AFAICS. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
