X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=F3yRYBDmXYq8s+tl1iWjjy7EPMzG epLQNYxIyp5r9LY7V62QilNahKod8e3tnDYoZuDKVAEp3b7GvVlaNhBr63agnOr6 EC/OvojWwC7oSpLWgOkAQ3wYItEmOlC8KJDgloedtC9I4slTmMofRmTnTlB8uten tJsBzkdwmTR2mR0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; s=default; bh=AvGjJlvbjkSNC9GAuTXmbC7OjWs=; b=oE 1ES52mQG+M/f2OQeIk+OdAQVbLGvZGYGj4NkMpSPTrIdKcqoTD/1bCG76Inh4DzZ qY5M63Y+uh20jYCcYgo6cBiDyhmEkAmd20ZXuT2IdV6bocIPhAjEAo7fX3HXE45G TLzVPshF+BvNByQctKpuHmY7RiWSaDUUxBXTSkeBw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: smtp5-g21.free.fr Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.4 From: Denis Excoffier In-Reply-To: Date: Wed, 29 Oct 2014 18:37:05 +0100 Message-Id: <543F4084-8C72-4102-8DB9-8C7B59EC62F7@Denis-Excoffier.org> References: To: cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s9THbOG5020901 On 2014-10-29 13:08, Corinna Vinschen wrote: > > I just released a 4th TEST version of the next upcoming Cygwin release, > 1.7.33-0.4. > > Changes compared to the former test version 1.7.33-0.3: > > - Set CYGWIN=dosfilewarning settting to OFF by default. > Well, this is OK i suppose. But i was using this feature in order to check that no cygwin process was left behind when i switch to a new cygwin1.dll (eg for a snapshot). Here is how. I use 'echo \\ /nonexistent*' in my .cshrc. This triggers the warning. That way, if some process from the previous cygwin1.dll was left somewhere in the background, the warning is not displayed and i get the (visual) indication that something is wrong (say: the new cygwin1.dll is not properly in function). Afterwards, since the warning is displayed only once, the warning is not displayed anymore, so the 'echo ...' is not a nuisance in .cshrc. The fact that the default is/was ON is important because otherwise the CYGWIN variable would have to be set somewhere (and before the 1st cygwin process). Currently i don't see how to replace this "feature". Any ideas? To be precise, the exact command that i use (in .cshrc) is echo \\ /nonexistent* |& head --lines=-6 in order to show a single line (a single line is enough for a visual indication) Regards, Denis Excoffier. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple