Date: Wed, 18 Mar 1998 16:09:38 +0200 (IST) From: Eli Zaretskii To: Nate Eldredge cc: djgpp-workers AT delorie DOT com Subject: Re: Portability docs In-Reply-To: <199803180235.SAA02945@adit.ap.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 17 Mar 1998, Nate Eldredge wrote: > You mean, to implement a set of macros in Texinfo, and then test them out? > That's certainly possible, but it seems to duplicate George's work. It was only a suggestion. Sometimes it's good to see how a feature will ook and feel before you carve it in stone. Macros can usually be written faster than C++ code, so they might be a good vehicle for rapid prototyping. But if you have a clear vision of what you want, feel free to disregard that idea. > (Though I don't see what's so complex about `chdir', other than the > fact that the disk stuff is meaningless for Unix...) Hint: the (relative) complexity is in describing differences of how `chdir' is implemented by other DOS/Windows compilers.