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:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=Gn4ISM3bBhoGVr2nSO2U8YcOMqPYA 0tQC10AwosJMKS/Vob0FyEU5IJGIMjYypdXLulrsaZ1eh27oRw3BWd7wWO5C2mcF FAoZ/2ZTv1Cze58j3Vjab1BB+w47hcUYt8Dm1XdYhouqi8C1uuqMMvNJ/Tq/MVun twlD3YL2PQIM+I= 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:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=YMdx+b9jWjaE2cBXdNzVpQvgA+w=; b=xnh HcdMjQOCW73KeJeycZeAZnzARqXtcvjmtAksPj7FCXFO0f6s91Tto7obVi9r7A61 S0raxJ3BKLGu6hEUdAkCuT6alkL2mUWM7ARtS7Fl4dA3oc5MUtH5WnOHbZ+R0Xan KGwNENWkMNkEs/CijNk6+BDBQOXZLEQubonlWV50= 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=2.1 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=downloaded, initiated, sauce, satisfaction X-HELO: USA7109MR006.ACS-INC.COM From: "Nellis, Kenneth" To: "cygwin AT cygwin DOT com" Subject: RE: open IE from command line Date: Thu, 22 Dec 2016 14:25:58 +0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A704BBD5E7C@USA7109MB022.na.xerox.net> References: <6ccd99cc-37da-ac4a-c9f7-0386b072df1d AT gmail DOT com> In-Reply-To: <6ccd99cc-37da-ac4a-c9f7-0386b072df1d@gmail.com> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id uBMEQRVE007265 From: cyg Simple (https://cygwin.com/ml/cygwin/2016-12/msg00240.html) > > FYI you can also use vi to translate those line endings > > $ vi foo > :set ff=unix > :wq > > or going the other direction, > > $ vi foo > :set ff=dos > :wq Actually, the file downloaded just fine without CRLF line endings. From cyg Simple (https://cygwin.com/ml/cygwin/2016-12/msg00241.html) > I suspect that it is your minimized PATH. I'm not using that > minimization because I need the Windows PATH to be productive. I only > install a minimal set of Cygwin and use Windows native when possible. Actually, I reported in https://cygwin.com/ml/cygwin/2016-12/msg00222.html that my paths were the same. From: myself (https://cygwin.com/ml/cygwin/2016-12/msg00239.html) > Thanx! That worked! Will have to scrutinize the script for the secret > sauce. Curiously, when opened in by script, IE, which is my default > browser, no longer recognizes visited links by displaying them in a > different color. No biggie. Also curious why others weren't having > this problem. Mystery solved (to my satisfaction). After writing, I realized that the script wasn't working consistently, sometimes causing IE to misbehave as I originally posted. A bit of digging showed that it was working if invoked from a bash session initiated by "chere", but not otherwise. Comparing environment variables between the two, I notice my regular session doesn't include several variables that chere does. Prime suspects: * CommonProgramFiles(x86) * CommonProgramW6432 * PUBLIC * ProgramData * ProgramFiles(x86) * ProgramW6432 Experimentation will no doubt find the culprit, and will put me back in business. Thanx for all the help! --Ken Nellis -- 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