> Date: Wed, 21 Mar 2012 08:33:40 +0100 > From: Dani Moncayo <dmonc...@gmail.com> > Cc: help-emacs-windows@gnu.org, help-gnu-em...@gnu.org > > > There is no newline in the intended output, so perhaps the output isn't > > flushed yet. Does it appear if you step through the rest of the program? > > I've tried it and not, it never appears, even after I've reached the > end of the program.
If you add the newline, the output appears at the end, but not in the input/output buffer. If there's no newline, I wouldn't expect the output to appear at all, in such a short program, since standard output redirected to pipes is fully-buffered on Windows, not line-buffered as on Posix systems.