X-Recipient: archive-cygwin@delorie.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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=wgmWuMtbjwJdswkoKDN11zle2/NIjsdgfYC7K/KWOsp
	V0SP4I8Tyzjpp6jNJF2gNrNwi01+KxInQ/1v4BpnBgsynIYNBG09rCA2KVCpUmtJ
	qChu0sVQTz/8UEhAjOsDByb8rQ9JLXieOA9aeSpSFnopvqlzXLD4Gu5kzl1rxQjs
	=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=PaUx/vSLk0pLHIn0PZMPxskDgD4=; b=FbMI/gIPS8Dhn/K6/
	2aAEU5NMMEZ/e7PTJcXpqCI4JvpUM8+dOCaMHfrGMnC7EaFv0vPcHVsWq00Oavm9
	ijWVILuUfznUl1Ogwl8cdUQV3EL2oRW+OwNPIxo58CRJZfb/XQgmj7ew9OF46G5G
	jcp4TzZyEtYbmdhudcB75RMdI0=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2
X-HELO: smtp203.alice.it
Message-ID: <54B3F6EE.8020104@alice.it>
Date: Mon, 12 Jan 2015 17:31:42 +0100
From: Angelo Graziosi <angelo.graziosi@alice.it>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Completion issue with 1.7.34-test
References: <54B3C32E.5030306@alice.it> <615589187.20150112163742@yandex.ru>
In-Reply-To: <615589187.20150112163742@yandex.ru>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit



Il 12/01/2015 14:37, Andrey Repin ha scritto:
>
> I can't seem to reproduce the behavior. Do you have your $HOME variable
> correctly set? (A shoot in the dark, yes...)
>

No, my HOME is right,

$ echo $HOME
/home/angelo

and also what suggests Corinna is OK. Apparently there was a problem 
with a change I did few days ago in .bashrc. I added:


if [ -d /usr/local/texlive ] ; then
     if [ -f "${HOME}/.bash_texlive" ]; then
         source "${HOME}/.bash_texlive"
     fi
fi


Indeed commenting out that, the issue went away. So trying to debug 
this, I played a little with .bashrc (renaming, moving etc.). At the 
end, I gave up.. an restored always the same .bashrc.. and.. surprise! 
the issue was gone! I can't reproduce it any more.. hmm..

Sorry for the noise and thanks for your time.

Ciao,
  Angelo.

--
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

