Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com Date: Mon, 6 Dec 1999 13:28:41 -0500 Message-Id: <199912061828.NAA21888@envy.delorie.com> From: DJ Delorie To: cgf AT cygnus DOT com CC: cygwin-developers AT sourceware DOT cygnus DOT com In-reply-to: <19991206130920.A983@cygnus.com> (message from Chris Faylor on Mon, 6 Dec 1999 13:09:20 -0500) Subject: Re: Many changes in latest snapshot References: <19991206130920 DOT A983 AT cygnus DOT com> > I've also eliminated the USE_REGISTRY_OPTIONS conditional. cygwin will > now search the registry for CYGWIN-environment-variable-like options. Lesson from DJGPP: add a way to say that program A should use whatever program B has (recursively). Example: if A's entry says "=B" it should suck in what B has. Example: "ed" -> "=vi" where "vi" -> "notty,ntea".